search for: createtrusteddomain

Displaying 1 result from an estimated 1 matches for "createtrusteddomain".

2017 Dec 29
0
samba NT4 domain trusting samba AD domain: ephimeral
...dom add TRUSTING work. Error is: Failed to modify record CN=TRUSTING$,CN=Users,DC=ad,DC=EXAMPLE,DC=org: Failed to modify CN=TRUSTING$,CN=Users,DC=ad,DC=EXAMPLE,DC=org: Updating the UF_INTERDOMAIN_TRUST_ACCOUNT bit in userAccountControl is not permitted over LDAP. This bit is restricted to the LSA CreateTrustedDomain interface On the other hand, the following works: /opt/samba$ sudo ./bin/net rpc trust create otherdomainsid=S-1-5-21-3818863361-4285555769-2448187145 other_netbios_domain=TRUSTING otherdomain=TRUSTING trustpw=aPassword (as Rowland said). Was there a better way to do it? Now on TRUSTING PDC I sh...