Go to file
Alexander Bokovoy b5fbbd1957 Keytab retrieval: allow requesting arcfour-hmac for SMB services
With system-wide crypto policy in use, arcfour-hmac encryption type
might be removed from the list of permitted encryption types in the MIT
Kerberos library. Applications aren't prevented to use the arcfour-hmac
enctype if they operate on it directly.

Since FreeIPA supported and default encryption types stored in LDAP, on
the server side we don't directly use a set of permitted encryption
types provided by the MIT Kerberos library. However, this set will be
trimmed to disallow arcfour-hmac and other weaker types by default.

While the arcfour-hmac key can be generated and retrieved, MIT Kerberos
library will still not allow its use in Kerberos protocol if it is not
on the list of permitted encryption types. We only need this workaround
to allow setting up arcfour-hmac key for SMB services where arcfour-hmac
key is used to validate communication between a domain member and its
domain controller. Without this fix it will not be possible to request
setting up a machine account credential from the domain member side. The
latter is needed for Samba running on IPA client.

Thus, extend filtering facilities in ipa-pwd-extop plugin to explicitly
allow arcfour-hmac encryption type for SMB services (Kerberos principal
name starts with cifs/).

Reviewed-By: Christian Heimes <cheimes@redhat.com>
2019-05-28 09:55:51 +03:00
asn1 fix minor spelling mistakes 2017-05-19 09:52:46 +02:00
client ipa-client-automount: add knob to configure NFSv4 Domain (idmapd.conf) 2019-05-06 17:46:19 +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 Keytab retrieval: allow requesting arcfour-hmac for SMB services 2019-05-28 09:55:51 +03:00
doc Add design draft 2019-03-28 17:57:58 +01:00
init Move ipa's systemd tmpfiles from /var/run to /run 2018-10-15 10:04:33 +02:00
install Keytab retrieval: allow requesting arcfour-hmac for SMB services 2019-05-28 09:55:51 +03:00
ipaclient Moving prompt for NTP options to install_check 2019-05-22 18:20:22 +02:00
ipalib Add knob to limit hostname length 2019-05-16 14:38:43 -04:00
ipaplatform Correct default fontawesome path (broken by da2cf1c5) 2019-05-02 09:36:54 -04:00
ipapython NSSDatabase: fix get_trust_chain 2019-05-24 17:18:56 -04:00
ipaserver ldap2.can_read: fix py3 compatibility 2019-05-28 09:55:51 +03:00
ipatests test_ipagetkeytab: factor out DM password reader 2019-05-28 09:55:51 +03:00
po Update translations from Zanata 2019-04-24 09:47:31 +02:00
pypi Cleanup shebang and executable bit 2018-07-05 19:46:42 +02:00
util Compile IPA modules with C11 extensions 2019-02-07 12:33:45 +01: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 Move Custodia secrets handler to scripts 2019-04-26 12:09:22 +02: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 Enable firewall in the tests for PR CI 2019-01-11 20:01:54 +01:00
.tox-install.sh tox testing support for client wheel packages 2017-04-12 16:53:22 +02:00
.travis_run_task.sh Remove Python 2 support and packages 2018-09-06 17:39:00 +02:00
.travis.yml Remove Python 2 support and packages 2018-09-06 17:39:00 +02:00
.wheelconstraints.in Use pylint 1.7.5 with fix for bad python3 import 2017-12-19 13:28:06 +01:00
ACI.txt Add knob to limit hostname length 2019-05-16 14:38:43 -04:00
API.txt Add knob to limit hostname length 2019-05-16 14:38:43 -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 Move Custodia secrets handler to scripts 2019-04-26 12:09:22 +02:00
Contributors.txt Update list of contributors and sort them alphabetically 2019-04-24 09:47:31 +02: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 Fix expected file permissions for ghost files 2019-05-16 14:28:00 +02:00
ipa.in Rename Python scripts and add dynamic shebang 2018-08-23 14:49:06 +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 Add constructors to ldap client 2019-02-05 08:39:13 -05:00
makeapi.in Remove Python 2 support and packages 2018-09-06 17:39:00 +02:00
Makefile.am Add missing deps for make pylint 2019-04-24 08:10:45 +02:00
Makefile.python.am Add PYTHON_INSTALL_EXTRA_OPTIONS and --install-layout=deb 2017-03-15 13:48:23 +01:00
Makefile.pythonscripts.am Add missing deps for make pylint 2019-04-24 08:10:45 +02:00
makerpms.sh Fix unnecessary usrmerge assumptions 2019-04-17 13:56:05 +02:00
pylint_plugins.py Address pylint violations in lite-server 2018-11-13 13:37:58 +01:00
pylintrc Forbid imports of ipaserver and install packages 2019-05-16 13:20:38 +02:00
README.md README: Update link to freeipa-devel archive 2019-03-20 17:32:43 +01:00
server.m4 Correcting detect typo in server.m4 2018-04-05 11:25:01 +02:00
tox.ini Make python-ldap optional for PyPI packages 2019-04-26 12:53:23 +02:00
VERSION.m4 Add knob to limit hostname length 2019-05-16 14:38:43 -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