Is there a command to issue cldap requests?

Matthieu Patou mat at matws.net
Fri Aug 23 21:31:22 MDT 2013


On 08/23/2013 02:25 PM, Richard Sharpe wrote:
> Hi folks,
>
> I am trying to debug a problem associated with joining a domain when
> an RODC is the only DC found. In other instances we have joined OK
> despite the presence of RODCs, so I want to see what is different
> about this particular site. Why is it only finding an RODC etc.
>
> Is there some tool that will issue CLDAP request (other than trying to
> use net ads join)?
ldbsearch ? ie something like

./bin/ldbsearch -H ldap://dc
'(&(DnsDomain=ad_domain)(Host=domain_workstation)(NtVer=\06\00\00\20))'
-s base -b "" netlogon

Matthieu.


More information about the samba-technical mailing list