Go to file
Stanislav Levin d0b420f6dd Fixed errors newly exposed by pylint 2.4.0
Newest Pylint introduced additional checks [1]:

- import-outside-toplevel [2]

> This check warns when modules are imported from places other
than a module toplevel, e.g. inside a function or a class.

- no-else-continue [3]

> These checks highlight unnecessary else and elif blocks after
break and continue statements.

- unnecessary-comprehension [4]

> This check is emitted when pylint finds list-, set- or
dict-comprehensions, that are unnecessary and can be rewritten
with the list-, set- or dict-constructors.

[1] https://github.com/PyCQA/pylint/blob/pylint-2.4.0/doc/whatsnew/2.4.rst
[2] https://github.com/PyCQA/pylint/issues/3067
[3] https://github.com/PyCQA/pylint/issues/2327
[4] https://github.com/PyCQA/pylint/issues/2905

Fixes: https://pagure.io/freeipa/issue/8077
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2019-09-25 20:14:06 +10:00
asn1 fix minor spelling mistakes 2017-05-19 09:52:46 +02:00
client Replace replication_wait_timeout with certmonger_wait_timeout 2019-09-04 14:52:14 +02:00
contrib Update mod_nss cipher list so there is overlap with a 4.x master 2019-02-04 09:12:29 +01:00
daemons Fix segfault in ipadb_parse_ldap_entry() 2019-09-22 20:27:25 +03:00
doc extdom: add extdom protocol documentation 2019-09-12 10:48:13 +03:00
init Move ipa's systemd tmpfiles from /var/run to /run 2018-10-15 10:04:33 +02:00
install ipa-pki-retrieve-key: request AES encryption (with fallback) 2019-09-25 12:42:06 +10:00
ipaclient Fixed errors newly exposed by pylint 2.4.0 2019-09-25 20:14:06 +10:00
ipalib Fixed errors newly exposed by pylint 2.4.0 2019-09-25 20:14:06 +10:00
ipaplatform ipa-backup: backup the PKCS module config files setup by IPA 2019-09-22 20:29:41 +03:00
ipapython Fixed errors newly exposed by pylint 2.4.0 2019-09-25 20:14:06 +10:00
ipaserver NSSWrappedCertDB: accept optional symmetric algorithm 2019-09-25 12:42:06 +10:00
ipatests prci: update packages for pki and testing nightly runs 2019-09-23 12:23:37 -03:00
po Update translations 2019-08-14 14:18:17 +03:00
pypi Cleanup shebang and executable bit 2018-07-05 19:46:42 +02:00
util Log INFO message when LDAP connection fails on startup 2019-09-05 14:53:55 -04:00
.freeipa-pr-ci.yaml Making nigthly test definition editable by FreeIPA's contributors 2018-07-27 09:50:06 +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 ipa-client-samba: a tool to configure Samba domain member on IPA client 2019-06-29 11:00:28 +03:00
.lgtm.yml Improve Python configuration for LGTM 2018-10-26 18:04:23 +02:00
.mailmap Update mailmap 2019-04-24 09:47:31 +02:00
.test_runner_config.yaml travis-ci: make dnf invocations more resilient 2019-08-21 11:00:04 +02:00
.tox-install.sh Avoid use of '/tmp' for pip operations 2019-07-16 13:23:21 +03:00
.travis_run_task.sh Make pycodestyle results identical 2019-05-28 10:01:23 +03:00
.travis.yml Simplify ipa-run-tests script 2019-07-16 13:23:21 +03:00
.wheelconstraints.in Use pylint 1.7.5 with fix for bad python3 import 2017-12-19 13:28:06 +01:00
ACI.txt ipaserver.plugins.service: add service-add-smb to set up an SMB service 2019-06-29 11:00:28 +03:00
API.txt Don't log host passwords when they are set/modified 2019-09-19 10:11:52 -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 Update builddep command in BUILD.txt 2018-07-17 16:52:31 +02:00
CODE_OF_CONDUCT.md Changing Django's CoC to reflect FreeIPA CoC 2018-03-26 09:51:25 +02:00
configure.ac Add a skeleton kdcpolicy plugin 2019-09-10 12:33:21 +03:00
Contributors.txt Update contributors 2019-08-14 14:18:17 +03: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.doap.rdf Adding modified DOAP file 2018-06-22 11:02:40 -04:00
freeipa.spec.in Bump Dogtag min version to 10.7.3 2019-09-25 12:42:06 +10:00
ipa.in Replace PYTHONSHEBANG with valid shebang 2019-06-24 09:35:57 +02:00
ipasetup.py.in Address inconsistent-return-statements 2018-11-13 13:37:58 +01: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.in Replace PYTHONSHEBANG with valid shebang 2019-06-24 09:35:57 +02:00
makeapi.in Replace PYTHONSHEBANG with valid shebang 2019-06-24 09:35:57 +02:00
Makefile.am Simplify ipa-run-tests script 2019-07-16 13:23:21 +03:00
Makefile.python.am Add PYTHON_INSTALL_EXTRA_OPTIONS and --install-layout=deb 2017-03-15 13:48:23 +01:00
Makefile.pythonscripts.am ipa-scripts: fix all ipa command line scripts to operate with -I 2019-09-19 10:44:09 -04:00
makerpms.sh Fix unnecessary usrmerge assumptions 2019-04-17 13:56:05 +02:00
pylint_plugins.py Replace replication_wait_timeout with certmonger_wait_timeout 2019-09-04 14:52:14 +02:00
pylintrc Enable literal-comparison linter again 2019-09-04 10:30:07 +02:00
README.md README: Update link to freeipa-devel archive 2019-03-20 17:32:43 +01:00
server.m4 Add a skeleton kdcpolicy plugin 2019-09-10 12:33:21 +03:00
tox.ini Avoid use of '/tmp' for pip operations 2019-07-16 13:23:21 +03:00
VERSION.m4 Extend the list of supported pre-auth mechanisms in IPA server API 2019-09-10 12:33:21 +03: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