summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Addiing initial turbogears web gui.kmccarth@dhcp-172-16-25-136.sfbay.redhat.com2007-08-1237-0/+1344
| | | | Contains simple user add, list, and view pages.
* Allow the API to specify the location in the tree to add users, defaultingrcritten@redhat.com2007-08-101-2/+2
| | | | to ou=users,ou=default,$basedn
* Start the DS and KDC on bootrcritten@redhat.com2007-08-091-1/+7
|
* Fix location of the binarySimo Sorce2007-08-092-1/+2
| | | | Add a comment on the ldap code for the future
* export kpasswd keytab during installation processSimo Sorce2007-08-091-0/+10
|
* typoSimo Sorce2007-08-091-1/+1
|
* merge in changes from upstreamSimo Sorce2007-08-0931-346/+1054
|\
| * Fixed merge.Karl MacMillan2007-08-082-10/+2
| |
| * Merge.Karl MacMillan2007-08-082-0/+12
| |\
| | * Add ntpd requirement.Karl MacMillan2007-08-082-2/+2
| | |
| * | Generate /etc/httpd/conf.d/ipa.conf from a template so the realm canrcritten@redhat.com2007-08-065-13/+10
| | | | | | | | | | | | be set during installation
| * | - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-0626-326/+881
| |/ | | | | | | | | | | | | | | | | | | | | - Add mod_auth_kerb and cyrus-sasl-gssapi to Requires - Remove references to admin server in ipa-server-setupssl - Generate a client certificate for the XML-RPC server to connect to LDAP with - Create a keytab for Apache - Create an ldif with a test user - Provide a certmap.conf for doing SSL client authentication - Update tools to use kerberos - Add User class
| * Only install the ipa.conf file if it does not exist.Karl MacMillan2007-08-031-2/+5
| |
| * Change server to not be global nor reused.kmccarth@redhat.com2007-08-021-9/+4
| |
| * Rename 'gn' to 'givenName'kmccarth@redhat.com2007-08-023-5/+3
| |
| * Added ipa.conf.Karl MacMillan2007-08-011-0/+3
| |
| * Added config.py.Karl MacMillan2007-08-011-0/+106
| |
| * Add local-dist target.Karl MacMillan2007-08-019-23/+69
| | | | | | | | Remove hard-coded config.
* | remove unknown patch fileSimo Sorce2007-08-091-288/+0
| |
* | Add dependency and a commentSimo Sorce2007-08-082-0/+6
| |
* | Fix the bind zone template, or kpasswd will not workSimo Sorce2007-08-081-3/+3
| |
* | set preauth on kadmin/changepw otherwise the kpasswd can't acquire a ticketSimo Sorce2007-08-081-0/+8
| |
* | Make the daemon init it's own tickets.Simo Sorce2007-08-081-46/+405
| | | | | | | | | | Make it blacklist clients until the previous operation is not over. General bugfixing.
* | move ipa-kpasswd to a new location to conform to the new tree layoutSimo Sorce2007-08-013-0/+0
| |
* | Try to fix dir layout and recover missing filesSimo Sorce2007-08-015-79/+10
| |
* | Merge from upstreamSimo Sorce2007-08-0149-79/+2110
|\|
| * Fix typo / buglets in setup scripts.Karl MacMillan2007-08-013-12/+33
| | | | | | | | Add fallback to ds_newinst.pl.
| * Minor fix to adduser.Karl MacMillan2007-07-312-2/+5
| | | | | | | | Make ipa-server-install restart htppd
| * Added spec files for python and admintools.Karl MacMillan2007-07-317-4/+202
| |
| * Fixed broken patches and server spec.Karl MacMillan2007-07-319-29/+37
| |
| * Final reorginzation to reflect packaging.Karl MacMillan2007-07-3118-52/+35
| |
| * Second (final) part of xmlrpc patch.Karl MacMillan2007-07-3013-2/+1164
| |
| * First part of xml-rpc patch.Karl MacMillan2007-07-302-0/+58
| |
| * Updated spec with nss-tools and openldap-clientsKarl MacMillan2007-07-302-2/+2
| |
| * Update dsinstance.py to use setup-ds.pl instead of ds_newinst.pl.Karl MacMillan2007-07-301-1/+1
| |
| * First working spec file.Karl MacMillan2007-07-302-8/+12
| |
| * Fixed spec.Karl MacMillan2007-07-272-4/+4
| |
| * Update for DESTDIRKarl MacMillan2007-07-271-1/+1
| |
| * Finish python library reorg.Karl MacMillan2007-07-273-9/+16
| |
| * More reorgnization.Karl MacMillan2007-07-2710-131/+73
| |
| * Finish removing extra files.Karl MacMillan2007-07-271-0/+0
| |
| * Removed unnecessary files (which were added to work around a mercurial bug)Karl MacMillan2007-07-276-177/+0
| |
| * Update for new python library layout.Karl MacMillan2007-07-2712-27/+358
| |
| * First cut at spec files and Makefile for ipa-server.Karl MacMillan2007-07-273-0/+118
| |
| * Reorganized repo to reflect packaging.Karl MacMillan2007-07-2731-0/+16
| |
| * Removed duplication.Karl MacMillan2007-07-232-68/+18
| |
| * Fix permission problem with DS user.Karl MacMillan2007-07-201-0/+8
| |
| * Improve kerberos install patch from Simo.Karl MacMillan2007-07-196-19/+135
| |
| * Added additional debugging information.Karl MacMillan2007-07-182-1/+38
| |
* | commit before pulling new dir layoutSimo Sorce2007-08-0110-22/+771
|/ | | | | | misc patches to ACLs the example DNS zone and other stuff misc fixes to the krb instance current kpasswd code