diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-06-16 20:59:34 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-06-16 20:59:34 +0000 |
commit | d202a4cb8d2b777c692b0b9af7cee13633ae5ce7 (patch) | |
tree | 31b2ff7517a5401d1bb75804bef7ef81b6c399fb | |
parent | 082e1a8cd25b63d9b2a6c91151c0f486ee579b8f (diff) |
ensure that nslcd is started after hostname lookups are available so getting to the LDAP server via DNS lookups will work (patch by Petter Reinholdtsen)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1145 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | debian/nslcd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/nslcd.init b/debian/nslcd.init index c62ed7e..c16a93b 100644 --- a/debian/nslcd.init +++ b/debian/nslcd.init @@ -23,7 +23,7 @@ # Provides: nslcd # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog -# Should-Start: slapd +# Should-Start: $named slapd # X-Start-Before: $mail-transport-agent mail-transport-agent exim4 sendmail nullmailer masqmail citadel cron atd autofs am-utils apache2 # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 |