diff options
author | Luk Claes <luk@debian.org> | 2011-05-31 00:26:20 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-05-31 01:44:27 +0200 |
commit | 63b536c01412d0e7b76b513272dffdc1454fee35 (patch) | |
tree | 11238d5e73e964acc367e0fb37af667b01eb4523 /docs-xml/manpages-3 | |
parent | 21975dc1aad2810fccb367e00cf8a3c672e9c1f3 (diff) | |
download | samba-63b536c01412d0e7b76b513272dffdc1454fee35.tar.gz samba-63b536c01412d0e7b76b513272dffdc1454fee35.tar.bz2 samba-63b536c01412d0e7b76b513272dffdc1454fee35.zip |
idmap_adex.8: Use new syntax in adex backend example
Signed-off-by: Luk Claes <luk@debian.org>
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/idmap_adex.8.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs-xml/manpages-3/idmap_adex.8.xml b/docs-xml/manpages-3/idmap_adex.8.xml index 7349caa61e..16d12cdbbc 100644 --- a/docs-xml/manpages-3/idmap_adex.8.xml +++ b/docs-xml/manpages-3/idmap_adex.8.xml @@ -66,9 +66,8 @@ <programlisting> [global] - idmap backend = adex - idmap uid = 1000-4000000000 - idmap gid = 1000-4000000000 + idmap config * : backend = adex + idmap config * : range = 1000-4000000000 winbind nss info = adex winbind normalize names = yes |