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/tst-pam_setquota | |
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/tst-pam_setquota')
-rwxr-xr-x | modules/pam_setquota/tst-pam_setquota | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_setquota/tst-pam_setquota b/modules/pam_setquota/tst-pam_setquota new file mode 100755 index 00000000..f50c958d --- /dev/null +++ b/modules/pam_setquota/tst-pam_setquota @@ -0,0 +1,2 @@ +#!/bin/sh +../../tests/tst-dlopen .libs/pam_setquota.so |