s4:libnet_join Fix typo in msDS-SupportedEncryptionTypes
authorAndrew Bartlett <abartlet@samba.org>
Mon, 28 Jun 2010 13:17:28 +0000 (23:17 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 29 Jun 2010 06:59:30 +0000 (16:59 +1000)
source4/libnet/libnet_join.c

index ea110392e43bf982a67ec41e29896cb3c23b52f1..a8edabf760928e96fb94b8e50c356f64a244355c 100644 (file)
@@ -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;