idmap_tdb.8: Use new idmap syntax in examples
authorLuk Claes <luk@debian.org>
Mon, 30 May 2011 22:26:36 +0000 (00:26 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 30 May 2011 23:44:28 +0000 (01:44 +0200)
Signed-off-by: Luk Claes <luk@debian.org>
Signed-off-by: Michael Adam <obnox@samba.org>
docs-xml/manpages-3/idmap_tdb.8.xml

index 06a29679c8540c18a9397e6e783807640c9affce..90d797f7f17ea85da44d91e1ac786ee0e26a430c 100644 (file)
 
        <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>
 
        <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