Results 1 to 2 of 2

Thread: ldap roles populator using objectclass attributes

  1. #1
    Join Date
    Jun 2006
    Posts
    6

    Default ldap roles populator using objectclass attributes

    Hi,

    In the LDAP authentication examples, the user roles are fetched from the ldap server by searching the ou=groups,... DN and then checking if the user is a member of that group.

    The ldap server at our company is organised differently though. Every user belongs to the ou=people,... DN and we use the objectclass attribute as a user role, for example objectclass=employee should result in a role named EMPLOYEE, objectclass=student in a role STUDENT, etc...

    Is it possible to use the DefaultLdapAuthoritiesPopulator for this kind of role assignment?

    Jurgen

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •