Commit Graph
7 Commits
Author SHA1 Message Date
Nalin Dahyabhai 7b296f2623 add support for hostCategory and userCategory 2010-11-04 14:43:03 -04:00
Nalin Dahyabhai e93932b323 ipautil Syntax error in comment 2010-09-01 11:56:05 -04:00
Nalin Dahyabhai edf243d83a Set proper dn in default automount location 2010-02-23 18:10:15 -05:00
Nalin Dahyabhai 4ab0651449 - also ensure that krbCanonicalName is unique 2010-02-05 15:34:23 -05:00
Nalin Dahyabhai 58ba0d5573 - allow the KDC to read krbCanonicalName 2010-02-05 15:34:04 -05:00
Nalin Dahyabhai a2891afb5d - pull in updated schema which adds the krbCanonicalName attribute 2010-02-04 11:36:13 -05:00
Nalin Dahyabhai a094dfa91c Add code to handle stash files using keytab format
In krb5 1.7 and later, the stash file (/var/kerberos/krb5kdc/.k5.$REALM
on Fedora) is created in the regular keytab format instead of the older
less-portable one.  Based from comments and code in kt_file.c, here's a
change to try to recognize that case (the file starts with a magic
number) and read the master key from Python.

The KDC will still read either format, so I left the bits that set
things up on replicas alone (advice appreciated).  The patch works as
expected on my 64-bit box, both on RHEL5 (krb5 1.6.1 with a traditional
stash file) and on Raw Hide (krb5 1.7 with a keytab).
2009-11-24 12:07:27 -05:00