Cross Reference: secpatch.dif
xref
: /
solaris-desktop
/
patches
/
secpatch.dif
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
10139
N/A
---
libraries/libldap/init.c
2002/10/15 10:46:31 1.1
10139
N/A
+++
libraries/libldap/init.c
2002/10/30 09:18:02 1.2
10139
N/A
@@ -506,6 +506,7 @@
10139
N/A
#endif
10139
N/A
10139
N/A
openldap_ldap_init_w_sysconf(LDAP_CONF_FILE);
10139
N/A
+ if( getuid() == geteuid() ){
10139
N/A
openldap_ldap_init_w_userconf(LDAP_USERRC_FILE);
10139
N/A
10139
N/A
{
10139
N/A
@@ -535,6 +536,7 @@
10139
N/A
}
10139
N/A
10139
N/A
openldap_ldap_init_w_env(gopts, NULL);
10139
N/A
+ }
10139
N/A
10139
N/A
ldap_int_sasl_init();
10139
N/A
}