lib/krb5_wrap: document the enctype argument of smb_krb5_kt_seek_and_delete_old_entries()
authorStefan Metzmacher <metze@samba.org>
Wed, 26 Oct 2022 08:51:09 +0000 (10:51 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 27 Oct 2022 21:14:43 +0000 (21:14 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/krb5_wrap/krb5_samba.c

index 19f23f71bbd8ffe12067b3da735cda87b6185ef6..9515c5e74524b829f5e7ea606ac3e6fbd2c845e1 100644 (file)
@@ -1632,6 +1632,8 @@ krb5_error_code smb_krb5_kt_get_name(TALLOC_CTX *mem_ctx,
  *
  * @param[in]  kvno          The kvnco to use.
  *
+ * @param[in]  enctype       Only search for entries with the specified enctype
+ *
  * @param[in]  princ_s       The principal as a string to search for.
  *
  * @param[in]  princ         The principal as a krb5_principal to search for.