LDAP User Roles

Can you use @UserRoles on a form when using a non-Notes based LDAP authentication. I am able to retreive the common name, but when using the common name (short form - Mr Smith or long form - Mr Smith/Org U/Org U/Org [as listed in the ACL]) in a !@IsMember(“[Role]”;@UserRoles) hide-when formula, the formula does not work.

Subject: LDAP User Roles

I didn’t test this, but in theory it should work.

How about first adding two computed fields, one with an @Username value and the other one with an @UserRoles value to your form, so you can verify what name and roles you actually get authenticated with?

This will give you some more clues where the problem might be.

Subject: RE: LDAP User Roles

Stephan…Thanks for the response…I forgot to mention that on the form I created, the only role listed within the computed field that contains the “@UserRoles” was “$$WebClient”. Using a notes user displays, “$$WebClient;[TestRole];[RoleTest]”.

Subject: RE: LDAP User Roles

Try using @UserNamesList - this should list all roles aswell as $$WebClient