diff options
author | John Terpstra <jht@samba.org> | 2005-07-06 01:04:05 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:02 -0500 |
commit | 082104fec0509ec49f4cde9c87872f80434fb490 (patch) | |
tree | 99f25645c36bc0904e1ca77ff290986651c1399f /docs/smbdotconf/security | |
parent | 0ab658f4491f3d96ad804682f9f35c30f5ea85ea (diff) | |
download | samba-082104fec0509ec49f4cde9c87872f80434fb490.tar.gz samba-082104fec0509ec49f4cde9c87872f80434fb490.tar.bz2 samba-082104fec0509ec49f4cde9c87872f80434fb490.zip |
More formatting edits.
(This used to be commit 962cb93b8c17bfc93cb6c8634d6eb47bbc271569)
Diffstat (limited to 'docs/smbdotconf/security')
-rw-r--r-- | docs/smbdotconf/security/passdbbackend.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/smbdotconf/security/passdbbackend.xml b/docs/smbdotconf/security/passdbbackend.xml index 523d98a521..d8fc6cd488 100644 --- a/docs/smbdotconf/security/passdbbackend.xml +++ b/docs/smbdotconf/security/passdbbackend.xml @@ -67,8 +67,12 @@ </description> <value type="default">smbpasswd</value> + <value type="example">tdbsam:/etc/samba/private/passdb.tdb smbpasswd:/etc/samba/smbpasswd</value> + <value type="example">ldapsam:ldaps://ldap.example.com</value> + <value type="example">ldapsam:"ldap://ldap-1.example.com ldap://ldap-2.example.com"</value> + <value type="example">mysql:my_plugin_args tdbsam</value> </samba:parameter> |