Go to file
Christian Heimes 14c869b347 Improve and fix timeout bug in wait_for_entry()
replication.wait_for_entry() now can wait for an attribute value to
appear on a replica.

Fixed timeout handling caused by bad rounding and comparison. For small
timeouts, the actual time was rounded down. For example for 60 seconds
timeout and fast replica, the query accumulated to about 0.45 seconds
plus 60 seconds sleep. 60.45 is large enough to terminate the loop
"while int(time.time()) < timeout", but not large enough to trigger the
exception in "if int(time.time()) > timeout", because int(60.65) == 60.

See: https://pagure.io/freeipa/issue/7593
Fixes: https://pagure.io/freeipa/issue/7595
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
2018-06-22 13:01:55 +02:00
asn1 fix minor spelling mistakes 2017-05-19 09:52:46 +02:00
client Move client templates to separate directory 2018-06-05 16:34:27 -04:00
contrib Remove contrib/nssciphersuite 2018-04-30 19:39:52 +02:00
daemons Fix elements not being removed in otpd_queue_pop_msgid() 2018-05-31 11:53:25 -04:00
doc Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
init Move tmpfiles.d configuration handling back to spec file 2017-08-30 13:05:23 +02:00
install Increase WSGI process count to 5 on 64bit 2018-06-15 13:02:53 +02:00
ipaclient server install: drop some print statements, change log level 2018-06-20 08:38:03 +02:00
ipalib Add support for format method to translation objects 2018-06-21 15:30:58 +02:00
ipaplatform Start to deprecate Python 2 and 3.5 2018-06-19 14:37:53 +02:00
ipapython Improve console logging for ipa-server-install 2018-06-20 08:38:03 +02:00
ipaserver Improve and fix timeout bug in wait_for_entry() 2018-06-22 13:01:55 +02:00
ipatests ipaserver config plugin: Increase search records minimum limit 2018-06-21 14:42:15 -04:00
po Update 4.7 translations 2018-05-15 14:13:35 -04:00
pypi Use namespace-aware meta importer for ipaplatform 2017-11-15 14:17:24 +01:00
util Apply sane LDAP settings to C code 2018-05-29 15:30:37 +02:00
.freeipa-pr-ci.yaml Split external_ca PR-CI into two jobs 2018-06-11 18:02:55 +02:00
.git-commit-template git-commit-template: update ticket url to use pagure.io instead of fedorahosted.org 2017-03-28 13:10:08 +02:00
.gitignore Include npm related files into Makefile and .gitignore 2017-12-14 18:57:37 +01:00
.mailmap Update Contributors.txt 2017-02-23 10:16:44 +01:00
.test_runner_config_py3_temp.yaml travis-ci: collect logs from cmocka tests 2017-11-29 15:55:00 +02:00
.test_runner_config.yaml Make WebUI unit tests to generate results as JUnit 2018-03-16 14:26:48 +01:00
.tox-install.sh tox testing support for client wheel packages 2017-04-12 16:53:22 +02:00
.travis_run_task.sh Travis: ignore 'line break after binary operator' 2018-05-24 09:54:26 +02:00
.travis.yml Edit TravisCI conf files to run WebUI unit tests 2017-12-14 18:57:37 +01:00
.wheelconstraints.in Use pylint 1.7.5 with fix for bad python3 import 2017-12-19 13:28:06 +01:00
ACI.txt Allow user administrator to change user homedir 2018-05-10 10:05:22 +02:00
API.txt Radius proxy multiservers fix 2018-05-17 18:36:33 -04:00
autogen.sh build tweaks - use automake's foreign mode, avoid creating empty files to satisfy gnu mode - run autoreconf -f to ensure that everything matches 2010-11-29 11:39:55 -05:00
BUILD.txt Add make targets for fast linting and testing 2017-12-11 20:40:06 +01:00
CODE_OF_CONDUCT.md Changing Django's CoC to reflect FreeIPA CoC 2018-03-26 09:51:25 +02:00
configure.ac Move client templates to separate directory 2018-06-05 16:34:27 -04:00
Contributors.txt Update Contributors.txt 2018-03-16 11:35:10 -04:00
COPYING Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
COPYING.openssl Add a clear OpenSSL exception. 2015-02-23 16:25:54 +01:00
freeipa.spec.in fix dependency for *-domainname.service file 2018-06-19 18:06:56 +02:00
ipa Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
ipasetup.py.in Start to deprecate Python 2 and 3.5 2018-06-19 14:37:53 +02:00
make-doc Make an ipa-tests package 2013-06-17 19:22:50 +02:00
make-test Use pytest conftest.py and drop pytest.ini 2017-01-05 17:37:02 +01:00
makeaci Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
makeapi Apply validate_doc() to NO_CLI commands 2018-06-21 18:42:05 +02:00
Makefile.am Simplify Python package installation 2018-03-15 12:57:00 +01:00
Makefile.python.am Add PYTHON_INSTALL_EXTRA_OPTIONS and --install-layout=deb 2017-03-15 13:48:23 +01:00
makerpms.sh makerpms.sh: make git checkout optional 2017-08-18 11:46:13 +02:00
pylint_plugins.py Pylint 1.8.3 fixes 2018-03-19 10:58:48 +01:00
pylintrc LGTM: Name unused variable in loop 2018-01-09 07:53:28 +01:00
README.md Correction of management spelling. 2018-04-04 10:23:18 +02:00
server.m4 Correcting detect typo in server.m4 2018-04-05 11:25:01 +02:00
tox.ini Load certificate files as binary data 2018-04-30 20:42:00 +02:00
VERSION.m4 VERSION.m4: Set back to git snapshot 2018-05-15 15:35:26 -04:00
zanata.xml Zanata: exlude testing ipa.pot file 2016-11-21 14:47:47 +01:00

FreeIPA Server

FreeIPA allows Linux administrators to centrally manage identity, authentication and access control aspects of Linux and UNIX systems by providing simple to install and use command line and web based management tools.

FreeIPA is built on top of well known Open Source components and standard protocols with a very strong focus on ease of management and automation of installation and configuration tasks.

FreeIPA can seamlessly integrate into an Active Directory environment via cross-realm Kerberos trust or user synchronization.

Benefits

FreeIPA:

  • Allows all your users to access all the machines with the same credentials and security settings
  • Allows users to access personal files transparently from any machine in an authenticated and secure way
  • Uses an advanced grouping mechanism to restrict network access to services and files only to specific users
  • Allows central management of security mechanisms like passwords, SSH Public Keys, SUDO rules, Keytabs, Access Control Rules
  • Enables delegation of selected administrative tasks to other power users
  • Integrates into Active Directory environments

Components

The FreeIPA project provides unified installation and management tools for the following components:

Project Website

Releases, announcements and other information can be found on the IPA server project page at http://www.freeipa.org/ .

Documentation

The most up-to-date documentation can be found at http://freeipa.org/page/Documentation .

Quick Start

To get started quickly, start here: http://www.freeipa.org/page/Quick_Start_Guide

For developers

Licensing

Please see the file called COPYING.

Contacts