diff options
author | Egor Ignatov <egori@altlinux.org> | 2021-08-06 10:41:01 +0200 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-07-06 12:59:41 +0200 |
commit | 1d8aae432724a98af82fcca7c02f80793a7e0731 (patch) | |
tree | 5a4558dc0a34823aeb51100dcc30a5ba1b3ccf67 /meson_options.txt | |
parent | shared: add password quality check abstraction layer to support both pwqualit... (diff) | |
download | systemd-1d8aae432724a98af82fcca7c02f80793a7e0731.tar.xz systemd-1d8aae432724a98af82fcca7c02f80793a7e0731.zip |
shared: add libpasswdqc support
Co-authored-by: Dmitry V. Levin <ldv@altlinux.org>
Resolves: #15055
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 46a74b7635..1909323850 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -381,6 +381,8 @@ option('xenctrl', type : 'combo', choices : ['auto', 'true', 'false'], description : 'support for Xen kexec') option('pam', type : 'combo', choices : ['auto', 'true', 'false'], description : 'PAM support') +option('passwdqc', type : 'combo', choices : ['auto', 'true', 'false'], + description : 'libpasswdqc support') option('pwquality', type : 'combo', choices : ['auto', 'true', 'false'], description : 'libpwquality support') option('microhttpd', type : 'combo', choices : ['auto', 'true', 'false'], |