~hexperides/hexperides/main

« back to all changes in this revision

Viewing changes to etc/pam.d/su

  • Committer: RicardoCardenes
  • Date: 2005-06-10 15:49:54 UTC
  • Revision ID: RicardoCardenes-8124e411ce351a4aa8b751fa1054a3c0e680bad5
movemos el contenido actual dentro de "trunk"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# The PAM configuration file for the Shadow `su' service
 
3
#
 
4
 
 
5
# Uncomment this to force users to be a member of group root
 
6
# before they can use `su'. You can also add "group=foo" to
 
7
# to the end of this line if you want to use a group other
 
8
# than the default "root".
 
9
# (Replaces the `SU_WHEEL_ONLY' option from login.defs)
 
10
# auth       required   pam_wheel.so
 
11
 
 
12
# Uncomment this if you want wheel members to be able to
 
13
# su without a password.
 
14
# auth       sufficient pam_wheel.so trust
 
15
 
 
16
# Uncomment this if you want members of a specific group to not
 
17
# be allowed to use su at all.
 
18
# auth       required   pam_wheel.so deny group=nosu
 
19
 
 
20
# This allows root to su without passwords (normal operation)
 
21
auth       sufficient pam_rootok.so
 
22
 
 
23
# Uncomment and edit /etc/security/time.conf if you need to set
 
24
# time restrainst on su usage.
 
25
# (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs
 
26
# as well as /etc/porttime)
 
27
# account    requisite  pam_time.so
 
28
 
 
29
# The standard Unix authentication modules, used with
 
30
# NIS (man nsswitch) as well as normal /etc/passwd and
 
31
# /etc/shadow entries.
 
32
@include common-auth
 
33
@include common-account
 
34
@include common-session
 
35
 
 
36
# Sets up user limits, please uncomment and read /etc/security/limits.conf
 
37
# to enable this functionality.
 
38
# (Replaces the use of /etc/limits in old login)
 
39
# session    required   pam_limits.so