Changeset 740 for vendor/current/examples/scripts
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- Location:
- vendor/current/examples/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/examples/scripts/shares/python/smbparm.py
r414 r740 354 354 "PANICACTION" : ("panic action", SambaParmString, P_GLOBAL, ""), 355 355 "LDAPMACHINESUFFIX" : ("ldap machine suffix", SambaParmString, P_GLOBAL, ""), 356 "UPDATEENCRYPTED" : ("update encrypted", SambaParmBool, P_GLOBAL, "No"),357 356 "MAXTTL" : ("max ttl", SambaParmString, P_GLOBAL, "259200"), 358 357 "WRITABLE" : ("read only", SambaParmBoolRev, P_LOCAL, "Yes"), -
vendor/current/examples/scripts/users_and_groups/createdomobj.pl
r414 r740 40 40 my $num_targets = 1; 41 41 my $startnum; # if empty, don't add numbers to prefix 42 my $prefix = $target_type;# name-prefix42 my $prefix; # name-prefix 43 43 my $path; # path to rpcclient command 44 44 my $rpccli_path = $rpccli_cmd; … … 103 103 if (exists($options{p})) { 104 104 $prefix = $options{p}; 105 } else { 106 $prefix = $target_type; 105 107 } 106 108
Note:
See TracChangeset
for help on using the changeset viewer.