summaryrefslogtreecommitdiffstats
path: root/ipa-server
Commit message (Expand)AuthorAgeFilesLines
* Let DS encode the password, this will allow IPA -> AD passwordSimo Sorce2008-06-111-10/+4
* Ensure that the realm name is upper-case.Rob Crittenden2008-06-091-3/+4
* Ignore empty values when converting a multi-valued form field back to a list....Rob Crittenden2008-06-091-1/+2
* When an LDAP connection fails, display the host one is trying to connect to.Rob Crittenden2008-06-091-2/+4
* Add our own SIGTERM handler so we can do clean shutdowns.Rob Crittenden2008-06-091-2/+13
* Make it clear which packages are being configured and which aren't.Rob Crittenden2008-06-091-3/+15
* Add sbin_t directory read permissionsRob Crittenden2008-06-051-0/+1
* Fix typoRob Crittenden2008-06-051-1/+1
* Fix import for versionRob Crittenden2008-06-042-2/+2
* Add -p/--password option so the DM password can be passed on the command-line.Rob Crittenden2008-06-042-5/+13
* Don't make the search criteria lower-case so one can do case-sensitive search...Rob Crittenden2008-06-041-1/+0
* Fix issue of double logging in ipa_error.log.Rob Crittenden2008-06-036-4/+60
* Move version.py to the common ipa directory instead of being server-based so ...Rob Crittenden2008-06-034-30/+4
* Don't prompt regarding previous DS installations in unattended mode.Rob Crittenden2008-05-301-2/+4
* Fedora DS 1.1.1 exposes a public task api. In order for ipa-1-0 to build agai...Rich Megginson2008-05-301-47/+90
* Make check_inst() a standalone function in bindinstance.Rob Crittenden2008-05-302-10/+10
* Fix typo in log statementRob Crittenden2008-05-291-1/+1
* Make ipa_kpasswd listen on each single interface explicitlySimo Sorce2008-05-291-66/+173
* Use openldap libraries by default as mozldap libs seem to breakSimo Sorce2008-05-291-1/+1
* Fix crash bug in ipa_kpasswdSimo Sorce2008-05-291-2/+3
* Fix the case where domain != lower(REALM)Simo Sorce2008-05-293-9/+12
* Set default logging level to INFO (still logs to Apache)Rob Crittenden2008-05-282-24/+63
* Use a value that is explicitly 64bit on all architecturesSimo Sorce2008-05-231-13/+13
* Move admin into cn=users,cn=accountsSimo Sorce2008-05-233-5/+5
* Don't make the rpm %post fail just because the server has never beenSimo Sorce2008-05-221-1/+1
* Fix up function return values so we can return 1 on an installation error.Rob Crittenden2008-05-221-14/+13
* Move non-user-configurable configuration elements to TurboGears app.cfg file.Rob Crittenden2008-05-223-31/+58
* Fix testing for asprintf errors, we need to test the return value asSimo Sorce2008-05-221-50/+41
* Only ask the user to install bind.Martin Nagy2008-05-221-1/+1
* Change file mode of log files to 600.Martin Nagy2008-05-201-0/+2
* Ensure hostnames are lower during installation and when adding service princsRob Crittenden2008-05-202-14/+30
* Remove broken link for IE configuration and replace sample domain/realm. Also...Rob Crittenden2008-05-201-4/+7
* Add validators.py to the list of files.Rob Crittenden2008-05-201-0/+1
* Do uniqueness check on phone numbers and cn entered via the UI.Rob Crittenden2008-05-203-4/+80
* Don't pass the Directory Manager password on the command-line to ldapmodify.Rob Crittenden2008-05-192-8/+23
* Use split instead of find as split does not fail to provide a completeSimo Sorce2008-05-153-3/+3
* detect failure to write ipa_kpasswd.pid fileJim Meyering2008-05-151-7/+12
* remove useless if-before-free testsJim Meyering2008-05-152-28/+16
* * ipa_pwd_extop.c (encrypt_encode_key): Handle malloc failure.Jim Meyering2008-05-151-0/+5
* If there is an error we need to send back a reply ourselves.Simo Sorce2008-05-151-2/+11
* For some unknown reason the sort control returns values sorted in reverse.Simo Sorce2008-05-151-1/+3
* Implement checks to make sure we are not assigning a number that is in use.Simo Sorce2008-05-151-181/+455
* Don't ask the user again if he wants to replace bind configuration files if h...Martin Nagy2008-05-141-10/+1
* Fix typo, /etc/resolve.conf -> /etc/resolv.conf.Martin Nagy2008-05-141-10/+10
* Make sure all services are stopped during uninstall.Rob Crittenden2008-05-141-1/+3
* Enforce the maximum username length set by IPA PolicyRob Crittenden2008-05-141-0/+25
* Do a more thorough job of removing an existing DS instance.Rob Crittenden2008-05-131-0/+4
* The admin user doesn't have the inetorgperson objectclass so don't have a giv...Rob Crittenden2008-05-131-0/+10
* Display information on how to uninstall a partially installed server.Rob Crittenden2008-05-091-4/+10
* Include information on where to look if a hostname resolves to localhost.Rob Crittenden2008-05-091-1/+1