summaryrefslogtreecommitdiff
path: root/security/pam_ldap/files/patch-ab
blob: efef94926927f9c988ae0ad83dea1dd0e575d621 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pam_ldap.c.orig	Sat May 26 16:06:17 2001
+++ pam_ldap.c	Sat May 26 16:07:05 2001
@@ -551,7 +551,7 @@
 
   /* configuration file location is configurable; default /etc/ldap.conf */
   if (configFile == NULL)
-    configFile = "/etc/ldap.conf";
+    configFile = "/usr/local/etc/pam_ldap/ldap.conf";
 
   fp = fopen (configFile, "r");