freeipa/ipaserver/plugins
Rob Crittenden d0587cbdd5 Enrollment for a host in an IPA domain
This will create a host service principal and may create a host entry (for
admins).  A keytab will be generated, by default in /etc/krb5.keytab
If no kerberos credentails are available then enrollment over LDAPS is used
if a password is provided.

This change requires that openldap be used as our C LDAP client. It is much
easier to do SSL using openldap than mozldap (no certdb required). Otherwise
we'd have to write a slew of extra code to create a temporary cert database,
import the CA cert, ...
2009-09-24 17:45:49 -06:00
..
__init__.py Remove deprecated comment on plugin naming conventions 2009-09-14 09:46:35 -04:00
dogtag.py Add external CA signing and abstract out the RA backend 2009-09-15 10:01:08 -04:00
join.py Enrollment for a host in an IPA domain 2009-09-24 17:45:49 -06:00
ldap2.py Enrollment for a host in an IPA domain 2009-09-24 17:45:49 -06:00
ldapapi.py Fix password setting on python 2.4 systems (it doesn't like None for oldpw) 2009-05-21 22:43:10 -04:00
rabase.py Add external CA signing and abstract out the RA backend 2009-09-15 10:01:08 -04:00
selfsign.py Use the same variable name in the response as the dogtag plugin 2009-09-24 17:42:26 -04:00
xmlserver.py Sundry work getting ready to switch to new XML-RPC client/server code 2009-02-03 15:29:00 -05:00