From 88f780f0cfe16d2155f68a44122974b96e25d555 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 31 Mar 2003 01:57:15 +0000 Subject: updated passdb backend parameter (This used to be commit 36a1fea696ca2c729c0f2e71d4587fafdc3daf94) --- docs/docbook/manpages/pdbedit.8.sgml | 1 + docs/docbook/manpages/smb.conf.5.sgml | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'docs/docbook/manpages') diff --git a/docs/docbook/manpages/pdbedit.8.sgml b/docs/docbook/manpages/pdbedit.8.sgml index 2457d899de..3454b7d7fa 100644 --- a/docs/docbook/manpages/pdbedit.8.sgml +++ b/docs/docbook/manpages/pdbedit.8.sgml @@ -271,6 +271,7 @@ If you specify -g, then -i in-backend -e out-backend applies to the group mapping instead of the user database. + This option will ease migration from one passdb backend to another and will ease backing up. diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index c45b698a41..70b3cd57f5 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -3425,14 +3425,16 @@ ldap admin dn (G) - The ldap admin dn defines the Distinguished + The ldap admin dn defines the Distinguished Name (DN) name used by Samba to contact the ldap server when retreiving user account information. The ldap admin dn is used in conjunction with the admin dn password stored in the private/secrets.tdb file. See the smbpasswd(8) man - page for more information on how to accmplish this. + page for more information on how to accomplish this. + + ldap del only sam attr (G) @@ -3448,8 +3450,8 @@ ldap del only sam attr (G) - Inverted synonym for - ldap delete dn. + Inverted synonym for + ldap delete dn. @@ -5478,7 +5480,7 @@ for its own processing - unixsam - Allows samba to map all (other) available unix users + unixsam - (EXPERIMENTAL) Allows samba to map all (other) available unix users This backend uses the standard unix database for retrieving users. Users included in this pdb are NOT listed in samba user listings and users included in this pdb won't be @@ -5494,9 +5496,9 @@ - Default: passdb backend = smbpasswd unixsam - Example: passdb backend = tdbsam:/etc/samba/private/passdb.tdb smbpasswd:/etc/samba/smbpasswd unixsam - Example: passdb backend = ldapsam_nua:ldaps://ldap.example.com unixsam + Default: passdb backend = smbpasswd guest + Example: passdb backend = tdbsam:/etc/samba/private/passdb.tdb smbpasswd:/etc/samba/smbpasswd + Example: passdb backend = ldapsam_nua:ldaps://ldap.example.com Example: passdb backend = plugin:/usr/local/samba/lib/my_passdb.so:my_plugin_args tdbsam:/etc/samba/private/passdb.tdb -- cgit