Suppress Group not found error messages? #180
-
I'm using tac_plus-ng with mavis backend for LDAP to Active Directory. It's working perfectly (and was remarkably easy to set up!). However, since our user accounts are in quite a few security groups, successful logins include these errors in the journalctl/log output:
etc. The matching group that's defined in the tac_plus-ng.cfg is not included in the error output, of course. Is there any way to suppress those group errors, since it seems to me that they aren't really errors, just info? Or am I thinking about this wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, well, that warning is there on purpose. You can filter out the groups you don't care about by defining a regex covering the ones you actually use:
Cheers, Marc |
Beta Was this translation helpful? Give feedback.
Hi,
well, that warning is there on purpose. You can filter out the groups you don't care about by defining a regex covering the ones you actually use:
Cheers,
Marc