summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Become version 1.0.0release-1-0-0Rob Crittenden2008-04-1616-26/+71
* Catch all errors when obtaining an LDAP connection.Rob Crittenden2008-04-151-0/+2
* Move print statement to the correct scope so it displays both lock and unlock.Rob Crittenden2008-04-151-1/+1
* Better detection of DS not starting.Rob Crittenden2008-04-141-3/+23
* Don't quit trying to lock a user if they aren't in the activated group.Rob Crittenden2008-04-141-1/+5
* Handle exceptions more gracefully on systems with python-ldap 2.2.0Rob Crittenden2008-04-141-5/+8
* Configure the ipa_pwd_extop plugin on replicas.Rob Crittenden2008-04-141-1/+4
* Use the same kpasswd.keytab on all replicas.Rob Crittenden2008-04-093-3/+12
* Fix client discovery and make sure command line options are not overwrittenSimo Sorce2008-04-091-36/+53
* Make sure we use the configured server in ipa.conf first, andSimo Sorce2008-04-091-28/+23
* Add --permitted-enctypes command and add it to the man page tooSimo Sorce2008-04-082-8/+52
* Make sure we start the NSCD daemon.Simo Sorce2008-04-081-0/+15
* is_integer returns the integer, don't use an if clause, just check it, if itSimo Sorce2008-04-081-12/+12
* Fix error where password was getting set wrong if passed in on command-line.Rob Crittenden2008-04-081-1/+1
* The kpasswd keytab must not be owned by the dirsrv user.Simo Sorce2008-04-081-2/+0
* SELinux fix from Dan WalshRob Crittenden2008-04-071-1/+1
* Add (post) to Requires: ipa-server-specRob Crittenden2008-04-072-2/+4
* Some SELinux policy changes provided by Dan Walsh.Rob Crittenden2008-04-073-4/+18
* Add _ntp SRV recordSimo Sorce2008-04-071-0/+2
* Password policy checks fixes.Simo Sorce2008-04-071-37/+94
* Don't allow the admin user to be removed from the admins group.Rob Crittenden2008-04-042-0/+15
* Add missing normalizeDN() when removing members from a group.Rob Crittenden2008-04-042-4/+16
* Create /etc/ipa/ipa.conf earlier in the installation process.Rob Crittenden2008-04-031-8/+8
* Add missing imageRob Crittenden2008-04-031-0/+1
* Need python-ldap in RequiresSimo Sorce2008-04-021-0/+1
* Don't try to update ipauserobjectclasses or ipagroupobjectclassesRob Crittenden2008-04-022-9/+13
* Add missing start_creation() so the install process will get kicked off.Rob Crittenden2008-04-021-0/+1
* Make sure we have ipa-client installed as now ipa-server-install callsSimo Sorce2008-04-022-0/+2
* Cut&patse errorSimo Sorce2008-04-021-3/+3
* Stricter directory control for ipa daemons, each one it's own directorySimo Sorce2008-04-013-1/+16
* - Better defaults for nss_ldapSimo Sorce2008-04-012-6/+26
* Move ipa_kpasswd credential cache in its own directorySimo Sorce2008-04-014-3/+15
* Fix typo in python directive. Fixes marking a group active.Rob Crittenden2008-04-011-1/+1
* Fix crash when creating new groups. You can't iterate over a None variable.Rob Crittenden2008-04-011-0/+2
* Fix AVC when for reading /proc during password change on RHEL 5Rob Crittenden2008-04-011-0/+2
* No need to use a regular expression to find the replication hostRob Crittenden2008-03-311-3/+1
* Call client uninstall from server uninstall so that uninstall reverses alsoSimo Sorce2008-03-311-0/+15
* RHEL4 contrib client uninstallSimo Sorce2008-03-311-4/+20
* Implement client uninstallSimo Sorce2008-03-314-8/+80
* Sysrestore fixes.Simo Sorce2008-03-312-47/+50
* Some more function name errors due to merge from DS own memberof plugin thatSimo Sorce2008-03-311-6/+6
* On the delegation edit screen allow the direct entry of a group nameRob Crittenden2008-03-241-4/+28
* Don't try to add the default group to a user when creating the group.Rob Crittenden2008-03-311-4/+19
* Fix account activation.Rob Crittenden2008-03-313-12/+89
* Fix typoSimo Sorce2008-03-311-2/+2
* Better check for IPA nServer own address, avoid manually parsing /etc/hosts bySimo Sorce2008-03-301-36/+54
* Avoid listing a group as a memberOf itself when a circular groupingNathan Kinder2008-03-281-10/+23
* Fixed handling of modify operations that delete all present memberNathan Kinder2008-03-281-2/+13
* Put replica info file into /var/lib/ipa instead of the current directoryRob Crittenden2008-03-281-2/+2
* Move sysrestore to ipa-python so it can be used by client scripts too.Simo Sorce2008-03-2713-350/+471