[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:19902] su problem (can't change to root)



#昨日同じ内容のメールを出したつもりだったのですが、
#うまく出ていなかったようなので、もう一度出します。同じのが2通いってたら
#すみません。

最近、新しいHDDにpotatoをinstallしたのですが、root以外でloginした後、
suでrootになれないという問題で困っています。
(rootでloginする事はできます。)
どこを変更すればsuできるようになるのか教えてもらえませんか。

調べてみたところ、所属グループや、/etc/pam.d/suが関係有るのかと
思ったのですが、理解できません。(とりあえず添付します。)

idの結果は以下の様になります。
$id
uid=1000(sim) gid=1000(sim) 所属グループ=1000(sim),0(root),27(sudo)
,29(audio),37(operator),44(video),60(games)

==========================
下佐粉昭 kon@xxxxxxxxxxxxx
#
# The PAM configuration file for the Shadow `su' service
#

# Uncomment this to force users to be a member of group root
# before than can use `su'
# (Replaces the `SU_WHEEL_ONLY' option from login.defs)
# NOTE: Use "use_uid" to avoid using getlogin() which is
#       considered insecure
# auth       required   pam_wheel.so use_uid

# This allows root to su without passwords (normal operation)
auth       sufficient pam_rootok.so

# Uncomment and edit /etc/security/time.conf if you need to set
# time restrainst on su usage.
# (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs
# as well as /etc/porttime)
# account    requisite  pam_time.so

# The standard Unix authentication modules, used with
# NIS (man nsswitch) as well as normal /etc/passwd and
# /etc/shadow entries.
auth       required   pam_unix.so
account    required   pam_unix.so
session    required   pam_unix.so

# Sets up user limits, please uncomment and read /etc/security/limits.conf
# to enable this functionality.
# (Replaces the use of /etc/limits in old login)
# session    required   pam_limits.so