summaryrefslogtreecommitdiffstats
path: root/ipa-server
Commit message (Expand)AuthorAgeFilesLines
...
* Move the self-signed CA serialno file to /var/lib/ipa to adhere to the FHSRob Crittenden2008-07-253-8/+16
* Fix a stupidty introduced recently in a fix to a segfault.Simo Sorce2008-07-241-3/+5
* Catch correct exception when trying to find the default IPA users group and r...Rob Crittenden2008-07-231-2/+2
* Wrap up the raw_input() to user_input() for convenience and uniformity.Martin Nagy2008-07-233-62/+31
* Cleaned up comments that were mangled by vimNathan Kinder2008-07-181-7/+7
* Re-base memberOf plug-in off of current FDS memberOf plug-in. Resolves: 45253...Nathan Kinder2008-07-184-643/+1189
* In openvz we found out some interfaces may return a null pointer here.Simo Sorce2008-07-151-0/+4
* fix typoSimo Sorce2008-07-151-1/+1
* Rework the way SSL certificates are imported from PKCS#12 files.Rob Crittenden2008-07-1411-77/+276
* Make sure we have the right prototypes when using openldap libsSimo Sorce2008-07-091-0/+1
* Admin must be able to add/delete tooSimo Sorce2008-07-091-1/+1
* If krbPasswordExpiration or krbLastPwdChange are not present on the entrySimo Sorce2008-07-071-11/+21
* After the rework of the code that binds to specific interfaces toSimo Sorce2008-07-071-0/+3
* Merge branch 'master' of ssh://rcritten@git.fedorahosted.org/git/freeipaRob Crittenden2008-07-031-1/+1
|\
| * Make sure we listen only on the krb5 port and therefore disable krb4 supportSimo Sorce2008-07-021-1/+1
* | NSS_DIR is already fetched into a variable, use that instead.Rob Crittenden2008-07-031-6/+6
|/
* Properly convert the realm to a DS instance nameRob Crittenden2008-07-011-1/+1
* Ensure correct permissions and file ownership of Apache NSS databaseRob Crittenden2008-07-011-0/+12
* Fix some small issues that caused compiler warnings, like uninitialized or un...Martin Nagy2008-06-303-5/+9
* slapi_pw_find_sv() expects an array, make sure we have a NULL terminatedSimo Sorce2008-06-301-5/+9
* Very ugly fix to configure to make it actually find aSimo Sorce2008-06-161-0/+4
* Must index uidnumber and gidnumber and any attribute that dna plugin is goingSimo Sorce2008-06-121-0/+19
* Change default.Simo Sorce2008-06-121-2/+4
* Index the memberof attributeRob Crittenden2008-06-111-0/+8
* Fix cut&paste errorSimo Sorce2008-06-111-2/+1
* Fix typo in inet typeSimo Sorce2008-06-111-1/+1
* ipa-server: fail the build early when DS slapi plugin headers are not available.Günther Deschner2008-06-111-0/+4
* 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