summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lookup
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.
2014-04-04When generating the next SystemKey in NextKeyManager, make sure thatAndrew Branson
there is nothing already in the storage for that key. This prevents data loss when the LDAP is out-of-sync with the storages.
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-05-17Add Role management support to module, instead of just creating one ifAndrew Branson
it's not already there. Supports 'jobList' attribute to enable job pushing
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-08-01LDAP properties: Integer port and support for generating secure adminAndrew Branson
passwords for embedded LDAP servers.
2012-05-30Remove old top DN settings for compatibility with latest jldap libAndrew Branson
(maybe)
2012-05-30Initial Maven ConversionAndrew Branson