From 1b2773240443e70fccbc40f2ce83760b1081228a Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 20 Jun 2003 07:25:35 +0000 Subject: Updating change from "winbind uid/gid" to "idmap uid/gid" (This used to be commit 81abfec7faf8675391d017c2e4160cd77a1ab157) --- docs/docbook/projdoc/winbind.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 winbind separator = + # use uids from 10000 to 20000 for domain users - winbind uid = 10000-20000 + idmap uid = 10000-20000 # use gids from 10000 to 20000 for domain groups - winbind gid = 10000-20000 + idmap gid = 10000-20000 # allow enumeration of winbind users and groups winbind enum users = yes winbind enum groups = yes -- cgit