Index: smbdotconf/printing/printcapname.xml =================================================================== --- smbdotconf/printing/printcapname.xml (revision 840) +++ smbdotconf/printing/printcapname.xml (working copy) @@ -28,17 +28,15 @@ these systems then Samba will launch lpstat -v and attempt to parse the output to obtain a printer list. - A minimal printcap file would look something like this: - - + A minimal printcap file would look something like this: + print1|My Printer 1 print2|My Printer 2 print3|My Printer 3 print4|My Printer 4 print5|My Printer 5 - - - where the '|' separates aliases of a printer. The fact + + where the '|' separates aliases of a printer. The fact that the second alias has a space in it gives a hint to Samba that it's a comment. Index: smbdotconf/misc/dfreecommand.xml =================================================================== --- smbdotconf/misc/dfreecommand.xml (revision 840) +++ smbdotconf/misc/dfreecommand.xml (working copy) @@ -33,16 +33,11 @@ #!/bin/sh df $1 | tail -1 | awk '{print $2" "$4}' - - - or perhaps (on Sys V based systems): + or perhaps (on Sys V based systems): #!/bin/sh /usr/bin/df -k $1 | tail -1 | awk '{print $3" "$5}' - - - Note that you may have to replace the command names with full path names on some systems. Index: smbdotconf/security/usernamemap.xml =================================================================== --- smbdotconf/security/usernamemap.xml (revision 840) +++ smbdotconf/security/usernamemap.xml (working copy) @@ -69,17 +69,17 @@ The following example would map mary and fred to the unix user sys, and map the rest to guest. Note the use of the '!' to tell Samba to stop processing if it gets a match on - that line. - - + that line. + !sys = mary fred guest = * - + + - Note that the remapping is applied to all occurrences - of usernames. Thus if you connect to \\server\fred and - fred is remapped to mary then you + Note that the remapping is applied to all occurrences of usernames. + Thus if you connect to \\server\fred and fred + is remapped to mary then you will actually be connecting to \\server\mary and will need to supply a password suitable for mary not fred. The only exception to this is the Index: smbdotconf/security/usekerberoskeytab.xml =================================================================== --- smbdotconf/security/usekerberoskeytab.xml (revision 840) +++ smbdotconf/security/usekerberoskeytab.xml (working copy) @@ -9,12 +9,12 @@ When you are using the heimdal Kerberos libraries, you must also -specify the following in /etc/krb5.conf: - +specify the following in /etc/krb5.conf: [libdefaults] default_keytab_name = FILE:/etc/krb5.keytab + False