The attachment. I didn't want to post it to all.



____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005
# Samba config file 
# you can modify it
# via an editor
# or via swat

# Global parameters
[global]
        workgroup = FREC
        netbios name = LINUX01
        server string = Samba Server
-       security = USER                 # it is default
        encrypt passwords = Yes
        passwd program = /usr/bin/passwd %u
-       passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd: 
all*authentication*tokens*updated*successfully*
        username map = /etc/samba/user.map
        unix password sync = Yes
+       lanman auth = No                        # if you don't have pre-WinNT clients
        wins server = 129.183.1.3
        log level = 9
+       debug timestamp = Yes
        log file = /var/log/samba/%m.log
        load printers = Yes
        printcap name = cups
        printing = cups
+       printer admin = ntadmin
+       show add printer wizard = Yes
+       character set = ISO8859-1       # helps see accented chars
+       domain admin group = root
-       guest account = cups_samba_entry
-       allow trusted domains = Yes     # only valid for security != user
-       socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
+       socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
-       obey pam restrictions = Yes     # I wouldn't mess with pam yet
-       map to guest = Bad Password     # not valid for security = user
-       null passwords = Yes            # security loophole
-       public = yes                    # applies to a share
-       dns proxy = No                  # leave the default yes
-       path = /tmp                             # must be an error
-       debug level = 1                 # does not exist
-       comment = Temporary directory   # error
-       add user script = /usr/bin/smbadduser %u # but does it work?
-       pam password change = Yes       # no pam for a while
        domain logons = Yes
        logon script = logon.cmd        # make it up and put it under netlogon
        logon path = \\LINUX01\profiles\%U
        logon drive = U:
        logon home = \\LINUX01\$U

+[netlogon]
+       path = /some/existing/path
+       write list = ntadmin
+       browseable = No

+[profiles]
+       path = /some/existing/path
+       valid users = $U
+       read only = No
+       inherit permissions = No
+       security mask = 0777
+       directory security mask = 0777
+       browseable = No

[homes]
+       valid users = $U
+       read only = No
+       inherit permissions = No
+       security mask = 0777
+       directory security mask = 0777
+       browseable = No
-       create mask = 0664
-       directory mask = 0775
-       comment = Home Directories
-       valid users = %S

[print$]
        comment = Printer Drivers
        path = /etc/samba/drivers
        browseable = Yes
+       guest ok = No
-       guest ok = Yes
        read only = Yes
-       write list = root
+       write list = ntadmin

[printers]
        comment = All Printers
        path = /var/spool/samba
-       browseable = Yes
+       browseable = No
        public = Yes
        guest ok = Yes
-       writable = Yes
+       writable = No
        printable = Yes
-       printer admin = root
+       printer admin = ntadmin
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to