search for: wknguid

Displaying 2 results from an estimated 2 matches for "wknguid".

Did you mean: wkguid
2020 Jul 01
3
help for join AD domain failure troubleshooting
...libnet_DomainJoin: Failed to pre-create account in OU cn=Computers,dc=PROD-USA,dc=mycompany,dc=COM: Operations error signed SMB2 message """ It showed failed while searching a wellknownobject, and Samba source code shows: if (asprintf(&base, "<WKGUID=%s,%s>", wknguid, ads->config.bind_path ) == -1) { DEBUG(1, ("asprintf failed!\n")); return NULL; } status = ads_search_dn(ads, &res, base, attrs); if (!ADS_ERR_OK(status)) { DEBUG(1,("Failed while searching for: %s\n", base)); goto out; } It should fail at line: status = ads_search_dn(...
2020 Jul 01
0
help for join AD domain failure troubleshooting
...eate account in OU > cn=Computers,dc=PROD-USA,dc=mycompany,dc=COM: Operations error > > signed SMB2 message > """ > > It showed failed while searching a wellknownobject, and Samba source code shows: > > if (asprintf(&base, "<WKGUID=%s,%s>", wknguid, ads->config.bind_path ) == -1) { > DEBUG(1, ("asprintf failed!\n")); > return NULL; > } > > status = ads_search_dn(ads, &res, base, attrs); > if (!ADS_ERR_OK(status)) { > DEBUG(1,("Failed while searching for: %s\n", base)); > goto out; > } >...