Go to file
Petr Viktorin 59d87d53b1 Do not compare types that are not comparable in Python 3
In Python 3, different types are generally not comparable (except for equality),
and None can't be compared to None.
Fix cases of these comparisons.

In ipatest.util, give up on sorting lists if the sorting raises a TypeError.

Reviewed-By: Tomas Babej <tbabej@redhat.com>
2015-10-13 14:16:32 +02:00
.tx Update translations 2013-08-02 16:54:25 +02:00
asn1 Fix memory leak in GetKeytabControl asn1 code 2014-11-25 08:23:24 +00:00
checks Use the print function 2015-09-01 11:42:01 +02:00
contrib Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
daemons client referral support for trusted domain principals 2015-10-08 13:52:16 +02:00
doc Replace StandardError with Exception 2015-09-30 10:51:36 +02:00
init destroy httpd ccache after stopping the service 2015-09-23 13:04:18 +02:00
install comment: Add Documentation string to deduplicate function 2015-10-13 13:59:30 +02:00
ipa-client The delegation uris are not set, match message to code. 2015-10-13 13:20:25 +02:00
ipalib Do not compare types that are not comparable in Python 3 2015-10-13 14:16:32 +02:00
ipaplatform Use six.moves.urllib instead of urllib/urllib2/urlparse 2015-10-07 10:27:20 +02:00
ipapython ipapython.ssh: Port to Python 3 2015-10-07 10:27:20 +02:00
ipaserver upgrade: make sure ldap2 is connected in export_kra_agent_pem 2015-10-12 15:51:14 +02:00
ipatests Do not compare types that are not comparable in Python 3 2015-10-13 14:16:32 +02:00
util Add compatibility function for older libkrb5 2015-05-30 12:24:15 -04:00
.gitignore git ignore ipaplatform/__init__.py 2015-05-22 15:58:44 +02:00
.mailmap Update contributors 2014-10-20 08:18:09 +02:00
ACI.txt vault: add permissions and administrator privilege 2015-09-17 14:55:54 +02:00
API.txt vault: add vault container commands 2015-09-17 14:55:54 +02: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 Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
Contributors.txt Update contributors 2014-10-20 08:18:09 +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.spec.in Update FreeIPA package description 2015-10-06 18:05:37 +02:00
ipa Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
ipa.1 Fix example usage in ipa man page. 2014-10-08 09:52:08 +02:00
lite-server.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
make-doc Make an ipa-tests package 2013-06-17 19:22:50 +02:00
make-lint Use the print function 2015-09-01 11:42:01 +02:00
make-test Switch make-test to pytest 2014-11-21 12:14:44 +01:00
makeaci Use the print function 2015-09-01 11:42:01 +02:00
makeapi Use the print function 2015-09-01 11:42:01 +02:00
Makefile ipaplatform: Add constants submodule 2015-07-21 17:29:33 +02:00
MANIFEST.in Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
pytest.ini Configure pytest to run doctests 2014-11-21 12:14:44 +01:00
README Update README and BUILD 2014-02-12 14:04:07 +01:00
setup-client.py Include the ipa command in client-only build 2014-09-23 20:28:47 +02:00
setup.py Remove uses of the types module 2015-10-07 10:27:20 +02:00
VERSION vault: add vault container commands 2015-09-17 14:55:54 +02:00
version.m4.in Mass tree reorganization for IPAv2. To view previous history of files use: 2009-02-03 15:27:14 -05:00
zanata.xml l10n: Add configuration file for Zanata 2015-07-07 12:07:15 +02:00

                               IPA Server

  Overview
  --------

  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
  managment 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:

  * LDAP Server - based on the 389 project (LDAP)
    http://directory.fedoraproject.org/wiki/Main_Page

  * KDC - based on MIT Kerberos implementation
    http://k5wiki.kerberos.org/wiki/Main_Page

  * PKI based on Dogtag project
    http://pki.fedoraproject.org/wiki/PKI_Main_Page

  * Samba libraries for Active Directory integration
    http://www.samba.org/

  * DNS Server based on BIND and the Bind-DynDB-LDAP plugin
    https://www.isc.org/software/bind
    https://fedorahosted.org/bind-dyndb-ldap


  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>

  Licensing
  ---------

  Please see the file called COPYING.

  Contacts
  --------

     * If you want to be informed about new code releases, bug fixes,
       security fixes, general news and information about the IPA server
       subscribe to the freeipa-announce mailing list at
       <https://www.redhat.com/mailman/listinfo/freeipa-interest/>.

     * If you have a bug report please submit it at:
       <https://bugzilla.redhat.com>

     * If you want to participate in actively developing IPA please
       subscribe to the freeipa-devel mailing list at
       <https://www.redhat.com/mailman/listinfo/freeipa-devel/> or join
       us in IRC at irc://irc.freenode.net/freeipa