Displaying 1 result from an estimated 1 matches for "8samba".
Did you mean:
  samba
  
2009 Sep 21
1
No Admin-Rights in SMB-PDC-Domain
...yte
;       max log size = 100
         ; ----- don't map archive bit to execute bit
         map archive = no
         ; ----- "umask 2" setting for files and directories
         create mask = 0775
         directory mask = 0775
         ; ----- WINS support
         ; note: on SuSE 8samba is patched so that
         ;   if (wins server == localhost)
         ;       wins support = yes
         ;       preferred master = yes
         ;       os level >= 32
         ;
         wins server = gate
         name resolve order = wins host bcast
         security = user
         net...