racktables icon indicating copy to clipboard operation
racktables copied to clipboard

Use LDAP Groups as additional Source for Auto-Tags

Open splattner opened this issue 8 years ago • 2 comments

Currently the memberOf Overlay is used to create Auto-Tags for LDAP Group Membership. With my Code, you can also use LDAP Groups to look for User-Membership.

For this to work you have to set

  • group_search_dn to the dn where your Groups are
  • group_search_attr, the attribute where Group Name is in, defaults to 'cn'
  • group_search_member_attr, Attribute with Array of the Group Members, defaults to 'memberuid'

splattner avatar Mar 25 '18 18:03 splattner

Does this solve the same problem as described in https://bugs.racktables.org/view.php?id=665 ?

infrastation avatar Dec 12 '18 14:12 infrastation

Does this solve the same problem as described in https://bugs.racktables.org/view.php?id=665 ?

I guess this could also solve the mentioned Problem

splattner avatar Dec 28 '18 13:12 splattner