LDAP and Binding to a specific server
Hey all,
I was looking into the uSNChanged value in ldap and saw that (at least in AD) it is not replicated. This meant I would have to query each server individually…then I realised I didnt know how!…turns out I’ve been connecting just by domain, so a quick google later and I found this:
"LDAP://servername/dc=work,dc=co,dc=uk"
Nice!