File 0004-fix-bind-timelimit-description.patch of Package pam_ldap
pam_ldap.c uses a default of 10 seconds for binding timeout, reflect this
figure in both configuration file and manual page.
Howard Guo <hguo@suse.com> 2017-03-01
diff -rupN pam_ldap-186/ldap.conf pam_ldap-186-patched/ldap.conf
--- pam_ldap-186/ldap.conf 2010-11-08 01:58:44.000000000 +0100
+++ pam_ldap-186-patched/ldap.conf 2017-03-01 10:28:07.759346769 +0100
@@ -55,7 +55,7 @@ base dc=padl,dc=com
#timelimit 30
# Bind/connect timelimit
-#bind_timelimit 30
+#bind_timelimit 10
# Reconnect policy: hard (default) will retry connecting to
# the software with exponential backoff, soft will fail
diff -rupN pam_ldap-186/pam_ldap.5 pam_ldap-186-patched/pam_ldap.5
--- pam_ldap-186/pam_ldap.5 2010-11-08 01:58:44.000000000 +0100
+++ pam_ldap-186-patched/pam_ldap.5 2017-03-01 10:28:51.359779780 +0100
@@ -210,7 +210,7 @@ are otherwise cached.) Only some
.I
LDAP
client libraries have the underlying functionality necessary to
-support this option. The default bind timelimit is 30 seconds.
+support this option. The default bind timelimit is 10 seconds.
.TP
.B referrals <yes|no>
Specifies whether automatic referral chasing should be enabled. The