diff options
author | John Terpstra <jht@samba.org> | 2003-06-20 07:25:35 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-06-20 07:25:35 +0000 |
commit | 1b2773240443e70fccbc40f2ce83760b1081228a (patch) | |
tree | 8ed4d69e65395af35fb3ad23fe4310d07ea247e4 /docs/docbook/projdoc | |
parent | f17817318b9675cde32a0315498e4e27b0c7bab7 (diff) | |
download | samba-1b2773240443e70fccbc40f2ce83760b1081228a.tar.gz samba-1b2773240443e70fccbc40f2ce83760b1081228a.tar.bz2 samba-1b2773240443e70fccbc40f2ce83760b1081228a.zip |
Updating change from "winbind uid/gid" to "idmap uid/gid"
(This used to be commit 81abfec7faf8675391d017c2e4160cd77a1ab157)
Diffstat (limited to 'docs/docbook/projdoc')
-rw-r--r-- | docs/docbook/projdoc/winbind.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/projdoc/winbind.xml b/docs/docbook/projdoc/winbind.xml index ea840ca416..2c25724931 100644 --- a/docs/docbook/projdoc/winbind.xml +++ b/docs/docbook/projdoc/winbind.xml @@ -582,9 +582,9 @@ include the following entries in the [global] section: # separate domain and username with '+', like DOMAIN+username <ulink url="winbindd.8.html#WINBINDSEPARATOR">winbind separator</ulink> = + # use uids from 10000 to 20000 for domain users - <ulink url="winbindd.8.html#WINBINDUID">winbind uid</ulink> = 10000-20000 + <ulink url="winbindd.8.html#WINBINDUID">idmap uid</ulink> = 10000-20000 # use gids from 10000 to 20000 for domain groups - <ulink url="winbindd.8.html#WINBINDGID">winbind gid</ulink> = 10000-20000 + <ulink url="winbindd.8.html#WINBINDGID">idmap gid</ulink> = 10000-20000 # allow enumeration of winbind users and groups <ulink url="winbindd.8.html#WINBINDENUMUSERS">winbind enum users</ulink> = yes <ulink url="winbindd.8.html#WINBINDENUMGROUP">winbind enum groups</ulink> = yes |