diff options
author | Sven Hartge <sven@svenhartge.de> | 2019-01-10 15:07:10 +0100 |
---|---|---|
committer | Sven Hartge <sven@svenhartge.de> | 2020-04-17 02:16:27 +0200 |
commit | 192611c6fb9b46ad4186c6dfb4c26c646e9b29a1 (patch) | |
tree | 747c0f1e48642a18f059e1c24bc9f4a24ccaf28e /modules/pam_setquota/README.xml | |
parent | 8e71af4aa590f1cdeeb93d13e09efcc8076be1c4 (diff) | |
download | pam-192611c6fb9b46ad4186c6dfb4c26c646e9b29a1.tar.gz pam-192611c6fb9b46ad4186c6dfb4c26c646e9b29a1.tar.bz2 pam-192611c6fb9b46ad4186c6dfb4c26c646e9b29a1.zip |
pam_setquota: new module to set or modify disk quotas on session start
This makes disk quotas usable with central user databases, such as MySQL or
LDAP.
Resolves: https://github.com/linux-pam/linux-pam/issues/92
Diffstat (limited to 'modules/pam_setquota/README.xml')
-rw-r--r-- | modules/pam_setquota/README.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/modules/pam_setquota/README.xml b/modules/pam_setquota/README.xml new file mode 100644 index 00000000..4eeddecc --- /dev/null +++ b/modules/pam_setquota/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_setquota.8.xml"> +--> +]> + +<article> + + <articleinfo> + + <title> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_setquota.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_setquota-name"]/*)'/> + </title> + + </articleinfo> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_setquota.8.xml" xpointer='xpointer(//refsect1[@id = "pam_setquota-description"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_setquota.8.xml" xpointer='xpointer(//refsect1[@id = "pam_setquota-options"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_setquota.8.xml" xpointer='xpointer(//refsect1[@id = "pam_setquota-examples"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_setquota.8.xml" xpointer='xpointer(//refsect1[@id = "pam_setquota-author"]/*)'/> + </section> + +</article> |