diff options
author | Luk Claes <luk@debian.org> | 2011-05-31 00:26:36 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-05-31 01:44:28 +0200 |
commit | d73a891e38048702b03a7cd0d99f121ec2bf782c (patch) | |
tree | 1c97d743388716994aa12292a65a7da9ae694918 /docs-xml | |
parent | f5607da49ca9b9f337feb127409f615e9b49faa1 (diff) | |
download | samba-d73a891e38048702b03a7cd0d99f121ec2bf782c.tar.gz |
idmap_tdb.8: Use new idmap syntax in examples
Signed-off-by: Luk Claes <luk@debian.org>
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/idmap_tdb.8.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/docs-xml/manpages-3/idmap_tdb.8.xml b/docs-xml/manpages-3/idmap_tdb.8.xml index 06a29679c85..90d797f7f17 100644 --- a/docs-xml/manpages-3/idmap_tdb.8.xml +++ b/docs-xml/manpages-3/idmap_tdb.8.xml @@ -77,10 +77,9 @@ <programlisting> [global] - # "idmap backend = tdb" is redundant here since it is the default - idmap backend = tdb - idmap uid = 1000000-2000000 - idmap gid = 1000000-2000000 + # "backend = tdb" is redundant here since it is the default + idmap config * : backend = tdb + idmap config * : range = 1000000-2000000 </programlisting> <para> @@ -95,11 +94,9 @@ <programlisting> [global] - idmap backend = ldap - idmap uid = 1000000-2000000 - idmap gid = 1000000-2000000 + idmap config * : backend = ldap + idmap config * : range = 1000000-2000000 # use a different uid/gid allocator: - idmap alloc backend = tdb idmap config DOM1 : backend = tdb idmap config DOM1 : range = 1000000-2000000 |