On Mon, May 02, 2016 at 10:18:04AM +1000, Jonathan Matthew wrote:
> ypldap currently can't do SRV lookups to locate the directory servers for
> a domain, which makes it slightly harder than it should be to connect it to
> an AD domain. The diff below lets you specify a directory service like this:
>
> directory "eait.uq.edu.au" srv {
> ...
> }
>
> which will make ypldap do an SRV lookup every time it refreshes, then try
> each of the resulting hostnames in order (according to priority and weighting)
> until one works.
>
The next diff after this adds tls support. Should I try that one instead?