From 62c44c9e69aa2721990ca3628434713e1af6f59b Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Dec 22 2023 09:34:19 +0000 Subject: ipa-kdb: clarify user auth table mapping use of _AUTH_PASSWORD Related: https://pagure.io/freeipa/issue/9485 Signed-off-by: Alexander Bokovoy Reviewed-By: Francisco Trivino --- diff --git a/daemons/ipa-kdb/ipa_kdb.c b/daemons/ipa-kdb/ipa_kdb.c index dbb98db..4e6cacf 100644 --- a/daemons/ipa-kdb/ipa_kdb.c +++ b/daemons/ipa-kdb/ipa_kdb.c @@ -195,6 +195,9 @@ done: return base; } +/* In this table all _AUTH_PASSWORD entries will be + * expanded to include _AUTH_HARDENED in ipadb_parse_user_auth() + * which means there is no need to explicitly add it here */ static const struct { const char *name; enum ipadb_user_auth flag;