Sponsored Content
Operating Systems Linux Red Hat Would like to stop service authentication Post 302969049 by bbbngowc on Thursday 17th of March 2016 10:35:43 AM
Old 03-17-2016
Would like to stop service authentication

Hello All.

I'm trying start services as an Admin user on CentOS 7. I'm able to start the service as the user but it prompts me for a password. How do I get the user to start a service without being prompted? For example; If I attempt to start the sendmail service as my user2, I receive the following:

Code:
[user2@sserver2 ~]$ systemctl start sendmail
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to manage system services or units.
Multiple identities can be used for authentication:
 1.  user1
 2.  user2
Choose identity to authenticate as (1-2):

How do I stop this?
 

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

how to stop others users to stop viewing what i am doing ?

Hi , I have one question, suppose i am a normal user and when i use 'w' command , it shows who is logged on and what they are doing . Now i want to stop others users to know what i am doing accept the root ? can i do this ? thanks (5 Replies)
Discussion started by: mobile01
5 Replies

2. AIX

How to stop perl service

how to stop perl service on AIX? how to find if per service runing? (4 Replies)
Discussion started by: rainbow_bean
4 Replies

3. Linux

Why service (start|stop) can not be called from cron?

Hi, When I googled, I came to know that I can not call the command "service <service-name> start" from cron, insted I have to specify path to the service-name. I wanted to know the reason. Thanks, Hansini (3 Replies)
Discussion started by: hansini
3 Replies

4. Solaris

solaris samba configuration without wins service from authentication window server/Active directory

Hi All, We are using solaris samba server for our company project to provide access to code to our development team.Recently our ICT has disabled wins service on Active directory due which user are not able to connect to samba share and they are getting error "No logon server available" as samba... (2 Replies)
Discussion started by: sahil_shine
2 Replies

5. AIX

To stop ftp service on VIO

Hi all, How can I close ftp port 21 on VIO server. Best regards, ---------- Post updated at 10:06 AM ---------- Previous update was at 08:45 AM ---------- I resoved with switch to OS mode. $ oem_setup_env (0 Replies)
Discussion started by: getrue
0 Replies

6. UNIX for Beginners Questions & Answers

Stop http service, yum still work CentOS7

Can anyone explain me why yum still working when I stop http service on my localmachine. If I'm not wrong, yum repository use port 80 and 443, so stop http service should technicly stop possibility to install packages ? (6 Replies)
Discussion started by: veloxcbr
6 Replies
pam_authenticate(3)					     Library Functions Manual					       pam_authenticate(3)

NAME
pam_authenticate - perform authentication within the PAM framework SYNOPSIS
[ flag ... ] file ... [ library ... ] DESCRIPTION
is called to authenticate the current user. The user is usually required to enter a password or similar authentication token depending upon the authentication service configured within the system. In the case of smart card authentication this token would be a (Personal Identification Number). The user in question should have been specified by a prior call to or The following flags may be set in the flags field: Authentication service should not generate any messages The authentication service should return if the user has a null authentication token APPLICATION USAGE
Refer to pam(3) for information on thread-safety of PAM interfaces. NOTES
In the case of authentication failures due to an incorrect username or password, it is the responsibility of the application to retry and to maintain the retry count. An authentication service module may implement an internal retry count and return an error if the module does not want the application to retry. If the PAM framework can not load the authentication module, then it will return This indicates a serious failure and that the application should not attempt to retry the authentication. For security reasons, the location of authentication failures is hidden from the user. Thus, if several authentication services are stacked and a single service fails, requires that the user re-authenticate to all the services. A null authentication token in the authentication database will result in successful authentication unless was specified. In such cases, there will not be any prompting for the user to enter an authentication token. The authentication can be done through a smart card. In this case the user plugs their smart card in the smart card reader and is required to enter their smart card PIN. RETURN VALUES
Upon successful completion, is returned. In addition to the error return values described in pam(3), the following values may be returned: Authentication failure. Can not access authentication data due to insufficient credentials. Underlying authentication service can not retrieve authentication information. User not known to the underlying authentication module. An authentication service has maintained a retry count which has been reached. No further retries should be attempted. SEE ALSO
pam(3), pam_start(3), pam_open_session(3), pam_setcred(3). pam_authenticate(3)
All times are GMT -4. The time now is 01:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy