ich habe laut [1] und [2] den DHCP Server so eingestellt das er seine Config aus dem OpenDAP lesen soll.. es hat auch schon funktioniert (in einer früheren Teststellung) aber irgendwie jetzt nicht mehr, kann mir da jmd helfen?
Code: Alles auswählen
/etc/init.d/isc-dhcp-server restart
dhcpd self-test failed. Please fix /etc/dhcp/dhcpd.conf.
The error was:
Internet Systems Consortium DHCP Server 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
LDAP line 15: invalid base64 character 45.
secret liu-buch;
^
LDAP: cannot parse dhcpService entry 'cn=dhcp,cn=openldap,ou=servers,ou=systems,dc=liu-buch,dc=de'
Configuration file errors encountered -- exiting
Code: Alles auswählen
grep -v '^#' /etc/dhcp/dhcpd.conf
ddns-update-style none;
option domain-name "liu-buch.de";
option domain-name-servers openldap.liu-buch.de;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
ldap-server "localhost";
ldap-port 389;
ldap-username "cn=admin,dc=liu-buch,dc=de";
ldap-password "root";
ldap-base-dn "dc=liu-buch,dc=de";
ldap-method dynamic;
ldap-debug-file "/var/log/dhcp-ldap-startup.log";
[1]http://documentation.fusiondirectory.or ... gure_dhcpd
[2]http://documentation.fusiondirectory.or ... ugin_1.0.5