configuration - Wso2 use memberUid on external LDAP for groups -


i have connected wso2 external ldap. so, want handle ldap groups. in wso2 doc states use :

  • groupofnames our objectclass ,
  • member our membershipattribute

however current ldap server not that. means use

  • posixgroup objectclass and
  • memberuid membershipattribute

this leads me point , when add user group, wso2 goes , puts value uid=b1,ou=users,dc=transip,dc=nl inside memberuid. not compatible set up. need wso2 put user's uid in memberuid field , entry compatible rest of setup.

how can configure wso2 pass uid when adding user group instead of passing dn (distinguished name).

according jira [1], issue has been fixed in wso2 5.1.0. according jira setup working need configure groupobjectclass "posixgroup" , membershipattribute "memberuid" in userstoremanager configuration relevant userstore.

[1] https://wso2.org/jira/browse/identity-3400


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -