On 08/08/2012 01:09 PM, Ondrej Kos wrote:
https://fedorahosted.org/sssd/ticket/1461
forgot to mail the patch..
-- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech cell: +420-736-417-909 phone: +420-532-294-558 ext.: 82-62558 irc: okos @ #brno
>From 7fa813c9a31ca1dcb73f3a49a9df496de859bdb3 Mon Sep 17 00:00:00 2001 From: Ondrej Kos <o...@redhat.com> Date: Wed, 8 Aug 2012 13:07:07 +0200 Subject: [PATCH] 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 75335f5032c36c01aa0bcc14d05b60ace0c22734..57038b2e68966490d9e346d8cdccb399fb787a33 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> -- 1.7.11.2
_______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel