search for: nt_status_account_disabled

Displaying 6 results from an estimated 6 matches for "nt_status_account_disabled".

2019 Jan 03
2
In Mac SMB guest access is not working
...) check_winbind_security: wbcAuthenticateUserEx failed: WBC_ERR_AUTH_ERROR [2019/01/03 18:56:31.583805, 5, pid=1114, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth.c:251(auth_check_ntlm_password) auth_check_ntlm_password: winbind authentication for user [GUEST] FAILED with error NT_STATUS_ACCOUNT_DISABLED, authoritative=1 [2019/01/03 18:56:31.583868, 2, pid=1114, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth.c:334(auth_check_ntlm_password) check_ntlm_password: Authentication for user [GUEST] -> [GUEST] FAILED with error NT_STATUS_ACCOUNT_DISABLED, authoritative=1 Regards, Vig...
2005 Aug 25
3
Samba 4
...ers? From what I saw, Samba 4 has an imbedded LDAP server and I couldn't figure out how to point to my own server. But I'm ain't no genius! - I ran a few test with Samba 4 but I couldn't activate a user account so a smbclient command shows Connection to \\masterfiler\data failed - NT_STATUS_ACCOUNT_DISABLED Hope somebody knows the answers to those questions, and I hope I was clear enough. If such is not the case, don't hesitate to ask me for some more information. Thanks C?dric
2019 Jan 03
0
In Mac SMB guest access is not working
...ity: wbcAuthenticateUserEx failed: > WBC_ERR_AUTH_ERROR [2019/01/03 18:56:31.583805, 5, pid=1114, > effective(0, 0), real(0, 0), > class=auth] ../source3/auth/auth.c:251(auth_check_ntlm_password) > auth_check_ntlm_password: winbind authentication for user [GUEST] > FAILED with error NT_STATUS_ACCOUNT_DISABLED, authoritative=1 > [2019/01/03 18:56:31.583868, 2, pid=1114, effective(0, 0), real(0, > 0), class=auth] ../source3/auth/auth.c:334(auth_check_ntlm_password) > check_ntlm_password: Authentication for user [GUEST] -> [GUEST] > FAILED with error NT_STATUS_ACCOUNT_DISABLED, authoritati...
2010 Jan 07
1
LDAP_NO_SUCH_OBJECT upon new user creation in s4/OpenLDAP
...ssword assert(len(res) == 1) AssertionError The user object has been created anyway, but it is still unactive: debiantest:~# smbclient //localhost/netlogon -Udemo1%S4password Connection to \\localhost\netlogon failed - NT_STATUS_LOGON_FAILURE Using windows dsa.msc to create the user, I got a NT_STATUS_ACCOUNT_DISABLED instead. You can enable the account by running setup/setpassword (or setup/enableaccount). Regards, Arvid -- Arvid Requate Open Source Software Engineer Univention GmbH Linux for your business Mary-Somerville-Str.1 28359 Bremen Tel. : +49 421 22232-0 Fax : +49 421 22232-99 requate at univent...
2019 Jan 04
2
In Mac SMB guest access is not working
...x failed: > > WBC_ERR_AUTH_ERROR [2019/01/03 18:56:31.583805, 5, pid=1114, > > effective(0, 0), real(0, 0), > > class=auth] ../source3/auth/auth.c:251(auth_check_ntlm_password) > > auth_check_ntlm_password: winbind authentication for user [GUEST] > > FAILED with error NT_STATUS_ACCOUNT_DISABLED, authoritative=1 > > [2019/01/03 18:56:31.583868, 2, pid=1114, effective(0, 0), real(0, > > 0), class=auth] ../source3/auth/auth.c:334(auth_check_ntlm_password) > > check_ntlm_password: Authentication for user [GUEST] -> [GUEST] > > FAILED with error NT_STATUS_ACCOUNT_D...
2003 Dec 01
0
No subject
...STATUS_NO_MEMORY; } @@ -1476,6 +1488,7 @@ DEBUG(3,("User:[%s]\n", smb_pass->smb_name)); + ZERO_STRUCTP(id10); init_sam_user_info10(id10, smb_pass->acct_ctrl); return True; @@ -1513,6 +1526,7 @@ if (smb_pass->acct_ctrl & ACB_DISABLED) return NT_STATUS_ACCOUNT_DISABLED; + ZERO_STRUCTP(id12); init_sam_user_info12(id12, smb_pass->smb_passwd, smb_pass->smb_nt_passwd); return NT_STATUS_NOPROBLEMO; @@ -1613,7 +1627,7 @@ DEBUG(5,("_samr_query_userinfo: rid:0x%x\n", rid)); - ctr = (SAM_USERINFO_CTR *)talloc(p->mem_ctx, sizeof(SAM_USERINF...