diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-13 13:22:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:46 -0500 |
commit | ce052ee83fee8547a556f0e3b1dd74c715143511 (patch) | |
tree | dd1060a7cbf0051d2ab84ac0612c6f87a2f6c0d9 /docs/Samba3-ByExample/SBE-TheSmallOffice.xml | |
parent | 6c39a459e9359c7ca0b5667afecd8a828ee22782 (diff) | |
download | samba-ce052ee83fee8547a556f0e3b1dd74c715143511.tar.gz samba-ce052ee83fee8547a556f0e3b1dd74c715143511.tar.bz2 samba-ce052ee83fee8547a556f0e3b1dd74c715143511.zip |
Fixes letterpages + smbconfexample
(This used to be commit 8cae3c6cfc8b9d895545f47b14ef388be54440a6)
Diffstat (limited to 'docs/Samba3-ByExample/SBE-TheSmallOffice.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-TheSmallOffice.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/Samba3-ByExample/SBE-TheSmallOffice.xml b/docs/Samba3-ByExample/SBE-TheSmallOffice.xml index 037881c33f..a599f6fe30 100644 --- a/docs/Samba3-ByExample/SBE-TheSmallOffice.xml +++ b/docs/Samba3-ByExample/SBE-TheSmallOffice.xml @@ -636,8 +636,7 @@ hosts: files wins <smbconfcomment>Global parameters</smbconfcomment> <smbconfsection name="[global]"/> <smbconfoption name="workgroup">BILLMORE</smbconfoption> -<smbconfoption name="passwd chat"> </smbconfoption> -<member><parameter>*New*Password* %n\n*Re-enter*new*password* %n\n *Password*changed*</parameter></member> +<smbconfoption name="passwd chat">*New*Password* %n\n*Re-enter*new*password* %n\n *Password*changed*</smbconfoption> <smbconfoption name="username map">/etc/samba/smbusers</smbconfoption> <smbconfoption name="syslog">0</smbconfoption> <smbconfoption name="name resolve order">wins bcast hosts</smbconfoption> @@ -648,8 +647,7 @@ hosts: files wins <smbconfoption name="add group script">/usr/sbin/groupadd '%g'</smbconfoption> <smbconfoption name="delete group script">/usr/sbin/groupdel '%g'</smbconfoption> <smbconfoption name="add user to group script">/usr/sbin/usermod -G '%g' '%u'</smbconfoption> -<smbconfoption name="add machine script"> </smbconfoption> -<member><parameter>/usr/sbin/useradd -s /bin/false -d /var/lib/nobody '%u'</parameter></member> +<smbconfoption name="add machine script">/usr/sbin/useradd -s /bin/false -d /var/lib/nobody '%u'</smbconfoption> <smbconfoption name="logon script">scripts\login.bat</smbconfoption> <smbconfoption name="logon path"> </smbconfoption> <smbconfoption name="logon drive">X:</smbconfoption> |