Hello All,

I'm having a big trouble here with Courier-authlib 0.59.3. I have two LDAP
servers, one with for development and other to production environment.

In both servers I have the same environment, but in development server I
imported a few users and groups (less than 200). In production server I have
40000 objects, 8000 with email accounts. In both I have 30 Organization Units.
Well, with authlib in my development server it works fine, but in production it
doesn't (using the same server, just changing the IP of servers). I can see in
Ethereal that in both situations the LDAP server answer right, with all
attributes.

In authlib server:

authtest [EMAIL PROTECTED]
Authentication FAILED: Input/output error

mail.log:

May 13 18:35:32 paramana authdaemond: authldap: trying this module
May 13 18:35:32 paramana authdaemond: selected ldap protocol version 3
May 13 18:35:32 paramana authdaemond: binding to LDAP server as DN
'CN=linuxbind,OU=Users,DC=test,DC=com', password 'passbind'
May 13 18:35:32 paramana authdaemond: using search filter:
(&(objectClass=user)([EMAIL PROTECTED]))
May 13 18:35:32 paramana authdaemond: ldap_search_st() failed
May 13 18:35:32 paramana authdaemond: selected ldap protocol version 3
May 13 18:35:32 paramana authdaemond: binding to LDAP server as DN
'CN=linuxbind,OU=Users,DC=test,DC=com', password 'passbind'
May 13 18:35:32 paramana authdaemond: using search filter:
(&(objectClass=user)([EMAIL PROTECTED]))
May 13 18:35:32 paramana authdaemond: ldap_search_st() failed
May 13 18:35:32 paramana authdaemond: authldap: TEMPFAIL - no more modules will
be tried

My authldaprc:

LDAP_URI ldap://10.0.1.154
LDAP_SERVER 10.0.1.154
LDAP_PORT 389
LDAP_PROTOCOL_VERSION 3
LDAP_BASEDN DC=test,DC=com
LDAP_BINDDN CN=linuxbind,OU=Users,DC=test,DC=com
LDAP_BINDPW passbind
LDAP_AUTHBIND 1
LDAP_MAILROOT
LDAP_MAIL mail
LDAP_HOMEDIR mailbox
LDAP_MAILDIR mailbox
LDAP_GLOB_UID 1002
LDAP_GLOB_GID 1001
LDAP_TLS 0
LDAP_CLEARPW userPassword
LDAP_MAILDIRQUOTA quota
LDAP_FULLNAME cn
LDAP_DEREF never
LDAP_TIMEOUT 5
LDAP_FILTER (objectClass=user)

If I change in authldaprc the following line:

LDAP_BASEDN DC=test,DC=com
to
LDAP_BASEDN ou=2300,DC=test,DC=com

and look for a User in this OU, it works good. But the users from another OUs
doesn't.

So, Is there any limits for quantity of users in LDAP Server?

Someone could, please, help me? I already tried everything but it wasn't enough.
I untill changed the sources to printf and nothing.

Thanks for any help.

Luiz
___________________________________________________________________________________
Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A Embratel tem
tarifas muito baratas esperando por você. Aproveite!


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to