summaryrefslogtreecommitdiff
path: root/docs/manpages-3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages-3')
-rw-r--r--docs/manpages-3/idmap_ldap.8.xml18
-rw-r--r--docs/manpages-3/idmap_tdb.8.xml8
2 files changed, 13 insertions, 13 deletions
diff --git a/docs/manpages-3/idmap_ldap.8.xml b/docs/manpages-3/idmap_ldap.8.xml
index f93d885711..5cf06a4a9a 100644
--- a/docs/manpages-3/idmap_ldap.8.xml
+++ b/docs/manpages-3/idmap_ldap.8.xml
@@ -104,17 +104,17 @@
<programlisting>
[global]
- idmap domain = default
-
- idmap config default:backend = ldap
- idmap alloc backend:ldap_base_dn = ou=idmap,dc=example,dc=com
- idmap alloc backend:ldap_url = ldap://localhost/
- idmap config default:range = 10000 - 50000
+ idmap domain = ALLDOMAINS
+ idmap config ALLDOMAINS:default = yes
+ idmap config ALLDOMAINS:backend = ldap
+ idmap config ALLDOMAINS:ldap_base_dn = ou=idmap,dc=example,dc=com
+ idmap config ALLDOMAINS:ldap_url = ldap://localhost/
+ idmap config default:range = 10000 - 50000
idmap alloc backend = ldap
- idmap alloc backend:ldap_base_dn = ou=idmap,dc=example,dc=com
- idmap alloc backend:ldap_url = ldap://master.example.com/
- idmap alloc config:range = 10000 - 50000
+ idmap alloc config:ldap_base_dn = ou=idmap,dc=example,dc=com
+ idmap alloc config:ldap_url = ldap://master.example.com/
+ idmap alloc config:range = 10000 - 50000
</programlisting>
</refsect1>
diff --git a/docs/manpages-3/idmap_tdb.8.xml b/docs/manpages-3/idmap_tdb.8.xml
index 33bbdd8bc5..85f729e569 100644
--- a/docs/manpages-3/idmap_tdb.8.xml
+++ b/docs/manpages-3/idmap_tdb.8.xml
@@ -66,10 +66,10 @@
<programlisting>
[global]
- idmap domain = default
-
- idmap config default:backend = tdb
- idmap config default:range = 10000 - 50000
+ idmap domain = ALLDOMAINS
+ idmap config ALLDOMAINS:default = yes
+ idmap config ALLDOMAINS:backend = tdb
+ idmap config ALLDOMAINS:range = 10000 - 50000
idmap alloc backend = tdb
idmap alloc config:range = 10000 - 50000