summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_join.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-06-28 23:17:28 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-06-29 16:59:30 +1000
commit9fc3f8194d55c20e1d5404301a0663888c4a0ba5 (patch)
tree730d1b96ad1622f3921886b016ed3c040ac4da1d /source4/libnet/libnet_join.c
parent94637e5fe4724261f1cd5f48d8641e82f4b776ae (diff)
downloadsamba-9fc3f8194d55c20e1d5404301a0663888c4a0ba5.tar.gz
s4:libnet_join Fix typo in msDS-SupportedEncryptionTypes
Diffstat (limited to 'source4/libnet/libnet_join.c')
-rw-r--r--source4/libnet/libnet_join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_join.c b/source4/libnet/libnet_join.c
index ea110392e43..a8edabf7609 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;