Hi!
I'm trying to make Operations Manager 4.0 to work with Active Directory over LDAP. (this is a Operations Manager 4.0 running on Linux box) to read group memberships and assign roles to those specific memberships. I can't quite get it to work.
My user 'adam' is a member of the group 'acme'. I want 'adam' to gain 'GlobalRead' automatically through an Active Directory group membership.
Authentication works:
dfm ldap test adam <password>
Authentication succeeded.
Username: CN=adam,OU=Users,OU=Admin,OU=DS,DC=MIFFO,DC=LOCAL
Name:     memberOf=CN=acme,OU=Users,OU=Admin,OU=DS,DC=MIFFO,DC=LOCAL
Name:     CN=adam,OU=Users,OU=Admin,OU=DS,DC=MIFFO,DC=LOCAL
Name:     CN=acme,OU=Users,OU=Admin,OU=DS,DC=MIFFO,DC=LOCAL
LDAP settings as follows:
ldapBaseDN                            OU=DS,DC=MIFFO,DC=LOCAL
ldapBindDN                            CN=ldapquery,OU=Users,OU=Service,OU=DS,DC=MIFFO,DC=LOCAL
ldapBindPass                          ********
ldapEnabled                           Yes
ldapGID                               memberOf
ldapMember                            member
ldapUGID                              cn
ldapUID                               cn
ldapVersion                           3
I have GlobalRead assigned to:
571     memberOf=CN=acme,OU=Users,OU=Admin,OU=DS,DC=MIFFO,DC=LOCAL                                             
572     acme                                                                  
573     CN=acme,OU=Users,OU=Admin,OU=DS,DC=MIFFO,DC=LOCAL  
I'm starting to suspect that Operations Manager expects the 'cn' to be assigned to users 'memberOf' attribute and the groups 'member' attribute to be assigned to the members 'cn'.
How is this suppose to work? The NOW manual is thin on the subject and so is the included manual as well as the man page.
I have the Posix schema in the AD if that will help.
TIA