Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ocaml/sdk-gen/csharp/FriendlyErrorNames.resx
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@
<data name="POOL_AUTH_ENABLE_FAILED_DUPLICATE_HOSTNAME" xml:space="preserve">
<value>Failed to enable external authentication, a duplicate hostname was detected.</value>
</data>
<data name="POOL_AUTH_ENABLE_FAILED_INVALID_TRUSTED_CERTS" xml:space="preserve">
<value>Failed to enable external authentication, none of the found certificates can be used to connect to DC.</value>
</data>
<data name="POOL_AUTH_ENABLE_FAILED_NO_TRUSTED_CERTS" xml:space="preserve">
<value>Failed to enable external authentication, no certificates are available for LDAPS communication.</value>
</data>
<data name="POOL_AUTH_ENABLE_FAILED_PERMISSION_DENIED" xml:space="preserve">
<value>Failed to enable external authentication, permission on the AD server was denied.</value>
</data>
Expand Down
Loading