From 6400192830ae7444f519e82de773f7369b15f259 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 21 Mar 2007 18:45:50 +0000 Subject: add more idmap alloc smb.conf entries (This used to be commit b58763060b3f73ce5d267db5d197dbc06bff797b) --- 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 (limited to 'docs') diff --git a/docs/smbdotconf/winbind/idmapallocbackend.xml b/docs/smbdotconf/winbind/idmapallocbackend.xml new file mode 100644 index 0000000000..60e20b82d5 --- /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 0000000000..013904122c --- /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. + + + -- cgit