you can use the -x switch to extend an existing LDAP entry with kerberos
attributes. Example:
kadmin> add_principal -x dn="cn=John Doe,ou=people,dc=example,dc=com"
jdoe
To make that work you need to configure additional sub trees with e.g.:
kdb5_ldap_util modify -D <LDAP Amin DN> -r
EXAMPLE.COM -subtrees
ou=people,dc=example,dc=com
In this way you can produce unified LDAP entries with kerberos principal
functionality. The initial question was how to separate those entries in
two. I think this can only be done directly by LDAP operations: create
new LDAP entries for each principal, delete the kerberos related
attributes from the existing user entries and add them to the newly
created kerberos principal entry. I did not check if that really works
--
Mark Pröhl
ma...@mproehl.net
www.kerberos-buch.de