summaryrefslogtreecommitdiff
path: root/security/pam_ldap/files/patch-ab
blob: c5f4f7a8eabdc87cfca58e0f04c492a74e777714 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pam_ldap.c.orig	Mon Jun 11 11:44:49 2001
+++ pam_ldap.c	Mon Jun 11 11:45:07 2001
@@ -557,7 +557,7 @@
 
   /* configuration file location is configurable; default /etc/ldap.conf */
   if (configFile == NULL)
-    configFile = "/etc/ldap.conf";
+    configFile = LDAP_CONF_FILE;
 
   fp = fopen (configFile, "r");