Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:Alexander_Naumov:SLE12
nss_ldap
nss_ldap.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nss_ldap.dif of Package nss_ldap
Index: nss_ldap-265/ldap-nss.c =================================================================== --- nss_ldap-265.orig/ldap-nss.c +++ nss_ldap-265/ldap-nss.c @@ -2640,7 +2640,8 @@ do_with_reconnect (const char *base, int * If a soft reconnect policy is specified, then do not * try to reconnect to the LDAP server if it is down. */ - if (__session.ls_config->ldc_reconnect_pol == LP_RECONNECT_SOFT) + if ( (__session.ls_config->ldc_reconnect_pol == LP_RECONNECT_SOFT) && + ( tries > 0 ) ) hard = 0; ++tries; Index: nss_ldap-265/Makefile.am =================================================================== --- nss_ldap-265.orig/Makefile.am +++ nss_ldap-265/Makefile.am @@ -109,5 +109,5 @@ uninstall-local: @$(NORMAL_UNINSTALL) vers.c: $(top_srcdir)/CVSVersionInfo.txt - CVSVERSIONDIR=$(top_srcdir) vers_string -v + CVSVERSIONDIR=$(top_srcdir) ./vers_string -v
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor