URL: https://github.com/SSSD/sssd/pull/42
Author: mzidek-rh
 Title: #42: MAN: Typo in id mapping explanation
Action: opened

PR body:
"""
It is probably result of modifying the code
and not updating the man page properly.

Resolves:
https://fedorahosted.org/sssd/ticket/3205
"""

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 51ebe851487caa8744d00e271fdadec7fc5173f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzi...@redhat.com>
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/man/include/ldap_id_mapping.xml b/src/man/include/ldap_id_mapping.xml
index 9252b1c..22c5054 100644
--- a/src/man/include/ldap_id_mapping.xml
+++ b/src/man/include/ldap_id_mapping.xml
@@ -110,7 +110,7 @@ ldap_schema = ad
         <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
+            and going up to 2,000,010,000. This should be sufficient for
             most deployments.
         </para>
         <refsect3 id='idmap_advanced_config'>
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to