summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint false positives.Jan Cholasta2011-04-131-1/+1
|
* Execute /usr/bin/python directly instead of /usr/bin/env pythonRob Crittenden2011-01-141-1/+1
| | | | ticket 608
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-203-20/+19
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* build tweaks - use automake's foreign mode, avoid creating empty files to ↵Nalin Dahyabhai2010-11-291-1/+1
| | | | satisfy gnu mode - run autoreconf -f to ensure that everything matches
* Replace /etc/ipa/ipa.conf with /etc/ipa/default.confRob Crittenden2009-12-011-4/+4
| | | | | | | The new framework uses default.conf instead of ipa.conf. This is useful also because Apache uses a configuration file named ipa.conf. This wipes out the last vestiges of the old ipa.conf from v1.
* Bash tab completion scriptRob Crittenden2009-11-251-0/+32
|
* Now that admin is in the common users tree make the nss_ldapSimo Sorce2008-05-291-2/+2
| | | | | configuration look at the specific tree where users are and not search the full server.
* Become version 1.0.0release-1-0-0Rob Crittenden2008-04-161-1/+4
|
* Need python-ldap in RequiresSimo Sorce2008-04-021-0/+1
|
* Cut&patse errorSimo Sorce2008-04-021-3/+3
|
* - Better defaults for nss_ldapSimo Sorce2008-04-011-4/+13
| | | | | | | | - Make sure timeouts are not too high, so that machine does not hang if remote servers are not reachable - Make sure root can always login no matter what the status of the ldap servers - use rfc2307bis schema directive
* RHEL4 contrib client uninstallSimo Sorce2008-03-311-4/+20
|
* One line typo fixSimo Sorce2008-03-271-1/+1
|
* Fix setup script to use the right module nameSimo Sorce2008-03-271-3/+3
|
* Add autoconf and automake stuff and provide a spec file.Simo Sorce2008-03-255-0/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To build a package one need to run autoconf and then create a tarball of the RHEL4 directory so that the content is like this: $ ls -1 ipa-client-0.99.0 aclocal.m4 AUTHORS autom4te.cache ChangeLog configure configure.ac COPYING INSTALL install-sh ipachangeconf.py ipa-client-setup ipa.conf Makefile.am Makefile.in missing NEWS README setup.py the spec file will then be able to build a package for RHEL4
* Contribute, RHEL4 compatible, simple setup scriptSimo Sorce2008-02-262-0/+802