LINUX.ORG.RU

Ответ на: комментарий от giraff

Если его нет, создай. Но очень странно, что этого файла нет. Что за дистрибутив?

Eddy_Em ☆☆☆☆☆
()
Ответ на: комментарий от ziemin

У меня получился такой файл

# # This file MUST be edited with the 'visudo' command as root. # # Please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file. # # See the man page for details on how to write a sudoers file. # Defaults env_reset Defaults mail_badpass Defaults secure_path=«/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin»

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification root ALL=(ALL:ALL) ALL

# Allow members of group sudo to execute any command %sudo ALL=(ALL:ALL) ALL

# See sudoers(5) for more information on «#include» directives:

#includedir /etc/sudoers.d user1 ALL=(ALL)NOPASSWD:/bin/su -l user2 user1 ALL=(ALL) NOPASSWD:ALL

giraff
() автор топика
Ответ на: комментарий от ziemin
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults	env_reset
Defaults	mail_badpass
Defaults	secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
root	ALL=(ALL:ALL) ALL

# Allow members of group sudo to execute any command
%sudo	ALL=(ALL:ALL) ALL

# See sudoers(5) for more information on "#include" directives:

#includedir /etc/sudoers.d
giraff ALL=(ALL)NOPASSWD:/bin/su -l server
giraff ALL=(ALL) NOPASSWD:ALL

giraff
() автор топика
Ответ на: комментарий от giraff

Ты запихнул спецификацию юзера выше более общей спецификации группы. Соответственно та отработала первой. Подними выше строчки %sudo

selivan ★★★
()
Последнее исправление: selivan (всего исправлений: 1)
Ответ на: комментарий от giraff

%sudo ALL=(ALL:ALL) ALL

При выполнении команды ты уже попадаешь под эту строку, и оно просит пароль. До «giraff ALL=(ALL)NOPASSWD:/bin/su -l server» просто не доходит. Перенеси эту строку выше.

selivan ★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.