From ea488580c42e8918445a945484de3c8a5addc761 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 20 Jun 2000 22:10:38 +0000 Subject: Initial revision --- modules/pam_rootok/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/pam_rootok/README (limited to 'modules/pam_rootok/README') diff --git a/modules/pam_rootok/README b/modules/pam_rootok/README new file mode 100644 index 00000000..7120b164 --- /dev/null +++ b/modules/pam_rootok/README @@ -0,0 +1,18 @@ +# $Id$ +# + +this module is an authentication module that performs one task: if the +id of the user is '0' then it returns 'PAM_SUCCESS' with the +'sufficient' /etc/pam.conf control flag it can be used to allow +password free access to some service for 'root' + +Recognized arguments: + + debug write a message to syslog indicating success or + failure. + +module services provided: + + auth _authetication and _setcred (blank) + +Andrew Morgan -- cgit v1.2.3