From a7646a22065bb654bc2f27a070c8bcaea767df58 Mon Sep 17 00:00:00 2001 From: Marcus Granado Date: Tue, 12 Oct 2010 10:56:16 +0100 Subject: [PATCH] CA-45963: fix typo in AD domainjoin error message Signed-off-by: Marcus Granado --- ocaml/auth/extauth_plugin_ADlikewise.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/auth/extauth_plugin_ADlikewise.ml b/ocaml/auth/extauth_plugin_ADlikewise.ml index 65a6a8d1..e321f7c5 100644 --- a/ocaml/auth/extauth_plugin_ADlikewise.ml +++ b/ocaml/auth/extauth_plugin_ADlikewise.ml @@ -616,7 +616,7 @@ let on_enable config_params = else if has_substr errmsg "0x9CAC" (* Failed to lookup the domain controller for given domain. *) or has_substr errmsg "0x251E" (* DNS_ERROR_BAD_PACKET *) then begin (* this seems to be a wrong domain controller name error... *) - raise (Auth_signature.Auth_service_error (Auth_signature.E_LOOKUP,"Failed to lookup the domain controller for given domain.")) + raise (Auth_signature.Auth_service_error (Auth_signature.E_LOOKUP,"Failed to look up the domain controller for the given domain.")) end else begin (* general Likewise error *) raise e -- 2.39.5