]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: adjust formatting of samba_kdc_update_pac() documentation
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Jun 2023 23:20:59 +0000 (11:20 +1200)
committerStefan Metzmacher <metze@samba.org>
Mon, 26 Jun 2023 11:10:31 +0000 (11:10 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/pac-glue.c

index f85051dd062d7de7cdefb3e14550414a6fdb64ba..39c46b5c69b16f19a18c0d2bd97aa5ce06c036c4 100644 (file)
@@ -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!
  */