Hi,
please try withouth the "groups" module (this isn't needed in your case, plus your memberof filter is case-sensitive).
If that doesn't work: Please post the ldapsearch output for your user.
Please don't post potentially valid username-password 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/9fff3584-7dbc-4e0d-9f21-88b9eb1e3fdan%40googlegroups.com.
Hi Sergio,
could you please git pull and retry? 106edcf579fd6de4f46b31149c79ed412eca8ed7 fixes a possible issue in the backend script with memberOf being all-lowercase.
Thanks,
Marc
To view this discussion on the web visit https://groups.google.com/d/msgid/event-driven-servers/655bb724-aebb-4839-8421-be7cfb29d5dcn%40googlegroups.com.
Hi Sergio,
mavistest just looks for the first "mavis" keyword and starts parsing there, no matter whether the configuration is for tac_plus or tac_plus-ng.
So this is really an issue with mavis_tacplus_ldap.pl vs. mavis_tacplus-ng_ldap.pl where the latter doesn't return group membership? Are both scripts from the current GIT or is mavis_tacplus_ldap.pl an earlier version?
Thanks,
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/6fcca9fa-34c0-4ea8-b30a-493b0731eec2n%40googlegroups.com.
Hi Sergio,
389 DS has ever been on the supported list, only OpenLDAP and AD are. mavis_tacplus_ldap.pl binds to LDAP after searching for the user DN and then retrieves the user attributes, so memberOf in included at authentication time. However, it's not granted that an LDAP authorization request without prior authentication (and that can happen easily without TACACS+ single-connection) would be able to retrieve that attribute.
mavis_tacplus-ng_ldap.pl retrieves the attributes before binding as the user, but will bind anonymously or, if provided, as LDAP_USER. A non-anonymous bind guarantees that memberOf is available. Plus, this method saves one LDAP request.
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/0de5d712-1ae7-49aa-9cd1-e75fff596752n%40googlegroups.com.