Forums / Install & configuration / LDAP move ezuser?

LDAP move ezuser?

Author Message

Siniša Šehović

Wednesday 16 February 2005 2:09:38 am

Hi all

I don't know if this is a feture or bug!? :-)
First time I log into ezpublish site LDAP move ezuser to defined location in
ldap.ini!

I don't think this is a normal procedure or it is?
What is wrong, can anyone please help?

I'm a donkey on edge! :-)

Sinisa

---
If at first you don't succeed, look in the trash for the instructions.

Siniša Šehović

Thursday 17 February 2005 1:42:03 am

Hi to all !:-)

I have figured out what was wrong!
In ldap.ini LDAPUserGroup=XX, XX must be ObjectID NOT NodeID !

Hope this will help someone who have the same problem! :-)

Best regards,
Sinisa

---
If at first you don't succeed, look in the trash for the instructions.

Dominik Stoeppel

Thursday 17 February 2005 2:17:39 am

Hi,

which LDAP Server do you use ? I can't auth the users with Active Directory (W2000). I make a new group called LDAP and changed the settings in ldap.ini :

[LDAPSettings]
LDAPVersion=2
LDAPEnabled=true
LDAPServer=192.168.10.4
LDAPPort=389
LDAPBaseDn=OU=benutzer,DC=brilon,DC=hcnet,DC=de
LDAPSearchScope=sub
LDAPSearchFilters[]
LDAPLoginAttribute=sAMAccountName
LDAPUserGroupType=id
LDAPUserGroup=65
LDAPUserGroupAttributeType=
LDAPUserGroupAttribute=
LDAPFirstNameAttribute=givenname
LDAPLastNameAttribute=sn
LDAPEmailAttribute=mail
Utf8Encoding=false

But I can't logging in. Changing the LDAPBaseDn to LDAPBaseDn=DC=brilon,DC=hcnet,DC=de (without OU=) doesn't change it.

Running the Cronjobs with Scripts[]=ldapusermanage.php gives no error.

On the same Linux server I have succesfully installed phpldapadmin to look on the ADS Ldap.

Any tips ?