search for: pd11scl

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

2020 Jul 01
3
help for join AD domain failure troubleshooting
...ERR_OK(status)) { DEBUG(1,("Failed while searching for: %s\n", base)); goto out; } It should fail at line: status = ads_search_dn(ads, &res, base, attrs); However, if I search by ldapsearch command, it works well: """ [root at monitor-test-12 ~]# ldapsearch -H ldap://pd11scl-ads-02 -x -W -D "username at prod-usa.mycompany.com" -b "<WKGUID=AA312825768811D1ADED00C04FD8D5CD ,dc=PROD-USA,dc=mycompany,dc=COM>" distinguishedName -z 2 Enter LDAP Password: # extended LDIF # # LDAPv3 # base <<WKGUID=AA312825768811D1ADED00C04FD8D5CD,dc=PROD-USA,...
2020 Jul 01
0
help for join AD domain failure troubleshooting
...ile searching for: %s\n", base)); > goto out; > } > > It should fail at line: status = ads_search_dn(ads, &res, base, attrs); > > However, if I search by ldapsearch command, it works well: > > """ > [root at monitor-test-12 ~]# ldapsearch -H ldap://pd11scl-ads-02 -x -W -D > "username at prod-usa.mycompany.com" -b > "<WKGUID=AA312825768811D1ADED00C04FD8D5CD > ,dc=PROD-USA,dc=mycompany,dc=COM>" distinguishedName -z 2 > > Enter LDAP Password: > # extended LDIF > # > # LDAPv3 > # base <<WKGUID=A...