-
Notifications
You must be signed in to change notification settings - Fork 1
Is this AddOn still working with the current shinken release? #2
Description
Hi,
I'd like to use pam authentication with shinken. I installed auth-pam and added the module to webui2.cfg to the modules property.
When I login with a ordinary system user "administrator" I get the following messages within the log:
[1464939295] INFO: [broker-master] [WebUI] user 'administrator' is signing in ...
[1464939295] INFO: [broker-master] [WebUI] Checking authentication for user: administrator
[1464939295] INFO: [broker-master] [WebUI] Requesting authentication for user: administrator
[1464939295] INFO: [broker-master] [WebUI] Authenticating user 'administrator'
[1464939295] INFO: [broker-master] [WebUI] Authenticating user 'administrator' with auth-pam
[1464939297] INFO: [broker-master] [WebUI] Internal htpasswd authentication
[1464939297] INFO: [broker-master] [WebUI] Internal alignak backend authentication
[1464939297] INFO: [broker-master] [WebUI] Internal contact authentication
[1464939297] INFO: [broker-master] [WebUI-auth-cfg-password] Authenticating user 'administrator'
[1464939297] ERROR: [broker-master] [WebUI-auth-cfg-password] You need to have a contact having the same name as your user: administrator
[1464939297] WARNING: [broker-master] [WebUI] The user 'administrator' has not been authenticated.
For me it seems that your module is used properly but the authentication fails. Do I need to provide additional authentication configuration parameters? Is the module still operational for the latest release?
Cheers
Mike