diff options
author | Björn Jacke <bj@sernet.de> | 2009-05-27 12:01:21 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2009-05-27 12:09:42 +0200 |
commit | 0d040ff448a67048c5bdade0c38ed0a923202c6e (patch) | |
tree | b77246c7801ff3f04afa13810328ca03e0055143 /docs-xml/smbdotconf | |
parent | 9a06f5e1713d54f0b179e2f6c5d050ef489cd373 (diff) | |
download | samba-0d040ff448a67048c5bdade0c38ed0a923202c6e.tar.gz samba-0d040ff448a67048c5bdade0c38ed0a923202c6e.tar.bz2 samba-0d040ff448a67048c5bdade0c38ed0a923202c6e.zip |
s3: update manpage as to the new passdb backend default
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/security/passdbbackend.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/security/passdbbackend.xml b/docs-xml/smbdotconf/security/passdbbackend.xml index 487d8b8a9d..b761f970c0 100644 --- a/docs-xml/smbdotconf/security/passdbbackend.xml +++ b/docs-xml/smbdotconf/security/passdbbackend.xml @@ -16,8 +16,10 @@ <para>Available backends can include: <itemizedlist> <listitem> - <para><command moreinfo="none">smbpasswd</command> - The default smbpasswd - backend. Takes a path to the smbpasswd file as an optional argument. + <para><command moreinfo="none">smbpasswd</command> - The old plaintext passdb + backend. Some Samba features will not work if this passdb + backend is used. Takes a path to the smbpasswd file as an + optional argument. </para> </listitem> @@ -60,5 +62,5 @@ passdb backend = ldapsam:"ldap://ldap-1.example.com ldap-2.example.com" </programlisting> </description> -<value type="default">smbpasswd</value> +<value type="default">tdbsam</value> </samba:parameter> |