Skip to content

Add LDAP Ping, Re-vamp LDAP and cliTask

Phillip Boushy requested to merge (removed):Experimental into Experimental

This includes:

  • LDAPPing class - polls the DC for information about itself and the client.
  • Re-worked findSite() to use LDAPPing
  • Re-worked cliTask to use an array of arguments.
  • Changed cleanLDAP(ldap) to cleanLDIF(ldif), using Krypted's LDIF code which allows us to return multiple attributes as a String:String

Merge request reports