Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 36d6ba6ad104e5b55250fbd8889330ce > files > 1

asterisk-app_ldap-1.0-0.rc6.1mdk.src.rpm

--- app_ldap.c	2005-10-12 17:17:22.000000000 +0200
+++ app_ldap.c.oden	2005-10-30 12:09:01.000000000 +0100
@@ -33,7 +33,7 @@
 #include <iconv.h>
 #include <ldap.h>
 
-#define LDAP_CONFIG "ldap.conf"
+#define LDAP_CONFIG "app_ldap.conf"
 
 char *replace_ast_vars(struct ast_channel *chan, const char *string);
 int ldap_lookup(char *host, int port, int version, int timeout, char *user, char *pass, char *base, char *scope, char *filter, char *attribute, char *result);