first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
[kai/samba.git] / packaging / SGI / smb.conf
index ded898d19238e10551de1a87e62178ef5de5418f..68187ee288651e6a5b8836134645bbecf93d2a52 100644 (file)
    workgroup = workgroup
    printing = sysv
 ;
-; Use lpstat to get names of all printers attached to your system.
+; The default for printcap name is lpstat which will export all printers.
+; If you want to limit the printers that are visible to clients, you can
+; use a printcap file. The script mkprintcap.sh will create a printcap
+; file that contains all your printers. Edit this file to only contain the
+; printers that you wish to be visible. Names longer than 15 characters
+; in the printcap file will not be visible to clients.
 ;
+;   printcap name = /usr/samba/printcap
    printcap name = lpstat
 ;
 ; If you are using Impressario 1.x then you'll want to use the
@@ -54,7 +60,7 @@
    lock directory = /usr/samba/var/locks
    share modes = yes
 
-;   security = user
+   security = user
 
 ;  You need to test to see if this makes a difference on your system
    socket options = TCP_NODELAY
    preserve case = yes
    short preserve case = yes
 
+;  These are the settings required for IRIX password sync
+   passwd program = /usr/bin/passwd %u
+   passwd chat = *ew*password:* %n\n *e-enter*new*password:* %n\n
+
+;  Uncomment the following if you wish to use encrypted passwords.
+;   encrypt passwords = yes
+
+;  Uncomment the following if you wish to sync unix and smbpasswd 
+;   unix password sync = yes
+
 [homes]
    comment = Home Directories
    browseable = no