From eac5616ac2b6f38a202f1038f8e9eedbfeb2fda5 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 31 Aug 2009 21:46:01 +0000 Subject: rename configfile to /etc/nslcd.conf and make debian packaging copy the file to the new name on upgrade git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@980 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/nslcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nslcd') diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c index 3ad2d1f..5ed9608 100644 --- a/nslcd/nslcd.c +++ b/nslcd/nslcd.c @@ -562,7 +562,7 @@ int main(int argc,char *argv[]) if (myldap_set_debuglevel(nslcd_debugging)!=LDAP_SUCCESS) exit(EXIT_FAILURE); /* read configuration file */ - cfg_init(NSS_LDAP_PATH_CONF); + cfg_init(NSLCD_CONF_PATH); /* daemonize */ if ((!nslcd_debugging)&&(daemon(0,0)<0)) { -- cgit v1.2.3