freeipa/ipaserver/install
Tomas Babej 6961cf2e77 Perform dirsrv tuning at platform level
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
2013-08-26 13:07:17 +02:00
..
plugins Permit reads to ipatokenRadiusProxyUser objects 2013-07-11 12:39:27 +03:00
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
adtrustinstance.py Rename slapi-nis configuration variable 2013-08-06 16:31:09 +02:00
bindinstance.py Remove support for IPA deployments with no persistent search 2013-08-09 12:14:42 +02:00
cainstance.py Change group ownership of CRL publish directory 2013-07-16 12:17:40 +02:00
certs.py Replace only the cert instead of the whole NSS DB in ipa-server-certinstall. 2013-08-20 16:18:59 +02:00
dsinstance.py Perform dirsrv tuning at platform level 2013-08-26 13:07:17 +02:00
httpinstance.py Create Firefox configuration extension on CA-less install 2013-06-27 16:01:52 +02:00
installutils.py Fix installutils.get_password without a TTY 2013-08-06 10:34:26 +02:00
ipa_backup.py Remove redundant shebangs 2013-08-26 13:03:32 +02:00
ipa_ldap_updater.py Remove redundant shebangs 2013-08-26 13:03:32 +02:00
ipa_replica_prepare.py Remove redundant shebangs 2013-08-26 13:03:32 +02:00
ipa_restore.py Remove redundant shebangs 2013-08-26 13:03:32 +02:00
ipa_server_certinstall.py Ask for PKCS#12 password interactively in ipa-server-certinstall. 2013-08-20 16:18:59 +02:00
krbinstance.py Enable SASL mapping fallback. 2013-06-27 17:06:51 +02:00
ldapupdate.py Hide sensitive attributes in LDAP updater logging and output 2013-07-18 10:49:43 +03:00
Makefile.am Add ipa-adtrust-install utility 2011-09-14 18:45:13 -04:00
memcacheinstance.py Add ipa_memcached service 2012-02-09 13:20:28 -06:00
ntpinstance.py Remove unused imports from ipaserver/install 2013-03-01 16:59:44 +01:00
otpdinstance.py Manage ipa-otpd.socket by IPA 2013-06-06 18:16:59 +02:00
replication.py Update only selected attributes for winsync agreement 2013-04-16 10:05:43 -04:00
service.py Flush stream after writing service messages 2013-06-11 14:40:29 +02:00
sysupgrade.py Add sysupgrade state file 2012-06-10 21:23:10 -04:00
upgradeinstance.py Apply LDAP update files in blocks of 10, as originally designed. 2013-04-12 10:16:01 -04:00