Displaying 2 results from an estimated 2 matches for "myadminpass".
Did you mean:
adminpass
2010 Nov 19
1
After host name change: Failed to add user ... with error: The account's primary group is invalid
...l subnet.
I noticed that a new sambaDomainName entry was created (containing a new sambaSID). Unfortunately, the Administrator user still contains both the old sambaSID and the old sambaPrimaryGroupSID and thus does not have any rights. I tried to perform the following steps:
net -U Administrator%myadminpass -I localhost rpc user add myuser
and got the error message mentioned in the subject line. Consequently, the other steps failed:
net -U Administrator%myadminpass -I localhost sam createdomaingroup grmyuser
net -U Administrator%myadminpass -I localhost sam addmem grmyuser myuser
What's the cor...
2014 May 29
1
sanmba4 DC to DC sync: not all attributes are synced
.../wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC,
I added two records to the internal DNS, and checked everything works as
promising.
I did a ldbsearch on the two DCs, I found 5 attributes are not copied
over to the second DC.
ldbsearch -H ldap://localhost/ -U administrator --password=myadminpass
-b "CN=myid,CN=Users,DC=mydomain,DC=local"
Here are the 5 attributes not show up on the second DC:
badPasswordTime: 0
badPwdCount: 0
lastLogoff: 130444597380000000
lastLogon: 130444576520000000
logonCount: 0
Is this normal? what I think the ldap records should be the same on both
AD DC...