Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enrollment for a host in an IPA domain | Rob Crittenden | 2009-09-24 | 1 | -115/+0 |
| | | | | | | | | | | | | 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, ... | ||||
* | Rename *-create/*-delete commands to *-add/*-del respectively. | Pavel Zuna | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Remove unused reference to old LDAP backend in join plugin. | Pavel Zuna | 2009-06-02 | 1 | -1/+0 |
| | |||||
* | We decided not to issue a certificate on join | Rob Crittenden | 2009-05-07 | 1 | -53/+2 |
| | |||||
* | Issue an SSL server cert when joining the IPA domain | Rob Crittenden | 2009-05-04 | 1 | -17/+30 |
| | |||||
* | A class for dealing with a temporary NSS certificate database | Rob Crittenden | 2009-05-04 | 1 | -7/+45 |
| | |||||
* | Rename errors2.py to errors.py. Modify all affected files. | Pavel Zuna | 2009-04-23 | 1 | -4/+4 |
| | |||||
* | The start of machine join | Rob Crittenden | 2009-02-19 | 1 | -0/+116 |