Monday 23 March 2009 12:57:09 am
Hello,
I'm certanly new to ez publish. I have installed ez Publish 4.1 with the newest eZ components. The last day i have configured my ldap.ini, so I can use our Active Directory server to authenticate. It works really fine.
But when a user logs into eZ Publish with their spezific Username and Password, he is the administrator user. Not only the rights to edit - The Administrator Profil is used by an ldap user. My Question is now: How can I configure this? That an LDAP-User uses his own eZ Profil(generated with the LDAP.ini). Thanks for Help! <B>My ldap.ini </b>
LDAPDebugTrace=enabled
LDAPVersion=3
LDAPEnabled=true
LDAPServer=XXXXXXXXXX
LDAPPort=389
LDAPBaseDn=ou--XXXXXXX,dc--XXXXXXXXX,dc--local
LDAPBindUser=XXXXXXXX
LDAPBindPassword=XXXXXXXXX
LDAPSearchScope=sub
LDAPEqualSign=--
LDAPSearchFilters[]
LDAPLoginAttribute=sAMAccountName
LDAPUserGroupType=id
LDAPUserGroup[]=57
LDAPGroupRootNodeId=57
LDAPGroupMappingType=SimpleMapping
LDAPGroupBaseDN=ou--XXXXXXXX,dc--XXXXXXXX,dc--local
LDAPGroupClass=group
LDAPGroupNameAttribute=cn
LDAPGroupMemberAttribute=member
LDAPGroupDescriptionAttribute=description
LDAPUserGroupMap[]
LDAPUserGroupMap[groupa]=ez_groupa
LDAPUserGroupMap[groupb]=ez_groupb
LDAPUserGroupAttributeType=name
LDAPUserGroupAttribute=member
LDAPFirstNameAttribute=givenname
LDAPFirstNameIsCommonName=false
LDAPLastNameAttribute=sn
LDAPEmailAttribute=mail
LDAPEmailEmptyAttributeSuffix=
utf8Encoding=false
KeepGroupAssignment=disabled
|