diff options
author | Ondrej Kos <okos@redhat.com> | 2012-08-08 13:07:07 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-08 16:25:49 +0200 |
commit | 724426603e727bdbf08fe3fb2637f6f5d7d0881e (patch) | |
tree | cadd7a076df048d91bd545a2935d31848bb460f0 /src/man/include | |
parent | 6f68a7389fbf7297e672ffc4bc25a4e9b7897218 (diff) | |
download | sssd-724426603e727bdbf08fe3fb2637f6f5d7d0881e.tar.gz sssd-724426603e727bdbf08fe3fb2637f6f5d7d0881e.tar.bz2 sssd-724426603e727bdbf08fe3fb2637f6f5d7d0881e.zip |
Replaced "id_max" & "id_min"
Diffstat (limited to 'src/man/include')
-rw-r--r-- | src/man/include/ldap_id_mapping.xml | 8 |
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> |