Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Require current versions of python-nss & python-lxml | John Dennis | 2009-11-23 | 1 | -1/+2 | |
| | | | | | | ipa.spec.in | 3 ++- ipapython/nsslib.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) | |||||
* | Add SELinux policy for UI assets | Rob Crittenden | 2009-11-04 | 1 | -3/+5 | |
| | | | | | | | | This also removes the Index option of /ipa-assets as well as the deprecated IPADebug option. No need to build or install ipa_webgui anymore. Leaving in the code for reference purposes for now. | |||||
* | ipa-server-install now renders UI assets | Jason Gerard DeRose | 2009-11-04 | 1 | -0/+1 | |
| | ||||||
* | Add a separate client-only target | Rob Crittenden | 2009-10-17 | 1 | -4/+37 | |
| | ||||||
* | Giant webui patch take 2 | Jason Gerard DeRose | 2009-10-13 | 1 | -2/+6 | |
| | ||||||
* | Add man page for ipa-join command | Rob Crittenden | 2009-10-12 | 1 | -0/+1 | |
| | ||||||
* | No longer use the IPA-specific memberof plugin. Use the DS-supplied one. | Rob Crittenden | 2009-10-12 | 1 | -2/+0 | |
| | ||||||
* | Properly own (via ghost) the Apache configuration files. | Rob Crittenden | 2009-09-28 | 1 | -2/+6 | |
| | ||||||
* | Added BuildRequires: xmlrpc-c-devel | Jason Gerard DeRose | 2009-09-24 | 1 | -0/+1 | |
| | ||||||
* | Enrollment for a host in an IPA domain | Rob Crittenden | 2009-09-24 | 1 | -1/+4 | |
| | | | | | | | | | | | | 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, ... | |||||
* | Generate CRLs and make them available from the IPA web server | Rob Crittenden | 2009-08-26 | 1 | -2/+6 | |
| | ||||||
* | Move ipalib to the ipa-python subpackage and bump up min version of slapi-nis. | Rob Crittenden | 2009-05-21 | 1 | -2/+6 | |
| | ||||||
* | Own the Apache configuration files that ipa-server-install creates | Rob Crittenden | 2009-05-19 | 1 | -0/+6 | |
| | ||||||
* | New tool to enable/disable DS plugin to act as NIS server | Rob Crittenden | 2009-05-13 | 1 | -1/+6 | |
| | ||||||
* | Add python-nss as a dependency | Rob Crittenden | 2009-05-04 | 1 | -0/+4 | |
| | ||||||
* | Remove our copy of the DNA plugin and use the one that comes with DS. | Rob Crittenden | 2009-03-06 | 1 | -3/+4 | |
| | | | | | The DS plugin does config checking when adding new entries online so we are dropping the Posix subtree. | |||||
* | Don't build radius by default | Rob Crittenden | 2009-03-04 | 1 | -7/+14 | |
| | ||||||
* | Add missing buildrequires | Jakub Hrozek | 2009-02-23 | 1 | -0/+2 | |
| | ||||||
* | Use OpenSSL for SSL instead of the built-in python version. | Rob Crittenden | 2009-02-20 | 1 | -0/+2 | |
| | ||||||
* | Rename ipa-python directory to ipapython so it is a real python library | Rob Crittenden | 2009-02-09 | 1 | -3/+3 | |
| | | | | | We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python. | |||||
* | Replace TurboGears requirement with python-cherrypy Remove some ↵ | Rob Crittenden | 2009-02-06 | 1 | -45/+6 | |
| | | | | commented-out files Move /usr/bin/ipa to admintools package | |||||
* | Complete consolidation into a single autogen.sh | Rob Crittenden | 2009-02-04 | 1 | -3/+3 | |
| | ||||||
* | Get merged tree into an installalble state. | Rob Crittenden | 2009-02-03 | 1 | -0/+637 | |
I have only tested the all, rpms and *clean targets directly. install may work but the rpm moves a lot of things around for us. The Apache configuration file isn't in its final state but it works with the new mod_python configuration. |