From ff7a969c321a99364fcd9c437b5654eb261b1fdd Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Wed, 2 Jan 2019 15:27:36 -0600 Subject: [PATCH] Begin documenting [password_quality] configuration --- kadmin/kadmind.8 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/kadmin/kadmind.8 b/kadmin/kadmind.8 index acda0c5dc..fb593ce7a 100644 --- a/kadmin/kadmind.8 +++ b/kadmin/kadmind.8 @@ -172,6 +172,21 @@ section of .Bl -tag -width Ds -offset indent .It supported_enctypes .El +.Pp +kadmind uses the following configuration parameters from the +.Ar [password_quality] +section of +.Ar krb5.conf: +.Bl -tag -width Ds -offset indent +.It enforce_on_admin_set +.It min_length +.It min_classes +.It external_program +.It check_library +.It check_function +.It policy_libraries +.It policies +.El .Sh SEE ALSO .Xr kpasswd 1 , .Xr kadmin 1 ,