freeipa/ipaserver/install
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 Mass tree reorganization for IPAv2. To view previous history of files use: 2009-02-03 15:27:14 -05:00
bindinstance.py Add A and PTR records of ourselves during installation 2009-09-02 22:04:25 +02:00
cainstance.py Add external CA signing and abstract out the RA backend 2009-09-15 10:01:08 -04:00
certs.py Add external CA signing and abstract out the RA backend 2009-09-15 10:01:08 -04:00
dsinstance.py Enrollment for a host in an IPA domain 2009-09-24 17:45:49 -06:00
httpinstance.py Add external CA signing and abstract out the RA backend 2009-09-15 10:01:08 -04:00
installutils.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00
krbinstance.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00
ldapupdate.py Use the csv module instead of my own hackish lexer. 2009-05-19 09:49:01 -04:00
Makefile.am Implement an installer for the Dogtag certificate system. 2009-04-03 14:06:09 -04:00
ntpinstance.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00
replication.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00
service.py Use LDAP instead of flat file for zone storage 2009-06-02 12:32:01 +02:00