Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

Location:
vendor/current/examples/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/examples/scripts/shares/python/smbparm.py

    r414 r740  
    354354        "PANICACTION"            : ("panic action", SambaParmString, P_GLOBAL, ""),
    355355        "LDAPMACHINESUFFIX"      : ("ldap machine suffix", SambaParmString, P_GLOBAL, ""),
    356         "UPDATEENCRYPTED"        : ("update encrypted", SambaParmBool, P_GLOBAL, "No"),
    357356        "MAXTTL"                 : ("max ttl", SambaParmString, P_GLOBAL, "259200"),
    358357        "WRITABLE"               : ("read only", SambaParmBoolRev, P_LOCAL, "Yes"),
  • vendor/current/examples/scripts/users_and_groups/createdomobj.pl

    r414 r740  
    4040my $num_targets = 1;
    4141my $startnum;                           # if empty, don't add numbers to prefix
    42 my $prefix      = $target_type;         # name-prefix
     42my $prefix;                             # name-prefix
    4343my $path;                               # path to rpcclient command
    4444my $rpccli_path = $rpccli_cmd;
     
    103103if (exists($options{p})) {
    104104        $prefix = $options{p};
     105} else {
     106        $prefix = $target_type;
    105107}
    106108
Note: See TracChangeset for help on using the changeset viewer.