diff options
Diffstat (limited to '')
-rw-r--r-- | modules/pam_permit/README | 30 | ||||
-rw-r--r-- | modules/pam_permit/README.xml | 41 |
2 files changed, 71 insertions, 0 deletions
diff --git a/modules/pam_permit/README b/modules/pam_permit/README new file mode 100644 index 0000000..d479dcc --- /dev/null +++ b/modules/pam_permit/README @@ -0,0 +1,30 @@ +pam_permit — The promiscuous module + +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + +DESCRIPTION + +pam_permit is a PAM module that always permit access. It does nothing else. + +In the case of authentication, the user's name will be set to nobody if the +application didn't set one. Many applications and PAM modules become confused +if this name is unknown. + +This module is very dangerous. It should be used with extreme caution. + +OPTIONS + +This module does not recognise any options. + +EXAMPLES + +Add this line to your other login entries to disable account management, but +continue to permit users to log in. + +account required pam_permit.so + + +AUTHOR + +pam_permit was written by Andrew G. Morgan, <morgan@kernel.org>. + diff --git a/modules/pam_permit/README.xml b/modules/pam_permit/README.xml new file mode 100644 index 0000000..acb38b5 --- /dev/null +++ b/modules/pam_permit/README.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding='UTF-8'?> +<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" +"http://www.docbook.org/xml/4.3/docbookx.dtd" +[ +<!-- +<!ENTITY pamaccess SYSTEM "pam_permit.8.xml"> +--> +]> + +<article> + + <articleinfo> + + <title> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_permit.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_permit-name"]/*)'/> + </title> + + </articleinfo> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_permit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_permit-description"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_permit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_permit-options"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_permit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_permit-examples"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_permit.8.xml" xpointer='xpointer(//refsect1[@id = "pam_permit-author"]/*)'/> + </section> + +</article> |