From: Günther Deschner Date: Tue, 18 Oct 2011 22:19:58 +0000 (+0200) Subject: s3-docs: Document Services for Unix 2.0 (sfu20) nss_info ldap schema support. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=5543e6c8e5e642b97339ab03a39431c63c949502;p=rusty%2Fsamba.git s3-docs: Document Services for Unix 2.0 (sfu20) nss_info ldap schema support. Guenther --- diff --git a/docs-xml/manpages-3/idmap_ad.8.xml b/docs-xml/manpages-3/idmap_ad.8.xml index fbadaf2d55c..57cd8602476 100644 --- a/docs-xml/manpages-3/idmap_ad.8.xml +++ b/docs-xml/manpages-3/idmap_ad.8.xml @@ -60,12 +60,14 @@ - schema_mode = <rfc2307 | sfu > + schema_mode = <rfc2307 | sfu | sfu20> Defines the schema that idmap_ad should use when querying Active Directory regarding user and group information. This can be either the RFC2307 schema support included in Windows 2003 R2 or the Service for Unix (SFU) schema. + For SFU 3.0 or 3.5 please choose "sfu", for SFU 2.0 + please choose "sfu20". diff --git a/docs-xml/smbdotconf/winbind/winbindnssinfo.xml b/docs-xml/smbdotconf/winbind/winbindnssinfo.xml index 318727c37bf..06b019ea5c3 100644 --- a/docs-xml/smbdotconf/winbind/winbindnssinfo.xml +++ b/docs-xml/smbdotconf/winbind/winbindnssinfo.xml @@ -18,11 +18,12 @@ - <sfu | rfc2307 > + <sfu | sfu20 | rfc2307 > - 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 + directory attributes directly from your Directory Server. For SFU 3.0 or 3.5 simply choose + "sfu", if you use SFU 2.0 please choose "sfu20". Note that retrieving UID and GID from your ADS-Server requires to use idmap config DOMAIN:backend = ad as well.