summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lookup/LDAPLookup.java
AgeCommit message (Collapse)Author
2014-04-09searchAliases was using the wrong getDN callAndrew Branson
2014-04-09Expanded server predefined steps to include server and agent maintenanceAndrew Branson
steps. Fixes #174 Fixed schema of CreateNewItem and CreateNewAgent.
2013-07-29new lookup search method that uses a PropertyDescriptionList to findAndrew Branson
instances of an item description. Closes #114
2013-06-14Escape DNs with hex codes instead - more compatibleAndrew Branson
2013-06-13Escape DNs in Path, so special characters can be used in PathAndrew Branson
components. Fixes #125
2013-01-24LDAP search by property. Returns EntityPaths though.Andrew Branson
2012-08-03Logging and error message clean-upAndrew Branson
Logger.debug(String) now deprecated so they're easier to spot when left in.
2012-05-30Initial Maven ConversionAndrew Branson