racktables
racktables copied to clipboard
Use LDAP Groups as additional Source for Auto-Tags
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'
Does this solve the same problem as described in https://bugs.racktables.org/view.php?id=665 ?
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