summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-05-27 12:01:21 +0200
committerBjörn Jacke <bj@sernet.de>2009-05-27 12:09:42 +0200
commit0d040ff448a67048c5bdade0c38ed0a923202c6e (patch)
treeb77246c7801ff3f04afa13810328ca03e0055143 /docs-xml
parent9a06f5e1713d54f0b179e2f6c5d050ef489cd373 (diff)
downloadsamba-0d040ff448a67048c5bdade0c38ed0a923202c6e.tar.gz
samba-0d040ff448a67048c5bdade0c38ed0a923202c6e.tar.xz
samba-0d040ff448a67048c5bdade0c38ed0a923202c6e.zip
s3: update manpage as to the new passdb backend default
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/security/passdbbackend.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/security/passdbbackend.xml b/docs-xml/smbdotconf/security/passdbbackend.xml
index 487d8b8a9d1..b761f970c05 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>