* Adrian Zaugg <[EMAIL PROTECTED]> [21-09-02 14:38]: > > slapd[27639]: daemon: socket() failed errno=97 (Address family not > > supported by protocol) > Das kannst Du ignorieren (steht so glaube ich im ReadMe oder sonst wo):
Hallo Adrian, das schreibst du jetzt wo ich schon mein Init-Skript umgebogen habe. :-) Sieht etwa so aus und funktioniert erstmal: # Defaults LDAP_HOST="ldap://localhost" # Reads config file (will override defaults above) [ -r /etc/default/MAIN_slapd ] && . /etc/default/MAIN_slapd start() { echo -n "Starting OpenLDAP: slapd on $LDAP_HOST" start-stop-daemon --start --quiet --pidfile "$pf" --exec /usr/sbin/slapd -- -h $LDAP_HOST > http://www.openldap.org/faq/data/cache/652.html Da muss ich auch noch hin... Gruss Uwe -- Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

