From 12afe71835e3c60617e52e57a66359325b7da2e5 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sun, 3 Aug 2003 05:09:19 +0000 Subject: Changed "winbind uid/gid" to "idmap uid/gid" (This used to be commit d205dd963bb306935d3c02c94684fa1143436158) --- docs/docbook/manpages/wbinfo.1.xml | 4 ++-- docs/docbook/manpages/winbindd.8.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/docbook/manpages/wbinfo.1.xml b/docs/docbook/manpages/wbinfo.1.xml index 075ce140cc..5fd04c7365 100644 --- a/docs/docbook/manpages/wbinfo.1.xml +++ b/docs/docbook/manpages/wbinfo.1.xml @@ -134,7 +134,7 @@ -U uid Try to convert a UNIX user id to a Windows NT SID. If the uid specified does not refer to one within - the winbind uid range then the operation will fail. + the idmap uid range then the operation will fail. @@ -142,7 +142,7 @@ -G gid Try to convert a UNIX group id to a Windows NT SID. If the gid specified does not refer to one within - the winbind gid range then the operation will fail. + the idmap gid range then the operation will fail. 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 winbind separator - winbind uid + idmap uid - winbind gid + idmap gid winbind cache time @@ -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 = * -- cgit