Поставил LDAP, к нему прицепил mmc-agent. base plugin и mail plugin нормально подгружаются, а вот плагины network и samba подключаться отказываются.
Вот вывод команды mmc-agent start
Код: Выделить всё
[root@xserver init.d]# mmc-agent start
mmc-agent starting...
Registering authenticator baseldap / base.BaseLdapAuthenticator
Registering authenticator externalldap / mmc.plugins.base.externalldap.ExternalLdapAuthenticator
Registering provisioner externalldap / mmc.plugins.base.externalldap.ExternalLdapProvisioner
Plugin base loaded, API version: 6:0:2 build(620)
Plugin proxy: disabled by configuration.
Plugin proxy not loaded.
Error while trying to load plugin samba
{'info': 'no global superior knowledge', 'desc': 'Server is unwilling to perform'}
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/mmc/agent.py", line 339, in agentService
if (func()):
File "plugins/samba/__init__.py", line 129, in activate
samba.addOu(ouName, path)
File "plugins/base/__init__.py", line 1718, in addOu
self.l.add_s(addrdn,attributes)
File "/usr/lib/python2.5/site-packages/ldap/ldapobject.py", line 186, in add_s
return self.result(msgid,all=1,timeout=self.timeout)
File "/usr/lib/python2.5/site-packages/ldap/ldapobject.py", line 428, in result
res_type,res_data,res_msgid = self.result2(msgid,all,timeout)
File "/usr/lib/python2.5/site-packages/ldap/ldapobject.py", line 432, in result2
res_type, res_data, res_msgid, srv_ctrls = self.result3(msgid,all,timeout)
File "/usr/lib/python2.5/site-packages/ldap/ldapobject.py", line 438, in result3
rtype, rdata, rmsgid, serverctrls = self._ldap_call(self._l.result3,msgid,all,timeout)
File "/usr/lib/python2.5/site-packages/ldap/ldapobject.py", line 97, in _ldap_call
result = func(*args,**kwargs)
UNWILLING_TO_PERFORM: {'info': 'no global superior knowledge', 'desc': 'Server is unwilling to perform'}
Error while trying to load plugin network
{'info': 'no global superior knowledge', 'desc': 'Server is unwilling to perform'}
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/mmc/agent.py", line 339, in agentService
if (func()):
File "plugins/network/__init__.py", line 89, in activate
ldapObj.addOu(ouName, path)
File "plugins/base/__init__.py", line 1718, in addOu
self.l.add_s(addrdn,attributes)
File "/usr/lib/python2.5/site-packages/ldap/ldapobject.py", line 186, in add_s
return self.result(msgid,all=1,timeout=self.timeout)
File "/usr/lib/python2.5/site-packages/ldap/ldapobject.py", line 428, in result
res_type,res_data,res_msgid = self.result2(msgid,all,timeout)
File "/usr/lib/python2.5/site-packages/ldap/ldapobject.py", line 432, in result2
res_type, res_data, res_msgid, srv_ctrls = self.result3(msgid,all,timeout)
File "/usr/lib/python2.5/site-packages/ldap/ldapobject.py", line 438, in result3
rtype, rdata, rmsgid, serverctrls = self._ldap_call(self._l.result3,msgid,all,timeout)
File "/usr/lib/python2.5/site-packages/ldap/ldapobject.py", line 97, in _ldap_call
result = func(*args,**kwargs)
UNWILLING_TO_PERFORM: {'info': 'no global superior knowledge', 'desc': 'Server is unwilling to perform'}
Plugin mail loaded, API version: 6:1:4 build(620)
Selecting authenticator baseldap / base.BaseLdapAuthenticator
Authenticator baseldap successfully validated
Selecting provisioners: None
Selecting computer manager: noneКто-нибудь знает как с этим бороться?