4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Authldap configur...
FromSent OnAttachments
Aine DouglasFeb 25, 2007 8:32 am 
Edwin L. Culp W.Feb 25, 2007 9:26 am 
Gordon MessmerFeb 26, 2007 10:55 pm 
Gordon MessmerFeb 26, 2007 11:25 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Authldap configuration....Actions...
From:Gordon Messmer (yiny@eburg.com)
Date:Feb 26, 2007 10:55:18 pm
List:net.sourceforge.lists.courier-users

Aine Douglas wrote:

Shouldn't the uid component be just below dc in order for authlib to find it? Or does the authldap module search recursively below the basedn for a uid field matching what was presented for authentication?

The default search type is "subtree", which will include all entries below the base DN.

The reason I ask is that the server I'm working on will handle many more domains and users, and I'd like to organise the LDAP such that the UID's aren't all in the same branch of the tree, but rather a branch per domain name and all the domains respective UID's there. If authlib/authldap recursively searches, then this is possible, but if I'm missing something then clearly I can't do this!!

It'll work.

Are you organizing the entries for the sake of delegated management? Sorting them in that fashion won't increase the efficiency of the directory. If that's your motivation, you might save yourself some complexity in your management tools...