URL: https://github.com/SSSD/sssd/pull/42 Author: mzidek-rh Title: #42: MAN: Typo in id mapping explanation Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/42/head:pr42 git checkout pr42
From 757bbbeb2b7022309685e3e130cda0415f9959b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=BDidek?= <[email protected]> Date: Thu, 6 Oct 2016 12:46:03 +0200 Subject: [PATCH] MAN: Typo in id mapping explanation It is probably result of modifying the code and not updating the man page properly. Resolves: https://fedorahosted.org/sssd/ticket/3205 --- src/man/include/ldap_id_mapping.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/man/include/ldap_id_mapping.xml b/src/man/include/ldap_id_mapping.xml index 9252b1c..73c385d 100644 --- a/src/man/include/ldap_id_mapping.xml +++ b/src/man/include/ldap_id_mapping.xml @@ -109,8 +109,8 @@ ldap_schema = ad </para> <para> The default configuration results in configuring 10,000 slices, - each capable of holding up to 200,000 IDs, starting from 10,001 - and going up to 2,000,100,000. This should be sufficient for + each capable of holding up to 200,000 IDs, starting from 200,000 + and going up to 2,000,200,000. This should be sufficient for most deployments. </para> <refsect3 id='idmap_advanced_config'>
_______________________________________________ sssd-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
