Displaying 9 results from an estimated 9 matches for "acb_disabled".
2019 Apr 23
3
Problem to join a windows XP
Hi,
I'm not able to join a windows XP machine in samba AD DC. This XP machine is a VM.
No problems when joining Windows 10 machines to this DC.
On XP machine, after inserting the Administrator username\password to join the domain, the error message is - error while attempting to join the domain "VIDROESTE.IND": Internal error.
I can see that the XP machine account was created in AD
2019 Apr 24
2
Problem to join a windows XP
...e.
I guess it's MIT as saw this in log:
/usr/lib/mit/sbin/krb5kdc: kerberos: 10
But how can I confirm which kerberos I'm using ?
The log generated with "log level = 10" is too large to post here, but I can see and can't understand why the machine account has the property ACB_DISABLED = 1 - that part of log is below:
[2019/04/24 08:21:29.617310, 6, pid=3872, effective(0, 0), real(0, 0)] ../lib/util/util_ldb.c:60(gendb_search_v)
gendb_search_v: CN=VMXPZERO,CN=Computers,DC=vidroeste,DC=ind NULL -> 1
[2019/04/24 08:21:29.617337, 1, pid=3872, effective(0, 0), real(0, 0)] ../l...
2011 Nov 08
1
Problem while log on: Windows Server 2008 R2 in samba domain
...domain_sid : NULL
LMSessKey: struct netr_LMSessionKey
key : 0000000000000000
acct_flags : 0x00000000 (0)
0: ACB_DISABLED
0: ACB_HOMDIRREQ
0: ACB_PWNOTREQ
0: ACB_TEMPDUP
0: ACB_NORMAL
0: ACB_MNS...
2016 Jul 10
0
Debian Jessie joining AD as member fails with "The object name is not found."
...length : 0x001c (28)
size : 0x001c (28)
string : *
string : 'hostname$'
acct_flags : 0x00000080 (128)
0: ACB_DISABLED
0: ACB_HOMDIRREQ
0: ACB_PWNOTREQ
0: ACB_TEMPDUP
0: ACB_NORMAL
0: ACB_MNS
0: ACB_DOMTRUST
1: ACB_WSTRUST
0: ACB_SVRTRUST
0: ACB_P...
2016 Jul 18
3
Debian Jessie joining AD as member fails with "The object name is not found."
... length : 0x001c (28)
size : 0x001c (28)
string : *
string : 'hostname$'
acct_flags : 0x00000080 (128)
0: ACB_DISABLED
0: ACB_HOMDIRREQ
0: ACB_PWNOTREQ
0: ACB_TEMPDUP
0: ACB_NORMAL
0: ACB_MNS
0: ACB_DOMTRUST
1: ACB_WSTRUST
0: ACB_SVRTRUST
0: ACB_P...
2016 Jul 18
0
Debian Jessie joining AD as member fails with "The object name is not found."
...size : 0x001c (28)
> > string : *
> > string : 'hostname$'
> > acct_flags : 0x00000080 (128)
> > 0: ACB_DISABLED
> > 0: ACB_HOMDIRREQ
> > 0: ACB_PWNOTREQ
> > 0: ACB_TEMPDUP
> > 0: ACB_NORMAL
> > 0: ACB_MNS
> > 0: ACB_DOMTRUST
> >...
2016 Jul 19
1
Debian Jessie joining AD as member fails with "The object name is not found."
...size : 0x001c (28)
> > string : *
> > string : 'hostname$'
> > acct_flags : 0x00000080 (128)
> > 0: ACB_DISABLED
> > 0: ACB_HOMDIRREQ
> > 0: ACB_PWNOTREQ
> > 0: ACB_TEMPDUP
> > 0: ACB_NORMAL
> > 0: ACB_MNS
> > 0: ACB_DOMTRUST
> >...
2011 Jan 21
0
Can not set SPN errors (again)
...: 0x0014 (20)
size : 0x0014 (20)
string : *
string : 'mvppvt125$'
acct_flags : 0x00000080 (128)
0: ACB_DISABLED
0: ACB_HOMDIRREQ
0: ACB_PWNOTREQ
0: ACB_TEMPDUP
0: ACB_NORMAL
0: ACB_MNS
0: ACB_DOMTRUST...
2003 Dec 01
0
No subject
...t32))) == NULL)
return NT_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_CT...