Displaying 1 result from an estimated 1 matches for "auth_checksamsec".
2011 Sep 05
0
Problems with ntlm_auth and machines accounts
...t 14
Writing 3496 bytes to parent
wb_request_done[20000:PAM_AUTH_CRAP]:
NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
winbind_client_response_written[20000:PAM_AUTH_CRAP]: delivered response
to client
closing socket 27, client exited
closing socket 25, client exited
I think the problem is in auth/auth_checksamsec.c line 282:
--> if (!(user_info->logon_parameters &
MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT)) {
logon_parameters has value 0 and MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT
has value 8.
The ldap object has not change, is marked like a Workstation and the
hash is valid.
Anybody knows where...