Im Trying to start a service with non root user. And the server is showing below error.
[gmdpadmin@tynwavgmdpapigw01 ~]$ /etc/init.d/ldap_test.system start
Starting ldap_test.system (via systemctl): ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to manage system services or units.
Authenticating as: True (true)
Password:
polkit-agent-helper-1: pam_authenticate failed: Authentication failure
==== AUTHENTICATION FAILED ===
Failed to start ldap_test.system.service: Access denied
See system logs and 'systemctl status ldap_test.system.service' for details.
[FAILED]
[gmdpadmin@tynwavgmdpapigw01 ~]$
[gmdpadmin@tynwavgmdpapigw01 ~]$ /etc/init.d/ldap_test.system start
Starting ldap_test.system (via systemctl): ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to manage system services or units.
Authenticating as: True (true)
Password:
polkit-agent-helper-1: pam_authenticate failed: Authentication failure
==== AUTHENTICATION FAILED ===
Failed to start ldap_test.system.service: Access denied
See system logs and 'systemctl status ldap_test.system.service' for details.
[FAILED]
[gmdpadmin@tynwavgmdpapigw01 ~]$


