1. 03 Mar, 2016 1 commit
  2. 02 Mar, 2016 5 commits
  3. 01 Mar, 2016 5 commits
  4. 29 Feb, 2016 2 commits
  5. 25 Feb, 2016 4 commits
  6. 24 Feb, 2016 2 commits
  7. 23 Feb, 2016 2 commits
  8. 20 Feb, 2016 1 commit
  9. 19 Feb, 2016 1 commit
  10. 18 Feb, 2016 3 commits
  11. 17 Feb, 2016 3 commits
  12. 16 Feb, 2016 3 commits
  13. 14 Feb, 2016 1 commit
    • Frode Nordahl's avatar
      Get DN from entry, not entryDN attribute · 508c24b1
      Frode Nordahl authored
      Not all LDAP servers have entryDN available as an attribute. Reading up on
      https://tools.ietf.org/html/rfc5020 tells me that entryDN is intended for
      making the DN available for attribute value assertions. Thus it is not
      mandatory for a LDAP server to make it available as an retrievable
      attribute.
      
      The DN is always a part of the entry returned in a search result, just use
      it.
      
      Fixes #314
      508c24b1
  14. 12 Feb, 2016 7 commits