diff options
author | Michael Adam <obnox@samba.org> | 2011-05-31 10:29:37 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-05-31 11:39:38 +0200 |
commit | 54c788f2dff1280636f3ce6f21e547c852aa862f (patch) | |
tree | d67abb20eea9354ef4554b91e114b01e1e23a844 /docs-xml/smbdotconf | |
parent | 7c1021bc2b90777c2171dff2923ee16a0957c2f5 (diff) | |
download | samba-54c788f2dff1280636f3ce6f21e547c852aa862f.tar.gz samba-54c788f2dff1280636f3ce6f21e547c852aa862f.tar.bz2 samba-54c788f2dff1280636f3ce6f21e547c852aa862f.zip |
s3:doc: document "idmap gid" as deprecated.
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Tue May 31 11:39:38 CEST 2011 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/winbind/idmapgid.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/docs-xml/smbdotconf/winbind/idmapgid.xml b/docs-xml/smbdotconf/winbind/idmapgid.xml index ef3ae4fde1..27648a253d 100644 --- a/docs-xml/smbdotconf/winbind/idmapgid.xml +++ b/docs-xml/smbdotconf/winbind/idmapgid.xml @@ -5,16 +5,13 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <synonym>winbind gid</synonym> <description> - <para>The idmap gid parameter specifies the range of group ids - that are allocated for the purpose of mapping UNX groups to NT group - SIDs. This range of group ids should have no - existing local or NIS groups within it as strange conflicts can - occur otherwise.</para> - - <para>See also the <smbconfoption name="idmap backend"/>, and - <smbconfoption name="idmap config"/> options. + <para> + The idmap gid parameter specifies the range of group ids + for the default idmap configuration. It is now deprecated + in favour of <smbconfoption name="idmap config * : range"/>. </para> + <para>See the <smbconfoption name="idmap config"/> option.</para> </description> <value type="default"></value> |