Group membership from AD


does have advice on how set livecycle domain allow group membership work correctly?

our domain appears configured retrieve our users , groups active directory through ldap. however, groups not populated users, , users not associated groups.

for example, if bring user in adminui > settings > user management > users , groups, shows them being member of "all principals in domain..." , "all principals."

likewise, if bring group known have members in "users , groups," appears empty.

however, if execute following query against mysql database, appear display groups of given user member, see expected groups listed.

i select edcprincipalentity.commonname, edcprincipalentity_1.commonname

i (edcprincipalgrpctmntentity

i inner join edcprincipalentity on

i edcprincipalgrpctmntentity.refchildprincipalid = edcprincipalentity.id)

i inner join edcprincipalentity edcprincipalentity_1 on

i edcprincipalgrpctmntentity.refparentprincipalid = edcprincipalentity_1.id

i (((edcprincipalentity.commonname) "%name%"));


we have turnkey installation, , below our installed component versions:
jmx monitor v1.0 patch n/a
adobe livecycle forms v7.2.0 patch 1
adobe livecycle workflow v7.2.1 patch 1
adobe livecycle form manager v7.2.0 patch 1
user management v1.23.0 patch n/a

thanks assistance can provide.

take @ "member dn" field's value in group settings ldap directory in adminui. should set repeating attribute of group in ldap specifies member of group. if field not set correctly in adminui cannot sync in information users part of groups.

chris trubiani
adobe systems


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments