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 /doc | |
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 'doc')
-rw-r--r-- | doc/sag/pam_setquota.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/sag/pam_setquota.xml b/doc/sag/pam_setquota.xml new file mode 100644 index 00000000..368dfd8e --- /dev/null +++ b/doc/sag/pam_setquota.xml @@ -0,0 +1,34 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> +<section id='sag-pam_setquota'> + <title>pam_setquota - set or modify disk quotas on session start</title> + <cmdsynopsis> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_setquota/pam_setquota.8.xml" xpointer='xpointer(//cmdsynopsis[@id = "pam_setquota-cmdsynopsis"]/*)'/> + </cmdsynopsis> + <section id='sag-pam_setquota-description'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_setquota/pam_setquota.8.xml" xpointer='xpointer(//refsect1[@id = "pam_setquota-description"]/*)'/> + </section> + <section id='sag-pam_setquota-options'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_setquota/pam_setquota.8.xml" xpointer='xpointer(//refsect1[@id = "pam_setquota-options"]/*)'/> + </section> + <section id='sag-pam_setquota-types'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_setquota/pam_setquota.8.xml" xpointer='xpointer(//refsect1[@id = "pam_setquota-types"]/*)'/> + </section> + <section id='sag-pam_setquota-return_values'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_setquota/pam_setquota.8.xml" xpointer='xpointer(//refsect1[@id = "pam_setquota-return_values"]/*)'/> + </section> + <section id='sag-pam_setquota-examples'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_setquota/pam_setquota.8.xml" xpointer='xpointer(//refsect1[@id = "pam_setquota-examples"]/*)'/> + </section> + <section id='sag-pam_setquota-author'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_setquota/pam_setquota.8.xml" xpointer='xpointer(//refsect1[@id = "pam_setquota-author"]/*)'/> + </section> +</section> |