#
# The PAM configuration file for the `su' service
#
# uncomment for *really* paranoid SA's...
# this will allow only users in the "wheel" group
# the ability to "su".
# auth		required	pam_wheel.so

# uncomment for *really* lazy SA's...
# this will allow any user in the "wheel group
# the ablity to "su" without further authentication.
# if you enable this, don't come crying to the #channel
# or post wild accusations on the mailing lists
# if you get hacked...
#auth            sufficient      pam_wheel.so trust use_uid
auth            sufficient      pam_rootok.so
auth		required	pam_unix.so
account		required	pam_unix.so
session		required	pam_unix.so
