s4-sam: add a note about the solaris client
authorAndrew Tridgell <tridge@samba.org>
Thu, 17 Sep 2009 22:15:58 +0000 (15:15 -0700)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Sep 2009 04:52:27 +0000 (21:52 -0700)
source4/auth/sam.c

index a9bae6da24c25184baca646a27f292a93a05b03a..74032454062bcbe29e394ddc39464798ad25c75c 100644 (file)
@@ -257,6 +257,8 @@ _PUBLIC_ NTSTATUS authsam_account_ok(TALLOC_CTX *mem_ctx,
                }
        }
        if (!(logon_parameters & MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT)) {
+               /* TODO: this fails with current solaris client. We
+                  need to work with Gordon to work out why */
                if (acct_flags & ACB_WSTRUST) {
                        DEBUG(4,("sam_account_ok: Wksta trust account %s denied by server\n", name_for_logs));
                        return NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT;