Displaying 2 results from an estimated 2 matches for "openldapbackend".
2010 Jul 27
2
Is possible to use samba4 and openldap without ldapi?
I want to use samba4 in a openldap multimaster enviroment, but my tests
are going bad, this are the problems:
- Provision is broken for openldap: NotImplementedError: <bound method
OpenLDAPBackend.post_setup of <samba.provisionbackend.OpenLDAPBackend
object at 0xb626194c>
- When i try to run samba i get errors like this:
samba -i -M single
samba version 4.0.0alpha12-GIT-c75106f started.
Copyright Andrew Tridgell and the Samba Team 1992-2010
ldb: module schema_load initialization fail...
2010 Jul 15
0
samba4 + OpenLDAP
..., next_rid=opts.next_rid)
File "bin/python/samba/provision.py", line 1561, in provision
provision_backend.post_setup()
File "bin/python/samba/provisionbackend.py", line 86, in post_setup
raise NotImplementedError(self.post_setup)
NotImplementedError: <bound method OpenLDAPBackend.post_setup of
<samba.provisionbackend.OpenLDAPBackend object at 0x9823a2c>>
The command i use to provision is:
setup/provision --realm=TEST.LOCAL --domain=TEST --server-role='domain
controller' --ldap-backend-type=openldap --adminpass='AbCd123'
--slapd-path="/usr/loc...