Код: Выделить всё
dmitrym@debian01:~/distr/gosa$ sudo /etc/init.d/dhcp3-server start
dhcpd self-test failed. Please fix the config file.
The error was:
Internet Systems Consortium DHCP Server V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Connecting to LDAP server debian01.mydomain.com:389
Successfully logged into LDAP server debian01.mydomain.com
Error: Cannot find LDAP entry matching (&(objectClass=dhcpServer)(|(cn=debian01)(cn=debian01)))
Configuration file errors encountered -- exitingdhcp3-server-ldap ставил как из родного репозитория дебиан, так и из реопзитория GOsa. Вот конфиг DHCP:
Код: Выделить всё
ldap-server "debian01.mydomain.com";
ldap-port 389;
ldap-username "cn=admin,dc=mydomain,dc=com";
ldap-password "password";
ldap-base-dn "dc=mydomain,dc=com";
ldap-method dynamic;
ldap-debug-file "/var/log/dhcp-ldap-startup.log";DHCP схема присутствует, данные в необходимые для работы DHCP в LDAP вносил. DHCP ходит в LDAP под админскими правами - по идее доступ должен быть ко всей информации в LDAP. Подскажите куда копать?