diff options
author | John Terpstra <jht@samba.org> | 2003-08-03 05:09:19 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-08-03 05:09:19 +0000 |
commit | 12afe71835e3c60617e52e57a66359325b7da2e5 (patch) | |
tree | 90670ed5b403312bf608a1eb9dad76c769b87ed8 /docs/docbook/manpages/winbindd.8.xml | |
parent | b1fc49125172bafb10fe475508a9eded1a7abbd2 (diff) | |
download | samba-12afe71835e3c60617e52e57a66359325b7da2e5.tar.gz samba-12afe71835e3c60617e52e57a66359325b7da2e5.tar.bz2 samba-12afe71835e3c60617e52e57a66359325b7da2e5.zip |
Changed "winbind uid/gid" to "idmap uid/gid"
(This used to be commit d205dd963bb306935d3c02c94684fa1143436158)
Diffstat (limited to 'docs/docbook/manpages/winbindd.8.xml')
-rw-r--r-- | docs/docbook/manpages/winbindd.8.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docbook/manpages/winbindd.8.xml b/docs/docbook/manpages/winbindd.8.xml index d41620b707..202354e2e9 100644 --- a/docs/docbook/manpages/winbindd.8.xml +++ b/docs/docbook/manpages/winbindd.8.xml @@ -210,9 +210,9 @@ group: files winbind <listitem><para><ulink url="smb.conf.5.html#WINBINDSEPARATOR"> <parameter>winbind separator</parameter></ulink></para></listitem> <listitem><para><ulink url="smb.conf.5.html#WINBINDUID"> - <parameter>winbind uid</parameter></ulink></para></listitem> + <parameter>idmap uid</parameter></ulink></para></listitem> <listitem><para><ulink url="smb.conf.5.html#WINBINDGID"> - <parameter>winbind gid</parameter></ulink></para></listitem> + <parameter>idmap gid</parameter></ulink></para></listitem> <listitem><para><ulink url="smb.conf.5.html#WINBINDCACHETIME"> <parameter>winbind cache time</parameter></ulink></para></listitem> <listitem><para><ulink url="smb.conf.5.html#WINBINDENUMUSERS"> @@ -287,8 +287,8 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok winbind cache time = 10 template shell = /bin/bash template homedir = /home/%D/%U - winbind uid = 10000-20000 - winbind gid = 10000-20000 + idmap uid = 10000-20000 + idmap gid = 10000-20000 workgroup = DOMAIN security = domain password server = * |