summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't allow the admin user to be removed using the XML-RPC Interface.Rob Crittenden2008-03-282-0/+7
* Do case-less comparisons when considering objectclass but store theRob Crittenden2008-03-283-3/+7
* Properly detect when ports are available.Rob Crittenden2008-03-271-4/+3
* Put the replica hostname back together properlyRob Crittenden2008-03-271-2/+3
* Normalize member DN's when determining whether they are in a groupRob Crittenden2008-03-261-1/+5
* One line typo fixSimo Sorce2008-03-271-1/+1
* Fix setup script to use the right module nameSimo Sorce2008-03-271-3/+3
* When getting members let user indicate what type of member they want.Rob Crittenden2008-03-278-16/+126
* Handle MODRDN operations properly for indirect group members.Nathan Kinder2008-03-261-1/+11
* Make the memberof task a public function.Rob Crittenden2008-03-274-14/+29
* Add additional detail to error messages.Rob Crittenden2008-03-255-24/+24
* Make Install and Uninstall have different log filesSimo Sorce2008-03-241-2/+5
* Add autoconf and automake stuff and provide a spec file.Simo Sorce2008-03-255-0/+196
* Don't error out if the user isn't in any groups.Rob Crittenden2008-03-261-0/+3
* Fix file permissions on ca.crt when it is installed.Rob Crittenden2008-03-261-0/+1
* Add some missing man pagesRob Crittenden2008-03-1715-4/+455
* Re-root the IPA web UI to /ipa and the XML-RPC interface to /ipaxml.Rob Crittenden2008-03-246-31/+34
* We are really changing the kerberos principal key and not the password whenRob Crittenden2008-03-246-49/+49
* Start ntpd after FDS so that the ntp user can be found.Rob Crittenden2008-03-241-2/+2
* Allow client install to specify ntp server nameSimo Sorce2008-03-141-1/+6
* Allow the realm to be included in the name passed to add_service_principal()Rob Crittenden2008-03-172-3/+11
* Don't define bogus realm/server in configuration file by defaultRob Crittenden2008-03-1720-4/+58
* Adding items to the set needs to be lower case to prevent duplicates.Rob Crittenden2008-03-101-1/+1
* Remove ACI that was causing RDN changes to failRob Crittenden2008-03-102-5/+1
* Add ability to initialize a replication agreementRob Crittenden2008-03-073-51/+73
* Verify that the hostname is correct in /etc/hostsRob Crittenden2008-03-062-3/+32
* Fix build breakage. We now provide a man file, need to specify location to rpmRob Crittenden2008-03-112-2/+2
* Add --quiet option to ipa-getkeytabSimo Sorce2008-03-052-9/+32
* Prevent server and domain from being undefined or blank when we need themRob Crittenden2008-03-052-11/+19
* Use standard size and alignment for the packed data so it works on 64-bit hostsRob Crittenden2008-03-061-1/+1
* Remove some duplicate id's that are not valid HTMLRob Crittenden2008-03-053-5/+2
* Remove the ability for the average user to add/delete groups on user edit pageRob Crittenden2008-03-041-3/+3
* Filter out K/M and krbtgt principals from the service principals list.Rob Crittenden2008-03-031-2/+3
* Require that the hostname is a DNS A record and that the forward and reverseRob Crittenden2008-03-032-0/+22
* Allow python to look in /usr/sbin for ipa_webguiRob Crittenden2008-03-041-0/+4
* KDC is Key Distribution Center, not Kerberos Domain ControllerRob Crittenden2008-03-041-1/+1
* Fix boot.ldif generation, the domain name component must be derivedSimo Sorce2008-03-041-1/+1
* Fix build breakage.Rob Crittenden2008-03-031-1/+1
* Close all fds when running another program. This fixes the SELinux AVCs.Rob Crittenden2008-03-033-3/+4
* Do argument type checking in the XML-RPC interfaceRob Crittenden2008-02-292-60/+154
* Add small script to start/stop all of the services that IPA requires in theRob Crittenden2008-02-284-2/+68
* Allow groups to be added as a group membeRob Crittenden2008-02-282-7/+39
* Make sure all entries are generated by us according to IPASimo Sorce2008-02-283-9/+22
* Fixed the way we call ipa-client-install from ipa-replica-install.Nathan Kinder2008-02-281-1/+1
* Fix off-by-one error in the number of steps to install a serviceRob Crittenden2008-02-281-1/+1
* Add action statement to ldap.conf updateRob Crittenden2008-02-271-15/+15
* In the UI we don't want to display Edit links unless someone can actuallyRob Crittenden2008-02-276-16/+121
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-2719-1034/+1136
* Don't log passwords in ipaserver-install.logRob Crittenden2008-02-261-2/+4
* The admins group cannot be renamed.Rob Crittenden2008-02-272-0/+8