View | Details | Raw Unified | Return to bug 28028 | Differences between
and this patch

Collapse All | Expand All

(-)patch-ab (-1 / +1 lines)
Lines 5-11 Link Here
5
   /* configuration file location is configurable; default /etc/ldap.conf */
5
   /* configuration file location is configurable; default /etc/ldap.conf */
6
   if (configFile == NULL)
6
   if (configFile == NULL)
7
-    configFile = "/etc/ldap.conf";
7
-    configFile = "/etc/ldap.conf";
8
+    configFile = "/usr/local/etc/pam_ldap/ldap.conf";
8
+    configFile = "/usr/local/etc/ldap.conf";
9
 
9
 
10
   fp = fopen (configFile, "r");
10
   fp = fopen (configFile, "r");

Return to bug 28028