summaryrefslogtreecommitdiffstats
path: root/ipa-python/freeipa-python.spec
Commit message (Collapse)AuthorAgeFilesLines
* Bump versions for release.Karl MacMillan2007-11-011-3/+5
|
* Cleanup freeipa-python requiresMark McLoughlin2008-02-211-4/+1
| | | | | | | | | | | | | | | | We don't need the elaborate python requires, since a requires for e.g. "python-abi = 2.5" is automatically added. We also don't need the elaborate build requires, since all it does is query the currently installed version of python and require that you have it's appropriate python-devel installed. But if python-devel is installed at all, this should hold true. (Also, IMHO the .spec files should be removed from mercurial since they are automatically generated) Signed-off-by: Mark McLouglin <markmc@redhat.com>
* Fix build issues by combining patches submitted by Michael Gregg andRob Crittenden2007-10-171-13/+21
| | | | | Karl MacMillan Remove #!/usr/bin/python from many files to quiet rpmlint
* Use setup.py for ipa-python from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-161-17/+16
|
* Misc small fixesKarl MacMillan2007-09-281-1/+1
| | | | | | | * Remove the rpmbuild tree with the dist-clean target. * Move ipa-server-setupssl from /usr/sbin to /usr/share/ipa * Check in requirement change for generated freeipa-python.spec * Fix interactive hostname in ipa-server-install.
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-211-1/+1
| | | | | | | Add ipa-passwd tool Add simple field validation package This patch adds a package requirement, python-krbV. This is needed to determine the current user based on their kerberos ticket.
* In the TCP case there is an extra (redundant) lenghtSimo Sorce2007-09-121-2/+2
| | | | field before the packet data, address the problem.
* Update version numbers for release.milestone_3Karl MacMillan2007-09-101-1/+1
|
* Updated freeipa-admintool spec file to include additional tools.Karl MacMillan2007-08-171-2/+5
| | | | Updated freeipa-python to depend on PyKerberos package.
* Bump version numbers for release.Karl MacMillan2007-08-101-1/+1
|
* - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-061-1/+8
| | | | | | | | | | | - 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
* Add local-dist target.Karl MacMillan2007-08-011-0/+3
| | | | Remove hard-coded config.
* Added spec files for python and admintools.Karl MacMillan2007-07-311-0/+45