]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
CA-45963: fix typo in AD domainjoin error message
authorMarcus Granado <marcus.granado@eu.citrix.com>
Tue, 12 Oct 2010 09:56:16 +0000 (10:56 +0100)
committerMarcus Granado <marcus.granado@eu.citrix.com>
Tue, 12 Oct 2010 09:56:16 +0000 (10:56 +0100)
Signed-off-by: Marcus Granado <marcus.granado@eu.citrix.com>
ocaml/auth/extauth_plugin_ADlikewise.ml

index 65a6a8d1b834ba29a151c975dc787dd0713a37ec..e321f7c50b3e65e8091d23a89d08e1653bd7cc83 100644 (file)
@@ -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