diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-17 15:15:58 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-17 21:52:27 -0700 |
commit | 88cded0b61e3d58e2e16e0be4ec5f2d65b87122b (patch) | |
tree | 62630a6e2d85a59d980f83cb94955561fe8174a3 | |
parent | f2f8bb7b57a6251d78a4973ea97e1c201bf2c54b (diff) | |
download | samba-88cded0b61e3d58e2e16e0be4ec5f2d65b87122b.tar.gz samba-88cded0b61e3d58e2e16e0be4ec5f2d65b87122b.tar.bz2 samba-88cded0b61e3d58e2e16e0be4ec5f2d65b87122b.zip |
s4-sam: add a note about the solaris client
-rw-r--r-- | source4/auth/sam.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/sam.c b/source4/auth/sam.c index a9bae6da24..7403245406 100644 --- a/source4/auth/sam.c +++ b/source4/auth/sam.c @@ -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; |