summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOndrej Kos <okos@redhat.com>2012-08-08 13:07:07 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-08-08 16:25:49 +0200
commit724426603e727bdbf08fe3fb2637f6f5d7d0881e (patch)
treecadd7a076df048d91bd545a2935d31848bb460f0 /src
parent6f68a7389fbf7297e672ffc4bc25a4e9b7897218 (diff)
downloadsssd_unused-724426603e727bdbf08fe3fb2637f6f5d7d0881e.tar.gz
sssd_unused-724426603e727bdbf08fe3fb2637f6f5d7d0881e.tar.xz
sssd_unused-724426603e727bdbf08fe3fb2637f6f5d7d0881e.zip
Replaced "id_max" & "id_min"
Diffstat (limited to 'src')
-rw-r--r--src/man/include/ldap_id_mapping.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/man/include/ldap_id_mapping.xml b/src/man/include/ldap_id_mapping.xml
index 75335f50..57038b2e 100644
--- a/src/man/include/ldap_id_mapping.xml
+++ b/src/man/include/ldap_id_mapping.xml
@@ -83,12 +83,12 @@ ldap_schema = ad
</para>
<para>
NOTE: This option is different from
- <quote>id_min</quote> in that <quote>id_min</quote>
+ <quote>min_id</quote> in that <quote>min_id</quote>
acts to filter the output of requests to this domain,
whereas this option controls the range of ID
assignment. This is a subtle distinction, but the
good general advice would be to have
- <quote>id_min</quote> be less-than or equal to
+ <quote>min_id</quote> be less-than or equal to
<quote>ldap_idmap_range_min</quote>
</para>
<para>
@@ -105,12 +105,12 @@ ldap_schema = ad
</para>
<para>
NOTE: This option is different from
- <quote>id_max</quote> in that <quote>id_max</quote>
+ <quote>max_id</quote> in that <quote>max_id</quote>
acts to filter the output of requests to this domain,
whereas this option controls the range of ID
assignment. This is a subtle distinction, but the
good general advice would be to have
- <quote>id_max</quote> be greater-than or equal to
+ <quote>max_id</quote> be greater-than or equal to
<quote>ldap_idmap_range_max</quote>
</para>
<para>