From 724426603e727bdbf08fe3fb2637f6f5d7d0881e Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Wed, 8 Aug 2012 13:07:07 +0200 Subject: Replaced "id_max" & "id_min" --- src/man/include/ldap_id_mapping.xml | 8 ++++---- 1 file 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 NOTE: This option is different from - id_min in that id_min + min_id in that min_id 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 - id_min be less-than or equal to + min_id be less-than or equal to ldap_idmap_range_min @@ -105,12 +105,12 @@ ldap_schema = ad NOTE: This option is different from - id_max in that id_max + max_id in that max_id 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 - id_max be greater-than or equal to + max_id be greater-than or equal to ldap_idmap_range_max -- cgit