cancel
Showing results for 
Search instead for 
Did you mean: 

Assign Portal groups to LDAP users

Former Member
0 Kudos

Hi Experts,

We have a requirement to assign groups created using UME to be assigned to LDAP Users through code. Is that possible?

From the User admin tab from Portal I am able to do this.

So, I am thinking it is possible through some code also.

Please share some code samples, thoughts and advice's.

Many Thanks

Chandra.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sure it is, using the UME API.

Former Member
0 Kudos

Hi Samuli,

Thanks for the reply...

So, using UME API , i can access LDAP users and can assign UME groups? pls confirm.

Many Thanks

Chandra.

former_member191044
Active Contributor
0 Kudos

Hi Chandra,

you have to take care! As far as i know, if you are connected to LDAP you can only modify the user if you have permission on LDAP side. Otherwise you will receive an exception. But if you have the UME group you can do it the other way round. So you would have to add the LDAP user to the UME group and not the group to the user. But just try it with an easy example to get 100% sure it works.

Rgards,

Tobias