diff --git a/config b/config index 59a0519..c748083 100644 --- a/config +++ b/config @@ -917,6 +917,8 @@ setOption("PAMModules.WhiteList", ( "pam_usertype.so", # pam (bsc#1171563) "pam_setquota.so", + # kanidm (bsc#1173387) + "pam_kanidm.so" )) # Output filters diff --git a/rpmlint.changes b/rpmlint.changes index 1e4d2b8..b95aa19 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 24 09:05:55 UTC 2020 - matthias.gerstner@suse.com + +- whitelist kanidm PAM module (bsc#1173387) + ------------------------------------------------------------------- Wed Jul 15 07:40:08 UTC 2020 - matthias.gerstner@suse.com