summaryrefslogtreecommitdiffstats
path: root/ipapython/platform/redhat
Commit message (Collapse)AuthorAgeFilesLines
* ipa-client-install: Added options to configure firefoxMartin Basti2013-11-151-1/+7
| | | | | | | | | Option --configure-firefox configures firefox to use Kerberos credentials within IPA domain Optional option --firefox-dir=DIR allows to user to specify non-standard path where firefox install directory is placed. Part of ticket: https://fedorahosted.org/freeipa/ticket/3821
* Perform dirsrv tuning at platform levelTomas Babej2013-08-261-0/+64
| | | | | | | | | | | | | | | | When configuring the 389 Directory Server instance, we tune it so that number of file descriptors available to the DS is increased from the default 1024 to 8192. There are platform specific steps that need to be conducted differently on systemd compatible platforms and sysV compatible platforms. systemd: set LimitNOFILE to 8192 in /etc/sysconfig/dirsrv.systemd sysV: set ulimit -n 8192 in /etc/sysconfig/dirsrv set ulimit - nofile 8192 in /etc/security/limits.conf https://fedorahosted.org/freeipa/ticket/3823
* convert the base platform modules into packagesTimo Aaltonen2013-01-143-0/+305