From 9fc3f8194d55c20e1d5404301a0663888c4a0ba5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 28 Jun 2010 23:17:28 +1000 Subject: s4:libnet_join Fix typo in msDS-SupportedEncryptionTypes --- source4/libnet/libnet_join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libnet/libnet_join.c') diff --git a/source4/libnet/libnet_join.c b/source4/libnet/libnet_join.c index ea110392e4..a8edabf760 100644 --- a/source4/libnet/libnet_join.c +++ b/source4/libnet/libnet_join.c @@ -349,7 +349,7 @@ static NTSTATUS libnet_JoinADSDomain(struct libnet_context *ctx, struct libnet_J if (rtn != LDB_SUCCESS && rtn != LDB_ERR_NO_SUCH_ATTRIBUTE) { r->out.error_string = talloc_asprintf(r, - "Failed to replace msDS-SupportedEncryptionType on %s", + "Failed to replace msDS-SupportedEncryptionTypes on %s", ldb_dn_get_linearized(msg->dn)); talloc_free(tmp_ctx); return NT_STATUS_INTERNAL_DB_CORRUPTION; -- cgit