From 67ca9e7c006d8619f446c018eabf29eab1368ba5 Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Thu, 4 Oct 2012 11:17:03 +0200 Subject: Fix default upper limit of slices https://fedorahosted.org/sssd/ticket/1537 changes upper limit of slices to 2000200000 in providers code and manpage. --- src/man/include/ldap_id_mapping.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/man') diff --git a/src/man/include/ldap_id_mapping.xml b/src/man/include/ldap_id_mapping.xml index 017edd106..71ff248f1 100644 --- a/src/man/include/ldap_id_mapping.xml +++ b/src/man/include/ldap_id_mapping.xml @@ -114,7 +114,7 @@ ldap_schema = ad ldap_idmap_range_max - Default: 2000100000 + Default: 2000200000 -- cgit