From: Stefan Metzmacher Date: Thu, 22 Jun 2023 23:20:59 +0000 (+1200) Subject: s4:kdc: adjust formatting of samba_kdc_update_pac() documentation X-Git-Tag: talloc-2.4.1~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ffca866c1574f340cd56fd8c90d41a528bc649a;p=thirdparty%2Fsamba.git s4:kdc: adjust formatting of samba_kdc_update_pac() documentation Signed-off-by: Stefan Metzmacher Reviewed-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/kdc/pac-glue.c b/source4/kdc/pac-glue.c index f85051dd062..39c46b5c69b 100644 --- a/source4/kdc/pac-glue.c +++ b/source4/kdc/pac-glue.c @@ -2306,31 +2306,31 @@ done: * as opposed to an RODC. * * @param client The client samba kdc entry. - + * * @param server_principal The server principal - + * * @param server The server samba kdc entry. - + * * @param delegated_proxy_principal The delegated proxy principal used for * updating the constrained delegation PAC * buffer. - + * * @param delegated_proxy The delegated proxy kdc entry. - + * * @param delegated_proxy_pac The PAC from the primary TGT (i.e., that of * the delegating service) during a constrained * delegation request. - + * * @param device The computer's samba kdc entry; used for compound * authentication. - + * * @param device_pac The PAC from the computer's TGT; used * for compound authentication. - + * * @param old_pac The old PAC - + * * @param new_pac The new already allocated PAC - + * * @return A Kerberos error code. If no PAC should be returned, the code will be * ENOATTR! */