Skip to content

Commit 89ab708

Browse files
author
Lin Liu
committed
CP-311860: register auth_no_certs error message
Signed-off-by: Lin Liu <lin.liu01@citrix.com>
1 parent c830695 commit 89ab708

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ocaml/idl/datamodel_errors.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,8 @@ let _ =
738738
error Api_errors.auth_invalid_certs ["message"]
739739
~doc:"The certificates are invalid to setup TLS connection to Windows AD."
740740
() ;
741+
error Api_errors.auth_no_certs ["message"]
742+
~doc:"No certificates found to setup TLS connection to Windows AD" () ;
741743
error Api_errors.auth_enable_failed ["message"]
742744
~doc:"The host failed to enable external authentication." () ;
743745
error Api_errors.auth_enable_failed_wrong_credentials ["message"]

0 commit comments

Comments
 (0)