~ubuntu-branches/ubuntu/breezy/pam/breezy

« back to all changes in this revision

Viewing changes to Linux-PAM/modules/pam_wheel/README

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-06-28 14:28:08 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040628142808-adikk7vtfg3pzcjw
Tags: 0.76-22
* Add uploaders
* Document location of repository
* Fix options containing arguments in pam_unix, Closes: #254904

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
pam_wheel:
 
3
        only permit root authentication too members of wheel group
 
4
 
 
5
RECOGNIZED ARGUMENTS:
 
6
        debug           write a message to syslog indicating success or
 
7
                        failure.
 
8
 
 
9
        use_uid         the check for wheel membership will be done against
 
10
                        the current uid instead of the original one
 
11
                        (useful when jumping with su from one account to
 
12
                        another for example)
 
13
 
 
14
        trust           the pam_wheel module will return PAM_SUCCESS instead
 
15
                        of PAM_IGNORE if the user is a member of the wheel
 
16
                        group (thus with a little play stacking the modules
 
17
                        the wheel members may be able to su to root without
 
18
                        being prompted for a passwd).
 
19
 
 
20
        deny            Reverse the sense of the auth operation: if the user
 
21
                        is trying to get UID 0 access and is a member of the
 
22
                        wheel group, deny access (well, kind of nonsense, but
 
23
                        for use in conjunction with 'group' argument... :-)
 
24
 
 
25
        group=xxxx      Instead of checking the GID 0 group, use the xxxx
 
26
                        group to perform the authentification.
 
27
 
 
28
MODULE SERVICES PROVIDED:
 
29
        auth            _authetication and _setcred (blank)
 
30
 
 
31
AUTHOR:
 
32
        Cristian Gafton <gafton@sorosis.ro>
 
33