rjancewicz / python-kadmin

Python module for kerberos admin (kadm5)
MIT License
35 stars 40 forks source link

principals now return key data #20

Closed rjancewicz closed 10 years ago

rjancewicz commented 10 years ago

Principal key data as a dict of kvno keys and lists of tuples for the values.

in the future the key data should be explicitly requested (via an optional mask or boolean)

all unit test pass