From 9ce28430878d6343285eca7787d01b670943065b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 21 Mar 2007 18:45:50 +0000 Subject: [PATCH] add more idmap alloc smb.conf entries --- docs/smbdotconf/winbind/idmapallocbackend.xml | 25 +++++++++++++++++++++++++ docs/smbdotconf/winbind/idmapallocconfig.xml | 14 ++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 docs/smbdotconf/winbind/idmapallocbackend.xml create mode 100644 docs/smbdotconf/winbind/idmapallocconfig.xml diff --git a/docs/smbdotconf/winbind/idmapallocbackend.xml b/docs/smbdotconf/winbind/idmapallocbackend.xml new file mode 100644 index 00000000000..60e20b82d5e --- /dev/null +++ b/docs/smbdotconf/winbind/idmapallocbackend.xml @@ -0,0 +1,25 @@ + + + + The idmap alloc backend provides a plugin interface for Winbind to use + when allocating Unix uids/gids for Windows SIDs. This option is + to be used in conjunction with the + parameter and refers to the name of the idmap module which will provide + the id allocation functionality. Please refer to the man page + for each idmap plugin to determine whether or not the module implements + the allocation feature. The most common plugins are the tdb ( + idmap_tdb8) + and ldap (idmap_ldap + 8) libraries. + + + Also refer to the option. + + + +tdb + diff --git a/docs/smbdotconf/winbind/idmapallocconfig.xml b/docs/smbdotconf/winbind/idmapallocconfig.xml new file mode 100644 index 00000000000..013904122c0 --- /dev/null +++ b/docs/smbdotconf/winbind/idmapallocconfig.xml @@ -0,0 +1,14 @@ + + + + The idmap alloc config prefix provides a means of managing settings + for the backend defined by the + parameter. Refer to the man page for each idmap plugin regarding + specific configuration details. + + + -- 2.11.4.GIT