Closed mbillow closed 6 years ago
We shouldn't hard-code an LDAP server, it should discovered by looking for DNS records on CSH's DNS and then configuring failover in the case that a server goes down.
I'm probably gonna do this in a bit as an afternoon project.
This is what you are looking for: _ldap._tcp.csh.rit.edu
_ldap._tcp.csh.rit.edu
Would it be an issue if I added a dependency on srvlookup?
PR #10 fixes this.
We shouldn't hard-code an LDAP server, it should discovered by looking for DNS records on CSH's DNS and then configuring failover in the case that a server goes down.