Allow replicated LDAP server info to be set using ldaps:// URL
_Requested by prospect._
Makes it a tiny bit easier to configure LDAP with the correct default port, etc:
```
url: ldap://ldap.example.com
url: ldaps://ldap.example.com
url: ldaps://ldap.example.com:2207
```
These can be comma-separated to specify replicated servers.
issue