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 ?
|