[Heimdal-source-changes] [heimdal/heimdal] f5f76e: Add ability to store extended principal attributes...

GitHub noreply at github.com
Mon Sep 28 10:49:14 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: f5f76ee72c5df3533218fb88c7c9172ba9ee64ba
      https://github.com/heimdal/heimdal/commit/f5f76ee72c5df3533218fb88c7c9172ba9ee64ba
  Author: Timothy Pearson <kb9vqf at pearsoncomputing.net>
  Date:   2015-09-27 (Sun, 27 Sep 2015)

  Changed paths:
    M lib/hdb/hdb-ldap.c
    M lib/hdb/hdb.schema

  Log Message:
  -----------
  Add ability to store extended principal attributes in LDAP
A careful code review was undertaken, and it was determined
that the best way to store the extended attributes was in a
native ASN1 encoded field.  LDAP does not understand the
SEQUENCE of SEQUENCE structures used extensively throughout
the extended attributes structure, and there was already a
precedent set for storing the krb5Key data in a native ASN1
encoded field.


  Commit: 8a906db068ba158d32692ab0c548d403bb2e5c4c
      https://github.com/heimdal/heimdal/commit/8a906db068ba158d32692ab0c548d403bb2e5c4c
  Author: Love Hörnquist Åstrand <lha at h5l.org>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M lib/hdb/hdb-ldap.c
    M lib/hdb/hdb.schema

  Log Message:
  -----------
  Merge pull request #141 from madscientist159/master

Add ability to store extended principal attributes in LDAP


Compare: https://github.com/heimdal/heimdal/compare/bb14c02e128d...8a906db068ba


More information about the Heimdal-source-changes mailing list