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-SecureOfficeServer.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-SecureOfficeServer.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-SecureOfficeServer.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml index 00d7670336..1a43987222 100644 --- a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml +++ b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml @@ -816,8 +816,7 @@ echo -e "\nNAT firewall done.\n" <smbconfoption name="passdb backend">tdbsam</smbconfoption> <smbconfoption name="pam password change">Yes</smbconfoption> <smbconfoption name="passwd program">/usr/bin/passwd %u</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="unix password sync">Yes</smbconfoption> <smbconfoption name="log level">1</smbconfoption> |