cannot pull isMemberOf attribute
Peter Schober
peter.schober at univie.ac.at
Fri Mar 7 03:01:35 EST 2014
* Lipscomb, Gary <glipscomb at csu.edu.au> [2014-03-07 05:01]:
> if (value.indexOf("cn=EZPROXY_ACCESS,ou=Groups,o=xxxx.yyy.edu.au") > 0){
> eduPersonEntitlement.getValues().add('urn:mace:dir:entitlement:common-lib-terms');
> }
Note that if the above is all you want to do a Mapped attribute
definition should suffice, setting sourceAttributeID to your memberOf
attribute, creating a ReturnValue of common-lib-terms if the
SourceValue matches that group name.
-peter
More information about the users
mailing list