Hi Jan,
I'll push a commit that should suit your use case in a couple of
minutes. That change will implement support for two new environment
variables:
setenv $LDAP_TACMEMBER = "AccountGroups"
setenv $LDAP_TACMEMBER_MAP_OU = "true"
Changing LDAP_FILTER_GROUP should be sufficient to search for
groupOfURLs. In that case, the DNs of the groups found should be
accessible to scripts as memberof values:
if (memberof =~ /^cn=group1,ou=Groups,dc=sample,dc=net$/) ...
Your LDAP setup looks pretty unusual, least to say. I've no idea whether
these changes will work, and my usual recommendation is to either use
tactrace.pl for testing or to set the environment variables in the
current shell and then run
printf "0 TACPLUS\n4 user01\n8 password01\n49 AUTH\n=\n" |
./
mavis_tacplus-ng_ldap.pl
to have a look at the backend AV pairs.
Cheers,
Marc
> --
> You received this message because you are subscribed to the Google
Groups "Event-Driven Servers" group.
> To unsubscribe from this group and stop receiving emails from it,
send an email to
event-driven-ser...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/event-driven-servers/bcdcdb66-ebc3-4a9a-a200-2648232a338cn%40googlegroups.com.