freeipa/install
Tibor Dudlák 74c2b46cde Remove unnecessary option --force-chrony
FreeIPA will always force chrony service and disable any
other conflicting time synchronization daemon.
Add --ntp-server option to server manpage and note to NTP pool option.

Addresses: https://pagure.io/freeipa/issue/7024
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
2018-04-09 11:00:02 -04:00
..
certmonger Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
html Address more 'to login' 2017-12-12 12:53:21 +01:00
migration logging: do not log into the root logger 2017-07-14 15:55:59 +02:00
oddjob Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
restart_scripts Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
share Move ETag disabling to /ipa virtual server 2018-03-16 08:01:53 +01:00
tools Remove unnecessary option --force-chrony 2018-04-09 11:00:02 -04:00
ui Make WebUI unit tests to generate results as JUnit 2018-03-16 14:26:48 +01:00
updates Allow anonymous access to parentID attribute 2018-03-28 15:29:00 +02:00
wsgi logging: do not log into the root logger 2017-07-14 15:55:59 +02:00
Makefile.am Encrypt httpd key stored on disk 2018-03-23 12:48:46 +01:00
README.schema Add some basic rules for adding new schema 2010-08-27 13:40:37 -04:00

Ground rules on adding new schema

Brand new schema, particularly when written specifically for IPA, should be
added in share/*.ldif. Any new files need to be explicitly loaded in
ipaserver/install/dsinstance.py. These simply get copied directly into
the new instance schema directory.

Existing schema (e.g. in an LDAP draft) may either be added as a separate
ldif in share or as an update in the updates directory. The advantage of
adding the schema as an update is if 389-ds ever adds the schema then the
installation won't fail due to existing schema failing to load during
bootstrap.

If the new schema requires a new container then this should be added
to install/bootstrap-template.ldif.