From d2aa6d95af3cbece0ff81c06f67c03cfabe0e443 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 21 Oct 2005 10:00:35 +0000 Subject: [PATCH] Document idmap_ad plugin and "winbindd nss info". Guenther --- docs/smbdotconf/winbind/idmapbackend.xml | 11 ++++++- docs/smbdotconf/winbind/winbindnssinfo.xml | 38 ++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 docs/smbdotconf/winbind/winbindnssinfo.xml diff --git a/docs/smbdotconf/winbind/idmapbackend.xml b/docs/smbdotconf/winbind/idmapbackend.xml index e1dcadcbc87..071feb2334d 100644 --- a/docs/smbdotconf/winbind/idmapbackend.xml +++ b/docs/smbdotconf/winbind/idmapbackend.xml @@ -20,9 +20,18 @@ with multiple domain environments. The idmap uid and idmap gid ranges must also be specified. + + + Finally, using the idmap_ad module, the UID and GID can directly + be retrieved from an Active Directory LDAP Server that supports an + RFC2307 compliant LDAP schema. idmap_ad supports "Services for Unix" + (SFU) version 2.x and 3.0. + + ldap:ldap://ldapslave.example.com -idmap_rid:DOMNAME=1000-100000000 +idmap_rid:BUILTIN=1000-1999,DOMNAME=2000-100000000 +idmap_ad diff --git a/docs/smbdotconf/winbind/winbindnssinfo.xml b/docs/smbdotconf/winbind/winbindnssinfo.xml new file mode 100644 index 00000000000..c21f4772756 --- /dev/null +++ b/docs/smbdotconf/winbind/winbindnssinfo.xml @@ -0,0 +1,38 @@ + + + + This parameter is designed to control how Winbind retrieves Name + Service Information to construct a user's home directory and login shell. + Currently the following settings are available: + + + + template + - The default, using the parameters of template + shell and template homedir) + + + + + sfu + - When Samba is running in security = ads and your Active Directory + Domain Controller does support the Microsoft "Services for Unix" (SFU) + LDAP schema, winbind can retrieve the login shell and the home + directory attributes directly from your Directory Server. Note that + retrieving UID and GID from your ADS-Server requires to use + idmap backend = idmap_ad as well. + + + + + + + + +template +template sfu + -- 2.47.3