diff options
author | Gerald Carter <jerry@samba.org> | 2007-04-17 22:12:48 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:31 -0500 |
commit | 5bc99dbf90233a34bb95564b0b04a1f872baa9e1 (patch) | |
tree | a98d5306b837ab1477eff73bc4bae6eda6cae112 /docs/manpages-3/idmap_ad.8.xml | |
parent | ab8552ea51b8ed0f67252ffda6b502d0d6c23bf7 (diff) | |
download | samba-5bc99dbf90233a34bb95564b0b04a1f872baa9e1.tar.gz samba-5bc99dbf90233a34bb95564b0b04a1f872baa9e1.tar.bz2 samba-5bc99dbf90233a34bb95564b0b04a1f872baa9e1.zip |
add docs on idmap_ad:schema_mode
(This used to be commit b13c715f55d5e362e0f42bcd7d766bfe03cf51fc)
Diffstat (limited to 'docs/manpages-3/idmap_ad.8.xml')
-rw-r--r-- | docs/manpages-3/idmap_ad.8.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manpages-3/idmap_ad.8.xml b/docs/manpages-3/idmap_ad.8.xml index 372fddf8aa..77662b0800 100644 --- a/docs/manpages-3/idmap_ad.8.xml +++ b/docs/manpages-3/idmap_ad.8.xml @@ -39,6 +39,15 @@ between local and remotely defined IDs. </para></listitem> </varlistentry> + <varlistentry> + <term>schema_mode = <rfc2307 | sfu ></term> + <listitem><para> + Defines the schema the idmap_ad should use when querying + Active Directory regharding user and group information. + This can either the RFC2307 schema support included + in Windows 2003 R2 or the Service for Unix (SFU) schema. + </para></listitem> + </varlistentry> </variablelist> </refsect1> |