diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-06-28 23:17:28 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-06-29 16:59:30 +1000 |
commit | 9fc3f8194d55c20e1d5404301a0663888c4a0ba5 (patch) | |
tree | 730d1b96ad1622f3921886b016ed3c040ac4da1d /source4/libnet | |
parent | 94637e5fe4724261f1cd5f48d8641e82f4b776ae (diff) | |
download | samba-9fc3f8194d55c20e1d5404301a0663888c4a0ba5.tar.gz samba-9fc3f8194d55c20e1d5404301a0663888c4a0ba5.tar.bz2 samba-9fc3f8194d55c20e1d5404301a0663888c4a0ba5.zip |
s4:libnet_join Fix typo in msDS-SupportedEncryptionTypes
Diffstat (limited to 'source4/libnet')
-rw-r--r-- | source4/libnet/libnet_join.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |