openldap and samba 4

Andrew Bartlett abartlet at samba.org
Sun May 24 22:12:58 GMT 2009


On Sun, 2009-05-24 at 11:24 -0700, grimstone wrote:
> Hello Michael,
> 
> Modules deref, refint, etc.. are loaded dinamicly...
> 
> My problem seems to be :
> 
> module partition initialization failed 
> module show_deleted initialization failed 
> module extended_dn_out_dereference initialization failed 
> module operational initialization failed 
> module kludge_acl initialization failed 
> module samldb initialization failed 
> module asq initialization failed 
> module server_sort initialization failed 
> module paged_results initialization failed 
> module rootdse initialization failed 

I'm Sorry, I should have explained about this before.  The modules in
Samba4's ldb are 'stacked', and initialise in order.  The bottom of the
stack is the connection to the backend - in this case the OpenLDAP
server.  If the ldapi:// connection cannot be made, then every other
module will fail to initialise as the error is propgated back up the
stack.

ie, the stack looks like this:

rootdse
paged_results
...
show_deleted
partition
ldapi://

If any fails, all the modules above it fail, and the error you see above
is printed.  Only the first error (timeout or connection refused talking
to the socket) is relevant.

Andrew Bartlett

-- 
Andrew Bartlett
http://samba.org/~abartlet/
Authentication Developer, Samba Team           http://samba.org
Samba Developer, Red Hat Inc.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.samba.org/archive/samba-technical/attachments/20090525/22c39e42/attachment.bin


More information about the samba-technical mailing list