2009-10-12 15:00:00 -05:00
|
|
|
# Define ONLY_CLIENT to only make the ipa-client and ipa-python subpackages
|
2010-01-07 13:12:52 -06:00
|
|
|
%{!?ONLY_CLIENT:%global ONLY_CLIENT 0}
|
2009-10-12 15:00:00 -05:00
|
|
|
|
2010-01-07 13:12:52 -06:00
|
|
|
%global plugin_dir %{_libdir}/dirsrv/plugins
|
2013-03-12 09:25:40 -05:00
|
|
|
%global POLICYCOREUTILSVER 2.1.12-5
|
2010-02-09 12:14:25 -06:00
|
|
|
%global gettext_domain ipa
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2011-01-17 03:26:19 -06:00
|
|
|
Name: freeipa
|
2009-02-02 12:50:53 -06:00
|
|
|
Version: __VERSION__
|
|
|
|
Release: __RELEASE__%{?dist}
|
|
|
|
Summary: The Identity, Policy and Audit system
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
2010-12-09 06:59:11 -06:00
|
|
|
License: GPLv3+
|
2009-02-02 12:50:53 -06:00
|
|
|
URL: http://www.freeipa.org/
|
|
|
|
Source0: freeipa-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2012-12-07 05:21:52 -06:00
|
|
|
BuildRequires: 389-ds-base-devel >= 1.3.0
|
2009-02-02 12:50:53 -06:00
|
|
|
BuildRequires: svrcore-devel
|
2011-02-21 12:04:38 -06:00
|
|
|
BuildRequires: /usr/share/selinux/devel/Makefile
|
|
|
|
BuildRequires: policycoreutils >= %{POLICYCOREUTILSVER}
|
2011-10-21 08:44:36 -05:00
|
|
|
BuildRequires: systemd-units
|
2012-10-01 08:32:36 -05:00
|
|
|
%if 0%{?fedora} >= 18
|
|
|
|
BuildRequires: samba-devel >= 4.0.0-150
|
|
|
|
BuildRequires: samba-python
|
|
|
|
BuildRequires: libwbclient-devel
|
|
|
|
%else
|
2012-09-14 07:14:23 -05:00
|
|
|
BuildRequires: samba4-devel >= 4.0.0-139
|
2012-06-07 04:24:35 -05:00
|
|
|
BuildRequires: samba4-python
|
2012-10-01 08:32:36 -05:00
|
|
|
%endif
|
2012-07-25 10:23:11 -05:00
|
|
|
BuildRequires: libtalloc-devel
|
|
|
|
BuildRequires: libtevent-devel
|
2012-11-14 09:45:41 -06:00
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
BuildRequires: nspr-devel
|
2011-02-21 12:04:38 -06:00
|
|
|
BuildRequires: nss-devel
|
2009-02-02 12:50:53 -06:00
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: openldap-devel
|
2013-03-12 09:25:40 -05:00
|
|
|
%if 0%{?fedora} >= 19
|
|
|
|
BuildRequires: krb5-devel >= 1.11
|
|
|
|
%else
|
2012-02-13 16:00:46 -06:00
|
|
|
BuildRequires: krb5-devel >= 1.10
|
2013-03-12 09:25:40 -05:00
|
|
|
%endif
|
2011-02-21 12:04:38 -06:00
|
|
|
BuildRequires: krb5-workstation
|
|
|
|
BuildRequires: libuuid-devel
|
2011-08-11 03:42:29 -05:00
|
|
|
BuildRequires: libcurl-devel >= 7.21.7-2
|
|
|
|
BuildRequires: xmlrpc-c-devel >= 1.27.4
|
2011-02-21 12:04:38 -06:00
|
|
|
BuildRequires: popt-devel
|
2009-02-02 12:50:53 -06:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: m4
|
2011-02-21 12:04:38 -06:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: python-ldap
|
2009-02-23 11:41:00 -06:00
|
|
|
BuildRequires: python-setuptools
|
|
|
|
BuildRequires: python-krbV
|
2011-01-13 13:29:16 -06:00
|
|
|
BuildRequires: python-nss
|
|
|
|
BuildRequires: python-netaddr
|
|
|
|
BuildRequires: python-kerberos
|
2011-05-05 08:06:54 -05:00
|
|
|
BuildRequires: python-rhsm
|
2011-02-11 08:34:57 -06:00
|
|
|
BuildRequires: pyOpenSSL
|
2011-05-05 08:06:54 -05:00
|
|
|
BuildRequires: pylint
|
Replace broken i18n shell test with Python test
We had been using shell scripts and sed to test our translations. But
trying to edit pot and po files with sed is nearly impossible because
the file format can vary significantly and the sed editing was failing
and gettext tools were complaining about our test strategy. We had
been using a Python script (test_i18n.py) to perform the actual test
after using shell, sed, and gettext tools to create the files. There
is a Python library (polib) which can read/write/edit pot/po/mo files
(used internally by Transifex, our translation portal). The strategy
now is to do everything in Python (in test_i18n.py). This is easier,
more robust and allows us to do more things.
* add python-polib to BuildRequires
* Remove the logic for creating the test lang from Makefile.in and
replace it with calls to test_i18n.py
* add argument parsing, usage, configuration parameters, etc. to
test_i18n.py to make it easier to use and configurable.
* add function to generate a test po and mo file. It also
writes the files and creates the test directory structure.
* Took the existing validate code and refactored it into validation
function. It used to just pick one string and test it, now it
iterates over all strings and all plural forms.
* Validate anonymous Python format substitutions in pot file
* added support for plural forms.
* Add pot po file validation for variable substitution
* In install/po subdir you can now do:
$ make test
$ make validate-pot
$ make validate-po
* The options for running test_i18n.py are:
$ ./test_i18n.py --help
Usage:
test_i18n.py --test-gettext
test_i18n.py --create-test
test_i18n.py --validate-pot [pot_file1, ...]
test_i18n.py --validate-po po_file1 [po_file2, ...]
Options:
-h, --help show this help message and exit
-s, --show-strings show the offending string when an error is detected
--pedantic be aggressive when validating
-v, --verbose be informative
--traceback print the traceback when an exception occurs
Operational Mode:
You must select one these modes to run in
-g, --test-gettext create the test translation file(s) and exercise them
-c, --create-test create the test translation file(s)
-P, --validate-pot validate pot file(s)
-p, --validate-po validate po file(s)
Run Time Parameters:
These may be used to modify the run time defaults
--test-lang=TEST_LANG
test po file uses this as it's basename (default=test)
--lang=LANG lang used for locale, MUST be a valid lang
(default=xh_ZA)
--domain=DOMAIN translation domain used during test (default=ipa)
--locale=LOCALE locale used during test (default=test_locale)
--pot-file=POT_FILE
default pot file, used when validating pot file or
generating test po and mo files (default=ipa.pot)
https://fedorahosted.org/freeipa/ticket/2044
2012-03-23 00:44:04 -05:00
|
|
|
BuildRequires: python-polib
|
Add hbactest command. https://fedorahosted.org/freeipa/ticket/386
HBAC rules control who can access what services on what hosts and from where.
You can use HBAC to control which users or groups on a source host can
access a service, or group of services, on a target host.
Since applying HBAC rules implies use of a production environment,
this plugin aims to provide simulation of HBAC rules evaluation without
having access to the production environment.
Test user coming from source host to a service on a named host against
existing enabled rules.
ipa hbactest --user= --srchost= --host= --service=
[--rules=rules-list] [--nodetail] [--enabled] [--disabled]
--user, --srchost, --host, and --service are mandatory, others are optional.
If --rules is specified simulate enabling of the specified rules and test
the login of the user using only these rules.
If --enabled is specified, all enabled HBAC rules will be added to simulation
If --disabled is specified, all disabled HBAC rules will be added to simulation
If --nodetail is specified, do not return information about rules matched/not matched.
If both --rules and --enabled are specified, apply simulation to --rules _and_
all IPA enabled rules.
If no --rules specified, simulation is run against all IPA enabled rules.
EXAMPLES:
1. Use all enabled HBAC rules in IPA database to simulate:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
matched: allow_all
2. Disable detailed summary of how rules were applied:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --nodetail
--------------------
Access granted: True
--------------------
3. Test explicitly specified HBAC rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule
---------------------
Access granted: False
---------------------
notmatched: my-second-rule
notmatched: myrule
4. Use all enabled HBAC rules in IPA database + explicitly specified rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule --enabled
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
matched: allow_all
5. Test all disabled HBAC rules in IPA database:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --disabled
---------------------
Access granted: False
---------------------
notmatched: new-rule
6. Test all disabled HBAC rules in IPA database + explicitly specified rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule --disabled
---------------------
Access granted: False
---------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
7. Test all (enabled and disabled) HBAC rules in IPA database:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --enabled --disabled
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
notmatched: new-rule
matched: allow_all
Only rules existing in IPA database are tested. They may be in enabled or
disabled disabled state.
Specifying them through --rules option explicitly enables them only in
simulation run.
Specifying non-existing rules will not grant access and report non-existing
rules in output.
2011-07-22 08:30:44 -05:00
|
|
|
BuildRequires: libipa_hbac-python
|
2012-02-15 09:26:42 -06:00
|
|
|
BuildRequires: python-memcached
|
2012-10-31 04:59:04 -05:00
|
|
|
BuildRequires: sssd >= 1.9.2
|
2012-03-23 11:21:08 -05:00
|
|
|
BuildRequires: python-lxml
|
|
|
|
BuildRequires: python-pyasn1 >= 0.0.9a
|
2012-05-11 07:38:09 -05:00
|
|
|
BuildRequires: python-dns
|
2012-11-21 10:33:49 -06:00
|
|
|
BuildRequires: m2crypto
|
2012-11-14 09:45:41 -06:00
|
|
|
BuildRequires: check
|
2011-11-30 06:29:10 -06:00
|
|
|
BuildRequires: libsss_idmap-devel
|
2013-01-22 02:56:13 -06:00
|
|
|
BuildRequires: java-1.7.0-openjdk
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%description
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof).
|
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
%package server
|
|
|
|
Summary: The IPA authentication server
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name}-python = %{version}-%{release}
|
|
|
|
Requires: %{name}-client = %{version}-%{release}
|
|
|
|
Requires: %{name}-admintools = %{version}-%{release}
|
2011-09-15 14:57:41 -05:00
|
|
|
Requires: %{name}-server-selinux = %{version}-%{release}
|
2012-12-07 05:21:52 -06:00
|
|
|
Requires: 389-ds-base >= 1.3.0
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: openldap-clients
|
|
|
|
Requires: nss
|
|
|
|
Requires: nss-tools
|
2013-03-12 09:25:40 -05:00
|
|
|
%if 0%{?fedora} >= 19
|
|
|
|
Requires: krb5-server >= 1.11
|
|
|
|
%else
|
|
|
|
%if 0%{?fedora} == 18
|
|
|
|
# krb5 1.11 bumped DAL interface major version, a rebuild is needed
|
2012-10-10 15:50:55 -05:00
|
|
|
Requires: krb5-server < 1.11
|
2013-03-12 09:25:40 -05:00
|
|
|
Requires: krb5-server >= 1.10
|
|
|
|
%else
|
|
|
|
Requires: krb5-server >= 1.10
|
|
|
|
%endif
|
|
|
|
%endif
|
2010-12-13 13:46:09 -06:00
|
|
|
Requires: krb5-pkinit-openssl
|
2011-07-22 08:06:13 -05:00
|
|
|
Requires: cyrus-sasl-gssapi%{?_isa}
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: ntp
|
|
|
|
Requires: httpd
|
2010-02-24 12:29:23 -06:00
|
|
|
Requires: mod_wsgi
|
2012-06-20 13:09:55 -05:00
|
|
|
%if 0%{?fedora} >= 18
|
|
|
|
Requires: mod_auth_kerb >= 5.4-16
|
|
|
|
%else
|
2012-02-15 10:06:54 -06:00
|
|
|
Requires: mod_auth_kerb >= 5.4-8
|
2012-06-20 13:09:55 -05:00
|
|
|
%endif
|
2012-11-14 09:45:41 -06:00
|
|
|
Requires: mod_nss
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: python-ldap
|
|
|
|
Requires: python-krbV
|
|
|
|
Requires: acl
|
2012-11-14 09:45:41 -06:00
|
|
|
Requires: python-pyasn1
|
2012-02-06 12:15:06 -06:00
|
|
|
Requires: memcached
|
|
|
|
Requires: python-memcached
|
2013-03-27 08:58:16 -05:00
|
|
|
Requires: systemd-units >= 38
|
2011-10-21 08:44:36 -05:00
|
|
|
Requires(pre): systemd-units
|
|
|
|
Requires(post): systemd-units
|
2013-03-21 09:10:13 -05:00
|
|
|
Requires: selinux-policy >= 3.11.1-86
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires(post): selinux-policy-base
|
2012-11-15 20:38:26 -06:00
|
|
|
Requires: slapi-nis >= 0.44
|
2012-11-28 02:05:53 -06:00
|
|
|
Requires: pki-ca >= 10.0.0-0.54.b3
|
2012-11-14 09:45:41 -06:00
|
|
|
Requires: dogtag-pki-server-theme
|
2011-08-23 07:15:27 -05:00
|
|
|
%if 0%{?rhel}
|
|
|
|
Requires: subscription-manager
|
|
|
|
%endif
|
2011-10-21 08:44:36 -05:00
|
|
|
Requires(preun): python systemd-units
|
|
|
|
Requires(postun): python systemd-units
|
2012-05-11 07:38:09 -05:00
|
|
|
Requires: python-dns
|
2012-06-06 21:54:16 -05:00
|
|
|
Requires: keyutils
|
2012-10-08 06:54:47 -05:00
|
|
|
Requires: zip
|
2012-10-24 05:35:36 -05:00
|
|
|
Requires: policycoreutils >= %{POLICYCOREUTILSVER}
|
2012-11-14 09:45:41 -06:00
|
|
|
Requires: tar
|
2013-01-24 15:14:31 -06:00
|
|
|
Requires(pre): certmonger >= 0.65
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2011-09-09 05:30:00 -05:00
|
|
|
# We have a soft-requires on bind. It is an optional part of
|
|
|
|
# IPA but if it is configured we need a way to require versions
|
|
|
|
# that work for us.
|
2012-08-02 09:25:15 -05:00
|
|
|
%if 0%{?fedora} >= 18
|
2012-10-29 03:15:08 -05:00
|
|
|
Conflicts: bind-dyndb-ldap < 2.3-2
|
2012-08-02 09:25:15 -05:00
|
|
|
%else
|
2012-05-25 07:13:01 -05:00
|
|
|
Conflicts: bind-dyndb-ldap < 1.1.0-0.12.rc1
|
2012-08-02 09:25:15 -05:00
|
|
|
%endif
|
2012-03-20 09:35:54 -05:00
|
|
|
Conflicts: bind < 9.8.2-0.4.rc2
|
2011-09-09 05:30:00 -05:00
|
|
|
|
2012-01-20 10:06:28 -06:00
|
|
|
# mod_proxy provides a single API to communicate over SSL. If mod_ssl
|
|
|
|
# is even loaded into Apache then it grabs this interface.
|
|
|
|
Conflicts: mod_ssl
|
|
|
|
|
2011-01-27 16:02:24 -06:00
|
|
|
Obsoletes: ipa-server >= 1.0
|
2011-01-17 03:26:19 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%description server
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof). If you are installing an IPA server you need
|
|
|
|
to install this package (in other words, most people should NOT install
|
|
|
|
this package).
|
|
|
|
|
|
|
|
|
|
|
|
%package server-selinux
|
2011-01-17 03:26:19 -06:00
|
|
|
Summary: SELinux rules for freeipa-server daemons
|
2009-02-02 12:50:53 -06:00
|
|
|
Group: System Environment/Base
|
2011-09-15 14:57:41 -05:00
|
|
|
Requires(post): %{name}-server = %{version}-%{release}
|
|
|
|
Requires(postun): %{name}-server = %{version}-%{release}
|
2011-01-27 16:02:24 -06:00
|
|
|
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER}
|
|
|
|
|
|
|
|
Obsoletes: ipa-server-selinux >= 1.0
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%description server-selinux
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof). This package provides SELinux rules for the
|
2011-01-17 03:26:19 -06:00
|
|
|
daemons included in freeipa-server
|
2012-02-28 05:24:41 -06:00
|
|
|
|
|
|
|
%package server-trust-ad
|
|
|
|
Summary: Virtual package to install packages required for Active Directory trusts
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name}-server = %version-%release
|
2012-11-21 10:33:49 -06:00
|
|
|
Requires: m2crypto
|
2012-10-01 08:32:36 -05:00
|
|
|
%if 0%{?fedora} >= 18
|
|
|
|
Requires: samba-python
|
|
|
|
Requires: samba
|
|
|
|
Requires: samba-winbind
|
|
|
|
%else
|
2012-02-28 05:24:41 -06:00
|
|
|
Requires: samba4-python
|
|
|
|
Requires: samba4
|
2012-08-20 02:57:55 -05:00
|
|
|
Requires: samba4-winbind
|
2012-10-01 08:32:36 -05:00
|
|
|
%endif
|
|
|
|
Requires: libsss_idmap
|
2012-10-10 01:46:08 -05:00
|
|
|
# We use alternatives to divert winbind_krb5_locator.so plugin to libkrb5
|
|
|
|
# on the installes where server-trust-ad subpackage is installed because
|
|
|
|
# IPA AD trusts cannot be used at the same time with the locator plugin
|
|
|
|
# since Winbindd will be configured in a different mode
|
|
|
|
Requires(post): %{_sbindir}/update-alternatives
|
2012-10-26 06:12:17 -05:00
|
|
|
Requires(post): python
|
2012-10-10 01:46:08 -05:00
|
|
|
Requires(postun): %{_sbindir}/update-alternatives
|
|
|
|
Requires(preun): %{_sbindir}/update-alternatives
|
2012-02-28 05:24:41 -06:00
|
|
|
|
|
|
|
%description server-trust-ad
|
|
|
|
Cross-realm trusts with Active Directory in IPA require working Samba 4 installation.
|
|
|
|
This package is provided for convenience to install all required dependencies at once.
|
|
|
|
|
2012-11-14 09:45:41 -06:00
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
|
|
|
|
%package client
|
|
|
|
Summary: IPA authentication for use on clients
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name}-python = %{version}-%{release}
|
|
|
|
Requires: python-ldap
|
2011-07-22 08:06:13 -05:00
|
|
|
Requires: cyrus-sasl-gssapi%{?_isa}
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: ntp
|
|
|
|
Requires: krb5-workstation
|
|
|
|
Requires: authconfig
|
|
|
|
Requires: pam_krb5
|
2009-02-19 16:20:37 -06:00
|
|
|
Requires: wget
|
2012-11-14 09:45:41 -06:00
|
|
|
Requires: libcurl >= 7.21.7-2
|
|
|
|
Requires: xmlrpc-c >= 1.27.4
|
2012-02-16 03:21:56 -06:00
|
|
|
Requires: sssd >= 1.8.0
|
2013-01-24 15:14:31 -06:00
|
|
|
Requires: certmonger >= 0.65
|
2010-09-09 17:10:14 -05:00
|
|
|
Requires: nss-tools
|
2011-02-17 07:30:36 -06:00
|
|
|
Requires: bind-utils
|
2012-02-27 03:59:25 -06:00
|
|
|
Requires: oddjob-mkhomedir
|
2012-03-28 01:51:02 -05:00
|
|
|
Requires: python-krbV
|
2012-05-11 07:38:09 -05:00
|
|
|
Requires: python-dns
|
2012-05-29 13:20:38 -05:00
|
|
|
Requires: libsss_autofs
|
|
|
|
Requires: autofs
|
|
|
|
Requires: libnfsidmap
|
|
|
|
Requires: nfs-utils
|
2012-10-31 04:15:28 -05:00
|
|
|
Requires(post): policycoreutils
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2011-01-27 16:02:24 -06:00
|
|
|
Obsoletes: ipa-client >= 1.0
|
2011-01-17 03:26:19 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%description client
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof). If your network uses IPA for authentication,
|
|
|
|
this package should be installed on every client machine.
|
|
|
|
|
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
%package admintools
|
|
|
|
Summary: IPA administrative tools
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name}-python = %{version}-%{release}
|
2010-10-15 14:03:51 -05:00
|
|
|
Requires: %{name}-client = %{version}-%{release}
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: python-krbV
|
|
|
|
Requires: python-ldap
|
|
|
|
|
2011-01-27 16:02:24 -06:00
|
|
|
Obsoletes: ipa-admintools >= 1.0
|
2011-01-17 03:26:19 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%description admintools
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof). This package provides command-line tools for
|
|
|
|
IPA administrators.
|
2012-11-14 09:45:41 -06:00
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%package python
|
|
|
|
Summary: Python libraries used by IPA
|
|
|
|
Group: System Environment/Libraries
|
2012-11-14 09:45:41 -06:00
|
|
|
Requires: python-kerberos
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: gnupg
|
2011-05-27 13:17:22 -05:00
|
|
|
Requires: iproute
|
2009-02-19 16:20:37 -06:00
|
|
|
Requires: pyOpenSSL
|
2012-11-14 09:45:41 -06:00
|
|
|
Requires: python-nss
|
2009-11-23 15:52:06 -06:00
|
|
|
Requires: python-lxml
|
2010-11-08 21:34:14 -06:00
|
|
|
Requires: python-netaddr
|
Add hbactest command. https://fedorahosted.org/freeipa/ticket/386
HBAC rules control who can access what services on what hosts and from where.
You can use HBAC to control which users or groups on a source host can
access a service, or group of services, on a target host.
Since applying HBAC rules implies use of a production environment,
this plugin aims to provide simulation of HBAC rules evaluation without
having access to the production environment.
Test user coming from source host to a service on a named host against
existing enabled rules.
ipa hbactest --user= --srchost= --host= --service=
[--rules=rules-list] [--nodetail] [--enabled] [--disabled]
--user, --srchost, --host, and --service are mandatory, others are optional.
If --rules is specified simulate enabling of the specified rules and test
the login of the user using only these rules.
If --enabled is specified, all enabled HBAC rules will be added to simulation
If --disabled is specified, all disabled HBAC rules will be added to simulation
If --nodetail is specified, do not return information about rules matched/not matched.
If both --rules and --enabled are specified, apply simulation to --rules _and_
all IPA enabled rules.
If no --rules specified, simulation is run against all IPA enabled rules.
EXAMPLES:
1. Use all enabled HBAC rules in IPA database to simulate:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
matched: allow_all
2. Disable detailed summary of how rules were applied:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --nodetail
--------------------
Access granted: True
--------------------
3. Test explicitly specified HBAC rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule
---------------------
Access granted: False
---------------------
notmatched: my-second-rule
notmatched: myrule
4. Use all enabled HBAC rules in IPA database + explicitly specified rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule --enabled
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
matched: allow_all
5. Test all disabled HBAC rules in IPA database:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --disabled
---------------------
Access granted: False
---------------------
notmatched: new-rule
6. Test all disabled HBAC rules in IPA database + explicitly specified rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule --disabled
---------------------
Access granted: False
---------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
7. Test all (enabled and disabled) HBAC rules in IPA database:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --enabled --disabled
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
notmatched: new-rule
matched: allow_all
Only rules existing in IPA database are tested. They may be in enabled or
disabled disabled state.
Specifying them through --rules option explicitly enables them only in
simulation run.
Specifying non-existing rules will not grant access and report non-existing
rules in output.
2011-07-22 08:30:44 -05:00
|
|
|
Requires: libipa_hbac-python
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2011-01-27 16:02:24 -06:00
|
|
|
Obsoletes: ipa-python >= 1.0
|
2011-01-17 03:26:19 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%description python
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof). If you are using IPA you need to install this
|
|
|
|
package.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n freeipa-%{version} -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="$CFLAGS %{optflags}"
|
|
|
|
export CPPFLAGS="$CPPFLAGS %{optflags}"
|
2012-12-05 03:50:05 -06:00
|
|
|
%if 0%{?fedora} >= 18
|
|
|
|
# use fedora18 platform which is based on fedora16 platform with systemd
|
|
|
|
# support + fedora18 changes
|
|
|
|
export SUPPORTED_PLATFORM=fedora18
|
|
|
|
%else
|
2011-10-21 08:44:36 -05:00
|
|
|
export SUPPORTED_PLATFORM=fedora16
|
2012-12-05 03:50:05 -06:00
|
|
|
%endif
|
2011-10-21 08:44:36 -05:00
|
|
|
# Force re-generate of platform support
|
|
|
|
rm -f ipapython/services.py
|
2009-02-02 12:50:53 -06:00
|
|
|
make version-update
|
2010-06-02 13:54:58 -05:00
|
|
|
cd ipa-client; ../autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir}; cd ..
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2010-12-03 14:02:29 -06:00
|
|
|
cd daemons; ../autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir} --with-openldap; cd ..
|
2009-02-03 15:56:41 -06:00
|
|
|
cd install; ../autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir}; cd ..
|
2012-11-14 09:45:41 -06:00
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2011-06-17 03:58:01 -05:00
|
|
|
make IPA_VERSION_IS_GIT_SNAPSHOT=no %{?_smp_mflags} all
|
2009-02-02 12:50:53 -06:00
|
|
|
cd selinux
|
|
|
|
# This isn't multi-process make capable yet
|
|
|
|
make all
|
2009-10-12 15:00:00 -05:00
|
|
|
%else
|
2011-06-17 03:58:01 -05:00
|
|
|
make IPA_VERSION_IS_GIT_SNAPSHOT=no %{?_smp_mflags} client
|
2012-11-14 09:45:41 -06:00
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
2012-12-05 03:50:05 -06:00
|
|
|
%if 0%{?fedora} >= 18
|
|
|
|
# use fedora18 platform which is based on fedora16 platform with systemd
|
|
|
|
# support + fedora18 changes
|
|
|
|
export SUPPORTED_PLATFORM=fedora18
|
|
|
|
%else
|
2011-10-21 08:44:36 -05:00
|
|
|
export SUPPORTED_PLATFORM=fedora16
|
2012-12-05 03:50:05 -06:00
|
|
|
%endif
|
2011-10-21 08:44:36 -05:00
|
|
|
# Force re-generate of platform support
|
|
|
|
rm -f ipapython/services.py
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
cd selinux
|
|
|
|
make install DESTDIR=%{buildroot}
|
2009-11-23 15:19:14 -06:00
|
|
|
cd ..
|
2009-10-12 15:00:00 -05:00
|
|
|
%else
|
|
|
|
make client-install DESTDIR=%{buildroot}
|
2012-11-14 09:45:41 -06:00
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2010-02-09 12:14:25 -06:00
|
|
|
%find_lang %{gettext_domain}
|
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
# Remove .la files from libtool - we don't want to package
|
|
|
|
# these files
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_pwd_extop.la
|
2009-09-14 16:04:08 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_enrollment_extop.la
|
2009-02-02 12:50:53 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_winsync.la
|
2010-06-24 09:31:52 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_repl_version.la
|
2010-10-15 09:49:29 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_uuid.la
|
2010-10-19 16:11:31 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_modrdn.la
|
2011-01-18 13:58:58 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_lockout.la
|
2011-11-09 18:03:48 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_cldap.la
|
2013-03-08 11:54:58 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_dns.la
|
2012-06-21 05:54:34 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_sidgen.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_sidgen_task.la
|
2011-11-30 06:29:10 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_extdom_extop.la
|
2012-06-18 14:25:31 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_range_check.la
|
2011-05-19 15:24:57 -05:00
|
|
|
rm %{buildroot}/%{_libdir}/krb5/plugins/kdb/ipadb.la
|
2011-10-25 03:33:30 -05:00
|
|
|
rm %{buildroot}/%{_libdir}/samba/pdb/ipasam.la
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
# Some user-modifiable HTML files are provided. Move these to /etc
|
|
|
|
# and link back.
|
|
|
|
mkdir -p %{buildroot}/%{_sysconfdir}/ipa/html
|
|
|
|
mkdir -p %{buildroot}/%{_localstatedir}/cache/ipa/sysrestore
|
2012-06-08 01:31:37 -05:00
|
|
|
mkdir -p %{buildroot}/%{_localstatedir}/cache/ipa/sysupgrade
|
2012-10-08 08:58:48 -05:00
|
|
|
mkdir -p %{buildroot}/%{_localstatedir}/cache/ipa/pki-ca/publish
|
2009-02-02 12:50:53 -06:00
|
|
|
mkdir %{buildroot}%{_usr}/share/ipa/html/
|
2012-10-01 10:36:42 -05:00
|
|
|
ln -s ../../../..%{_sysconfdir}/ipa/html/ffconfig.js \
|
|
|
|
%{buildroot}%{_usr}/share/ipa/html/ffconfig.js
|
|
|
|
ln -s ../../../..%{_sysconfdir}/ipa/html/ffconfig_page.js \
|
|
|
|
%{buildroot}%{_usr}/share/ipa/html/ffconfig_page.js
|
2009-02-02 12:50:53 -06:00
|
|
|
ln -s ../../../..%{_sysconfdir}/ipa/html/ssbrowser.html \
|
|
|
|
%{buildroot}%{_usr}/share/ipa/html/ssbrowser.html
|
|
|
|
ln -s ../../../..%{_sysconfdir}/ipa/html/unauthorized.html \
|
|
|
|
%{buildroot}%{_usr}/share/ipa/html/unauthorized.html
|
2011-01-25 13:44:42 -06:00
|
|
|
ln -s ../../../..%{_sysconfdir}/ipa/html/browserconfig.html \
|
|
|
|
%{buildroot}%{_usr}/share/ipa/html/browserconfig.html
|
|
|
|
ln -s ../../../..%{_sysconfdir}/ipa/html/ipa_error.css \
|
|
|
|
%{buildroot}%{_usr}/share/ipa/html/ipa_error.css
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2009-05-14 08:29:16 -05:00
|
|
|
# So we can own our Apache configuration
|
2011-01-25 10:03:40 -06:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d/
|
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa.conf
|
2011-08-17 14:36:18 -05:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa-pki-proxy.conf
|
2011-01-25 10:03:40 -06:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa-rewrite.conf
|
2012-01-31 11:32:47 -06:00
|
|
|
mkdir -p %{buildroot}%{_usr}/share/ipa/html/
|
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/ca.crt
|
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/configure.jar
|
2012-10-04 10:08:17 -05:00
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/kerberosauth.xpi
|
2012-01-31 11:32:47 -06:00
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/krb.con
|
2012-10-04 10:08:17 -05:00
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/krb.js
|
2012-01-31 11:32:47 -06:00
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/krb5.ini
|
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/krbrealm.con
|
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/preferences.html
|
2011-07-20 17:11:05 -05:00
|
|
|
mkdir -p %{buildroot}%{_initrddir}
|
2012-02-06 12:15:06 -06:00
|
|
|
mkdir %{buildroot}%{_sysconfdir}/sysconfig/
|
|
|
|
install -m 644 init/ipa_memcached.conf %{buildroot}%{_sysconfdir}/sysconfig/ipa_memcached
|
|
|
|
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2012-02-06 12:15:06 -06:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d/
|
|
|
|
install -m 0644 init/systemd/ipa.conf.tmpfiles %{buildroot}%{_sysconfdir}/tmpfiles.d/ipa.conf
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2012-02-06 12:15:06 -06:00
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/run/
|
|
|
|
install -d -m 0700 %{buildroot}%{_localstatedir}/run/ipa_memcached/
|
2012-10-31 13:10:41 -05:00
|
|
|
install -d -m 0700 %{buildroot}%{_localstatedir}/run/ipa/
|
2012-02-06 12:15:06 -06:00
|
|
|
|
2012-10-10 01:46:08 -05:00
|
|
|
mkdir -p %{buildroot}%{_libdir}/krb5/plugins/libkrb5
|
|
|
|
touch %{buildroot}%{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so
|
|
|
|
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2011-10-21 08:44:36 -05:00
|
|
|
mkdir -p %{buildroot}%{_unitdir}
|
|
|
|
install -m 644 init/systemd/ipa.service %{buildroot}%{_unitdir}/ipa.service
|
2012-02-06 12:15:06 -06:00
|
|
|
install -m 644 init/systemd/ipa_memcached.service %{buildroot}%{_unitdir}/ipa_memcached.service
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2010-12-04 14:42:14 -06:00
|
|
|
|
2011-01-25 10:03:40 -06:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/ipa/
|
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/ipa/default.conf
|
2012-01-31 11:32:47 -06:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/ipa/ca.crt
|
2009-10-12 15:00:00 -05:00
|
|
|
mkdir -p %{buildroot}/%{_localstatedir}/lib/ipa-client/sysrestore
|
2009-05-14 08:29:16 -05:00
|
|
|
|
2009-11-23 15:19:14 -06:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2011-01-25 10:03:40 -06:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
|
|
|
|
install -pm 644 contrib/completion/ipa.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/ipa
|
2011-02-01 13:24:46 -06:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/cron.d
|
|
|
|
install -pm 644 ipa-compliance.cron %{buildroot}%{_sysconfdir}/cron.d/ipa-compliance
|
2009-11-23 15:19:14 -06:00
|
|
|
|
2012-06-12 07:58:50 -05:00
|
|
|
(cd %{buildroot}/%{python_sitelib}/ipaserver && find . -type f | \
|
|
|
|
grep -v dcerpc | grep -v adtrustinstance | \
|
|
|
|
sed -e 's,\.py.*$,.*,g' | sort -u | \
|
|
|
|
sed -e 's,\./,%%{python_sitelib}/ipaserver/,g' ) >server-python.list
|
2012-11-14 09:45:41 -06:00
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2012-06-12 07:58:50 -05:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
%post server
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2011-10-21 08:44:36 -05:00
|
|
|
/bin/systemctl --system daemon-reload 2>&1 || :
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2011-03-18 10:19:53 -05:00
|
|
|
if [ $1 -gt 1 ] ; then
|
2013-01-24 15:14:31 -06:00
|
|
|
/bin/systemctl condrestart certmonger.service 2>&1 || :
|
2012-10-17 06:05:24 -05:00
|
|
|
/usr/sbin/ipa-upgradeconfig --quiet >/dev/null || :
|
2011-03-18 10:19:53 -05:00
|
|
|
fi
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2011-11-23 15:52:40 -06:00
|
|
|
%posttrans server
|
|
|
|
# This must be run in posttrans so that updates from previous
|
|
|
|
# execution that may no longer be shipped are not applied.
|
2013-03-12 09:25:40 -05:00
|
|
|
/usr/sbin/ipa-ldap-updater --upgrade --quiet >/dev/null || :
|
2011-11-23 15:52:40 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%preun server
|
|
|
|
if [ $1 = 0 ]; then
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2011-10-21 08:44:36 -05:00
|
|
|
/bin/systemctl --quiet stop ipa.service || :
|
|
|
|
/bin/systemctl --quiet disable ipa.service || :
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2009-02-02 12:50:53 -06:00
|
|
|
fi
|
|
|
|
|
|
|
|
%postun server
|
|
|
|
if [ "$1" -ge "1" ]; then
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2011-10-21 08:44:36 -05:00
|
|
|
/bin/systemctl --quiet is-active ipa.service >/dev/null && \
|
|
|
|
/bin/systemctl try-restart ipa.service >/dev/null 2>&1 || :
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2009-02-02 12:50:53 -06:00
|
|
|
fi
|
|
|
|
|
2012-02-13 08:16:26 -06:00
|
|
|
%pre server
|
|
|
|
# Stop ipa_kpasswd if it exists before upgrading so we don't have a
|
|
|
|
# zombie process when we're done.
|
|
|
|
if [ -e /usr/sbin/ipa_kpasswd ]; then
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2012-02-13 08:16:26 -06:00
|
|
|
/bin/systemctl stop ipa_kpasswd.service >/dev/null 2>&1 || :
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2012-02-13 08:16:26 -06:00
|
|
|
fi
|
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%pre server-selinux
|
|
|
|
if [ -s /etc/selinux/config ]; then
|
|
|
|
. %{_sysconfdir}/selinux/config
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/targeted/contexts/files/file_contexts
|
|
|
|
if [ "${SELINUXTYPE}" == targeted -a -f ${FILE_CONTEXT} ]; then \
|
|
|
|
cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.%{name}
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post server-selinux
|
2011-07-20 17:11:05 -05:00
|
|
|
semodule -s targeted -i /usr/share/selinux/targeted/ipa_httpd.pp /usr/share/selinux/targeted/ipa_dogtag.pp
|
2009-02-02 12:50:53 -06:00
|
|
|
. %{_sysconfdir}/selinux/config
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/targeted/contexts/files/file_contexts
|
|
|
|
selinuxenabled
|
|
|
|
if [ $? == 0 -a "${SELINUXTYPE}" == targeted -a -f ${FILE_CONTEXT}.%{name} ]; then
|
|
|
|
fixfiles -C ${FILE_CONTEXT}.%{name} restore
|
|
|
|
rm -f ${FILE_CONTEXT}.%name
|
|
|
|
fi
|
|
|
|
|
|
|
|
%preun server-selinux
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
if [ -s /etc/selinux/config ]; then
|
|
|
|
. %{_sysconfdir}/selinux/config
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/targeted/contexts/files/file_contexts
|
|
|
|
if [ "${SELINUXTYPE}" == targeted -a -f ${FILE_CONTEXT} ]; then \
|
|
|
|
cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.%{name}
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun server-selinux
|
|
|
|
if [ $1 = 0 ]; then
|
2011-07-20 17:11:05 -05:00
|
|
|
semodule -s targeted -r ipa_httpd ipa_dogtag
|
2009-02-02 12:50:53 -06:00
|
|
|
. %{_sysconfdir}/selinux/config
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/targeted/contexts/files/file_contexts
|
|
|
|
selinuxenabled
|
|
|
|
if [ $? == 0 -a "${SELINUXTYPE}" == targeted -a -f ${FILE_CONTEXT}.%{name} ]; then
|
|
|
|
fixfiles -C ${FILE_CONTEXT}.%{name} restore
|
|
|
|
rm -f ${FILE_CONTEXT}.%name
|
|
|
|
fi
|
|
|
|
fi
|
2012-10-10 01:46:08 -05:00
|
|
|
|
|
|
|
%postun server-trust-ad
|
|
|
|
if [ "$1" -ge "1" ]; then
|
|
|
|
if [ "`readlink %{_sysconfdir}/alternatives/winbind_krb5_locator.so`" == "/dev/null" ]; then
|
|
|
|
%{_sbindir}/alternatives --set winbind_krb5_locator.so /dev/null
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post server-trust-ad
|
|
|
|
%{_sbindir}/update-alternatives --install %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so \
|
|
|
|
winbind_krb5_locator.so /dev/null 90
|
2012-10-26 06:12:17 -05:00
|
|
|
python -c "import sys; from ipaserver.install import installutils; sys.exit(0 if installutils.is_ipa_configured() else 1);" > /dev/null 2>&1
|
|
|
|
if [ $? -eq 0 ]; then
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2012-10-26 06:12:17 -05:00
|
|
|
/bin/systemctl try-restart httpd.service >/dev/null 2>&1 || :
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2012-10-26 06:12:17 -05:00
|
|
|
fi
|
2012-10-10 01:46:08 -05:00
|
|
|
|
|
|
|
%preun server-trust-ad
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
%{_sbindir}/update-alternatives --remove winbind_krb5_locator.so /dev/null
|
|
|
|
fi
|
2012-11-14 09:45:41 -06:00
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2012-10-31 04:15:28 -05:00
|
|
|
%post client
|
|
|
|
if [ $1 -gt 1 ] ; then
|
|
|
|
# Has the client been configured?
|
|
|
|
restore=0
|
|
|
|
test -f '/var/lib/ipa-client/sysrestore/sysrestore.index' && restore=$(wc -l '/var/lib/ipa-client/sysrestore/sysrestore.index' | awk '{print $1}')
|
|
|
|
|
|
|
|
if [ -f '/etc/sssd/sssd.conf' -a $restore -ge 2 ]; then
|
|
|
|
if ! egrep -q '/var/lib/sss/pubconf/krb5.include.d/' /etc/krb5.conf 2>/dev/null ; then
|
|
|
|
echo "includedir /var/lib/sss/pubconf/krb5.include.d/" > /etc/krb5.conf.ipanew
|
|
|
|
cat /etc/krb5.conf >> /etc/krb5.conf.ipanew
|
|
|
|
mv /etc/krb5.conf.ipanew /etc/krb5.conf
|
|
|
|
/sbin/restorecon /etc/krb5.conf
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2012-06-12 07:58:50 -05:00
|
|
|
%files server -f server-python.list
|
2009-02-02 12:50:53 -06:00
|
|
|
%defattr(-,root,root,-)
|
2011-01-25 10:03:40 -06:00
|
|
|
%doc COPYING README Contributors.txt
|
2011-06-17 15:47:39 -05:00
|
|
|
%{_sbindir}/ipa-ca-install
|
2009-11-23 02:26:50 -06:00
|
|
|
%{_sbindir}/ipa-dns-install
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-server-install
|
2011-05-22 12:17:07 -05:00
|
|
|
%{_sbindir}/ipa-replica-conncheck
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-replica-install
|
|
|
|
%{_sbindir}/ipa-replica-prepare
|
|
|
|
%{_sbindir}/ipa-replica-manage
|
2011-07-14 22:35:01 -05:00
|
|
|
%{_sbindir}/ipa-csreplica-manage
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-server-certinstall
|
2011-02-11 13:05:20 -06:00
|
|
|
%{_sbindir}/ipa-ldap-updater
|
|
|
|
%{_sbindir}/ipa-compat-manage
|
|
|
|
%{_sbindir}/ipa-nis-manage
|
2011-09-20 11:13:42 -05:00
|
|
|
%{_sbindir}/ipa-managed-entries
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipactl
|
|
|
|
%{_sbindir}/ipa-upgradeconfig
|
2011-02-01 13:24:46 -06:00
|
|
|
%{_sbindir}/ipa-compliance
|
2012-07-11 14:51:01 -05:00
|
|
|
%{_libexecdir}/certmonger/dogtag-ipa-retrieve-agent-submit
|
2011-02-01 13:24:46 -06:00
|
|
|
%{_sysconfdir}/cron.d/ipa-compliance
|
2012-02-06 12:15:06 -06:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/ipa_memcached
|
|
|
|
%dir %attr(0700,apache,apache) %{_localstatedir}/run/ipa_memcached/
|
2012-10-31 13:10:41 -05:00
|
|
|
%dir %attr(0700,root,root) %{_localstatedir}/run/ipa/
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2012-02-06 12:15:06 -06:00
|
|
|
%config %{_sysconfdir}/tmpfiles.d/ipa.conf
|
2011-10-21 08:44:36 -05:00
|
|
|
%attr(644,root,root) %{_unitdir}/ipa.service
|
2012-02-06 12:15:06 -06:00
|
|
|
%attr(644,root,root) %{_unitdir}/ipa_memcached.service
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2011-01-05 14:51:56 -06:00
|
|
|
%dir %{python_sitelib}/ipaserver
|
2012-06-12 07:58:50 -05:00
|
|
|
%dir %{python_sitelib}/ipaserver/install
|
|
|
|
%dir %{python_sitelib}/ipaserver/install/plugins
|
|
|
|
%dir %{python_sitelib}/ipaserver/plugins
|
2012-04-10 14:21:08 -05:00
|
|
|
%dir %{_libdir}/ipa/certmonger
|
|
|
|
%attr(755,root,root) %{_libdir}/ipa/certmonger/*
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_usr}/share/ipa
|
2010-03-01 22:41:41 -06:00
|
|
|
%{_usr}/share/ipa/wsgi.py*
|
Fix schema replication from old masters
The new merged database will replicate with both the IPA and CA trees, so all
DS instances (IPA and CA on the existing master, and the merged one on the
replica) need to have the same schema.
Dogtag does all its schema modifications online. Those are replicated normally.
The basic IPA schema, however, is delivered in ldif files, which are not
replicated. The files are not present on old CA DS instances. Any schema
update that references objects in these files will fail.
The whole 99user.ldif (i.e. changes introduced dynamically over LDAP) is
replicated as a blob. If we updated the old master's CA schema dynamically
during replica install, it would conflict with updates done during the
installation: the one with the lower CSN would get lost.
Dogtag's spawn script recently grew a new flag, 'pki_clone_replicate_schema'.
Turning it off tells Dogtag to create its schema in the clone, where the IPA
modifications are taking place, so that it is not overwritten by the IPA schema
on replication.
The patch solves the problems by:
- In __spawn_instance, turning off the pki_clone_replicate_schema flag.
- Providing a script to copy the IPA schema files to the CA DS instance.
The script needs to be copied to old masters and run there.
- At replica CA install, checking if the schema is updated, and failing if not.
The --skip-schema-check option is added to ipa-{replica,ca}-install to
override the check.
All pre-3.1 CA servers in a domain will have to have the script run on them to
avoid schema replication errors.
https://fedorahosted.org/freeipa/ticket/3213
2012-10-24 03:37:16 -05:00
|
|
|
%{_usr}/share/ipa/copy-schema-to-ca.py*
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_usr}/share/ipa/*.ldif
|
|
|
|
%{_usr}/share/ipa/*.uldif
|
|
|
|
%{_usr}/share/ipa/*.template
|
2012-10-02 09:47:28 -05:00
|
|
|
%dir %{_usr}/share/ipa/ffextension
|
|
|
|
%{_usr}/share/ipa/ffextension/bootstrap.js
|
|
|
|
%{_usr}/share/ipa/ffextension/install.rdf
|
|
|
|
%{_usr}/share/ipa/ffextension/chrome.manifest
|
|
|
|
%dir %{_usr}/share/ipa/ffextension/chrome
|
|
|
|
%dir %{_usr}/share/ipa/ffextension/chrome/content
|
|
|
|
%{_usr}/share/ipa/ffextension/chrome/content/kerberosauth.js
|
|
|
|
%{_usr}/share/ipa/ffextension/chrome/content/kerberosauth_overlay.xul
|
|
|
|
%dir %{_usr}/share/ipa/ffextension/locale
|
|
|
|
%dir %{_usr}/share/ipa/ffextension/locale/en-US
|
|
|
|
%{_usr}/share/ipa/ffextension/locale/en-US/kerberosauth.properties
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_usr}/share/ipa/html
|
2012-10-01 10:36:42 -05:00
|
|
|
%{_usr}/share/ipa/html/ffconfig.js
|
|
|
|
%{_usr}/share/ipa/html/ffconfig_page.js
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_usr}/share/ipa/html/ssbrowser.html
|
2011-01-25 13:44:42 -06:00
|
|
|
%{_usr}/share/ipa/html/browserconfig.html
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_usr}/share/ipa/html/unauthorized.html
|
2011-01-25 13:44:42 -06:00
|
|
|
%{_usr}/share/ipa/html/ipa_error.css
|
2010-01-12 09:40:09 -06:00
|
|
|
%dir %{_usr}/share/ipa/migration
|
|
|
|
%{_usr}/share/ipa/migration/error.html
|
|
|
|
%{_usr}/share/ipa/migration/index.html
|
|
|
|
%{_usr}/share/ipa/migration/invalid.html
|
|
|
|
%{_usr}/share/ipa/migration/migration.py*
|
2011-01-19 11:26:14 -06:00
|
|
|
%dir %{_usr}/share/ipa/ui
|
|
|
|
%{_usr}/share/ipa/ui/index.html
|
2012-02-27 08:31:20 -06:00
|
|
|
%{_usr}/share/ipa/ui/login.html
|
2012-02-24 08:31:55 -06:00
|
|
|
%{_usr}/share/ipa/ui/logout.html
|
2012-06-08 09:38:17 -05:00
|
|
|
%{_usr}/share/ipa/ui/reset_password.html
|
2011-08-02 12:42:42 -05:00
|
|
|
%{_usr}/share/ipa/ui/*.ico
|
2011-01-19 11:26:14 -06:00
|
|
|
%{_usr}/share/ipa/ui/*.css
|
|
|
|
%{_usr}/share/ipa/ui/*.js
|
2011-06-15 09:18:05 -05:00
|
|
|
%{_usr}/share/ipa/ui/*.eot
|
|
|
|
%{_usr}/share/ipa/ui/*.svg
|
|
|
|
%{_usr}/share/ipa/ui/*.ttf
|
|
|
|
%{_usr}/share/ipa/ui/*.woff
|
2012-03-15 03:47:18 -05:00
|
|
|
%dir %{_usr}/share/ipa/ui/ext
|
|
|
|
%config(noreplace) %{_usr}/share/ipa/ui/ext/extension.js
|
2012-11-23 10:19:37 -06:00
|
|
|
%dir %{_usr}/share/ipa/ui/js/dojo
|
|
|
|
%{_usr}/share/ipa/ui/js/dojo/dojo.js
|
|
|
|
%dir %{_usr}/share/ipa/ui/js/libs
|
|
|
|
%{_usr}/share/ipa/ui/js/libs/*.js
|
|
|
|
%dir %{_usr}/share/ipa/ui/js/freeipa
|
|
|
|
%{_usr}/share/ipa/ui/js/freeipa/app.js
|
2011-10-26 16:06:17 -05:00
|
|
|
%dir %{_usr}/share/ipa/ui/images
|
|
|
|
%{_usr}/share/ipa/ui/images/*.png
|
|
|
|
%{_usr}/share/ipa/ui/images/*.gif
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_sysconfdir}/ipa
|
|
|
|
%dir %{_sysconfdir}/ipa/html
|
2012-10-01 10:36:42 -05:00
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/ffconfig.js
|
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/ffconfig_page.js
|
2009-02-02 12:50:53 -06:00
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/ssbrowser.html
|
2011-01-25 13:44:42 -06:00
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/ipa_error.css
|
2009-02-02 12:50:53 -06:00
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/unauthorized.html
|
2011-01-25 13:44:42 -06:00
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/browserconfig.html
|
2009-09-16 12:04:14 -05:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa-rewrite.conf
|
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa.conf
|
2011-08-17 14:36:18 -05:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa-pki-proxy.conf
|
2012-07-11 14:51:01 -05:00
|
|
|
%{_usr}/share/ipa/ca_renewal
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_usr}/share/ipa/ipa.conf
|
|
|
|
%{_usr}/share/ipa/ipa-rewrite.conf
|
2011-08-17 14:36:18 -05:00
|
|
|
%{_usr}/share/ipa/ipa-pki-proxy.conf
|
2012-01-31 11:32:47 -06:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_usr}/share/ipa/html/ca.crt
|
|
|
|
%ghost %attr(0644,root,apache) %{_usr}/share/ipa/html/configure.jar
|
2012-10-04 10:08:17 -05:00
|
|
|
%ghost %attr(0644,root,apache) %{_usr}/share/ipa/html/kerberosauth.xpi
|
2012-01-31 11:32:47 -06:00
|
|
|
%ghost %attr(0644,root,apache) %{_usr}/share/ipa/html/krb.con
|
2012-10-04 10:08:17 -05:00
|
|
|
%ghost %attr(0644,root,apache) %{_usr}/share/ipa/html/krb.js
|
2012-01-31 11:32:47 -06:00
|
|
|
%ghost %attr(0644,root,apache) %{_usr}/share/ipa/html/krb5.ini
|
|
|
|
%ghost %attr(0644,root,apache) %{_usr}/share/ipa/html/krbrealm.con
|
|
|
|
%ghost %attr(0644,root,apache) %{_usr}/share/ipa/html/preferences.html
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_usr}/share/ipa/updates/
|
|
|
|
%{_usr}/share/ipa/updates/*
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.so
|
2009-09-14 16:04:08 -05:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_enrollment_extop.so
|
2009-02-02 12:50:53 -06:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_winsync.so
|
2010-06-24 09:31:52 -05:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_repl_version.so
|
2010-10-15 09:49:29 -05:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_uuid.so
|
2010-10-19 16:11:31 -05:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_modrdn.so
|
2011-01-18 13:58:58 -06:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_lockout.so
|
2011-11-09 18:03:48 -06:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_cldap.so
|
2013-03-08 11:54:58 -06:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_dns.so
|
2012-06-18 14:25:31 -05:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_range_check.so
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_localstatedir}/lib/ipa
|
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/sysrestore
|
2012-06-08 01:31:37 -05:00
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/sysupgrade
|
2012-10-08 08:58:48 -05:00
|
|
|
%attr(755,root,root) %dir %{_localstatedir}/lib/ipa/pki-ca
|
|
|
|
%attr(755,root,root) %dir %{_localstatedir}/lib/ipa/pki-ca/publish
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_localstatedir}/cache/ipa
|
|
|
|
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
|
2011-05-19 15:24:57 -05:00
|
|
|
%attr(755,root,root) %{_libdir}/krb5/plugins/kdb/ipadb.so
|
2011-05-22 12:17:07 -05:00
|
|
|
%{_mandir}/man1/ipa-replica-conncheck.1.gz
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_mandir}/man1/ipa-replica-install.1.gz
|
|
|
|
%{_mandir}/man1/ipa-replica-manage.1.gz
|
2011-07-14 22:35:01 -05:00
|
|
|
%{_mandir}/man1/ipa-csreplica-manage.1.gz
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_mandir}/man1/ipa-replica-prepare.1.gz
|
|
|
|
%{_mandir}/man1/ipa-server-certinstall.1.gz
|
|
|
|
%{_mandir}/man1/ipa-server-install.1.gz
|
2011-01-10 09:37:45 -06:00
|
|
|
%{_mandir}/man1/ipa-dns-install.1.gz
|
2011-06-17 15:47:39 -05:00
|
|
|
%{_mandir}/man1/ipa-ca-install.1.gz
|
2011-02-11 13:05:20 -06:00
|
|
|
%{_mandir}/man1/ipa-compat-manage.1.gz
|
|
|
|
%{_mandir}/man1/ipa-nis-manage.1.gz
|
2011-09-20 11:13:42 -05:00
|
|
|
%{_mandir}/man1/ipa-managed-entries.1.gz
|
2011-02-11 13:05:20 -06:00
|
|
|
%{_mandir}/man1/ipa-ldap-updater.1.gz
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_mandir}/man8/ipactl.8.gz
|
2012-01-20 12:30:25 -06:00
|
|
|
%{_mandir}/man8/ipa-upgradeconfig.8.gz
|
2011-02-01 13:24:46 -06:00
|
|
|
%{_mandir}/man1/ipa-compliance.1.gz
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%files server-selinux
|
2011-01-25 10:03:40 -06:00
|
|
|
%defattr(-,root,root,-)
|
2011-01-27 16:02:24 -06:00
|
|
|
%doc COPYING README Contributors.txt
|
2009-08-24 12:42:48 -05:00
|
|
|
%{_usr}/share/selinux/targeted/ipa_httpd.pp
|
2009-11-25 12:42:52 -06:00
|
|
|
%{_usr}/share/selinux/targeted/ipa_dogtag.pp
|
2012-02-28 05:24:41 -06:00
|
|
|
|
|
|
|
%files server-trust-ad
|
2012-06-12 07:58:50 -05:00
|
|
|
%{_sbindir}/ipa-adtrust-install
|
2011-11-30 06:29:10 -06:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_extdom_extop.so
|
2012-02-28 05:24:41 -06:00
|
|
|
%{_usr}/share/ipa/smb.conf.empty
|
2012-06-12 07:58:50 -05:00
|
|
|
%attr(755,root,root) %{_libdir}/samba/pdb/ipasam.so
|
2012-06-21 05:54:34 -05:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_sidgen.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_sidgen_task.so
|
2012-06-12 07:58:50 -05:00
|
|
|
%{_mandir}/man1/ipa-adtrust-install.1.gz
|
|
|
|
%{python_sitelib}/ipaserver/dcerpc*
|
|
|
|
%{python_sitelib}/ipaserver/install/adtrustinstance*
|
2012-10-10 01:46:08 -05:00
|
|
|
%ghost %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so
|
2012-11-14 09:45:41 -06:00
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%files client
|
2011-01-25 10:03:40 -06:00
|
|
|
%defattr(-,root,root,-)
|
2010-12-09 06:59:11 -06:00
|
|
|
%doc COPYING README Contributors.txt
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-client-install
|
2012-05-29 13:20:38 -05:00
|
|
|
%{_sbindir}/ipa-client-automount
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-getkeytab
|
2009-12-04 15:29:09 -06:00
|
|
|
%{_sbindir}/ipa-rmkeytab
|
2009-09-14 16:04:08 -05:00
|
|
|
%{_sbindir}/ipa-join
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_usr}/share/ipa
|
|
|
|
%dir %{_usr}/share/ipa/ipaclient
|
|
|
|
%dir %{_localstatedir}/lib/ipa-client
|
|
|
|
%dir %{_localstatedir}/lib/ipa-client/sysrestore
|
|
|
|
%{_usr}/share/ipa/ipaclient/ipa.cfg
|
|
|
|
%{_usr}/share/ipa/ipaclient/ipa.js
|
|
|
|
%dir %{python_sitelib}/ipaclient
|
|
|
|
%{python_sitelib}/ipaclient/*.py*
|
|
|
|
%{_mandir}/man1/ipa-getkeytab.1.gz
|
2009-12-04 15:29:09 -06:00
|
|
|
%{_mandir}/man1/ipa-rmkeytab.1.gz
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_mandir}/man1/ipa-client-install.1.gz
|
2012-05-29 13:20:38 -05:00
|
|
|
%{_mandir}/man1/ipa-client-automount.1.gz
|
2009-10-08 10:10:21 -05:00
|
|
|
%{_mandir}/man1/ipa-join.1.gz
|
2011-02-23 10:55:32 -06:00
|
|
|
%{_mandir}/man5/default.conf.5.gz
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
%files admintools
|
|
|
|
%defattr(-,root,root,-)
|
2011-01-25 10:03:40 -06:00
|
|
|
%doc COPYING README Contributors.txt
|
2009-02-04 09:50:52 -06:00
|
|
|
%{_bindir}/ipa
|
2011-01-27 16:02:24 -06:00
|
|
|
%config %{_sysconfdir}/bash_completion.d
|
2010-03-29 07:25:57 -05:00
|
|
|
%{_mandir}/man1/ipa.1.gz
|
2012-11-14 09:45:41 -06:00
|
|
|
%endif # ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2010-02-09 12:14:25 -06:00
|
|
|
%files python -f %{gettext_domain}.lang
|
2009-02-02 12:50:53 -06:00
|
|
|
%defattr(-,root,root,-)
|
2011-01-25 10:03:40 -06:00
|
|
|
%doc COPYING README Contributors.txt
|
2009-02-05 14:03:08 -06:00
|
|
|
%dir %{python_sitelib}/ipapython
|
2011-09-12 16:01:23 -05:00
|
|
|
%dir %{python_sitelib}/ipapython/platform
|
2012-12-05 06:58:06 -06:00
|
|
|
%dir %{python_sitelib}/ipapython/platform/base
|
|
|
|
%dir %{python_sitelib}/ipapython/platform/fedora16
|
|
|
|
%dir %{python_sitelib}/ipapython/platform/fedora18
|
|
|
|
%dir %{python_sitelib}/ipapython/platform/redhat
|
2009-02-05 14:03:08 -06:00
|
|
|
%{python_sitelib}/ipapython/*.py*
|
2011-09-12 16:01:23 -05:00
|
|
|
%{python_sitelib}/ipapython/platform/*.py*
|
2012-12-05 06:58:06 -06:00
|
|
|
%{python_sitelib}/ipapython/platform/base/*.py*
|
|
|
|
%{python_sitelib}/ipapython/platform/fedora16/*.py*
|
|
|
|
%{python_sitelib}/ipapython/platform/fedora18/*.py*
|
|
|
|
%{python_sitelib}/ipapython/platform/redhat/*.py*
|
2011-01-05 14:51:56 -06:00
|
|
|
%dir %{python_sitelib}/ipalib
|
2009-05-21 14:25:57 -05:00
|
|
|
%{python_sitelib}/ipalib/*
|
2010-10-06 12:41:26 -05:00
|
|
|
%{python_sitearch}/default_encoding_utf8.so
|
2009-02-05 14:03:08 -06:00
|
|
|
%{python_sitelib}/ipapython-*.egg-info
|
2009-10-12 15:00:00 -05:00
|
|
|
%{python_sitelib}/freeipa-*.egg-info
|
2010-10-06 12:41:26 -05:00
|
|
|
%{python_sitearch}/python_default_encoding-*.egg-info
|
2011-01-27 16:02:24 -06:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf
|
2012-01-31 11:32:47 -06:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%changelog
|
2013-03-12 09:25:40 -05:00
|
|
|
* Wed Mar 27 2013 Martin Kosek <mkosek@redhat.com> - 3.1.99-2
|
|
|
|
- Remove conflict with krb5-server > 1.11 as ipa-kdb is compatible
|
|
|
|
- ipa-ldap-updater show produce errors only
|
|
|
|
- update policycoreutils version to 2.1.12-5 to match Requires in Fedora
|
2013-03-27 08:58:16 -05:00
|
|
|
- require at least systemd 38 which provides the journal (we no longer
|
|
|
|
need to require syslog.target)
|
2013-03-12 09:25:40 -05:00
|
|
|
|
2013-03-21 09:10:13 -05:00
|
|
|
* Thu Mar 21 2013 Martin Kosek <mkosek@redhat.com> - 3.1.99-1
|
|
|
|
- Require selinux-policy 3.11.1-86 to fix Fedora 17 to 18 upgrade issue
|
|
|
|
|
2012-12-18 05:24:04 -06:00
|
|
|
* Tue Jan 29 2013 Petr Viktorin <pviktori@redhat.com> - 3.0.99-14
|
|
|
|
- Use ipa-ldap-updater --quiet instead of redirecting to /dev/null
|
|
|
|
|
2014-12-02 12:18:36 -06:00
|
|
|
* Tue Jan 29 2013 Rob Crittenden <rcritten@redhat.com> - 3.0.99-13
|
|
|
|
- Set certmonger minimum version to 0.65 for NSS locking during
|
|
|
|
renewal
|
|
|
|
- Set selinux-policy to 3.11.1-73 so certmonger can run in post
|
|
|
|
scriptlet
|
|
|
|
|
2013-01-24 15:14:31 -06:00
|
|
|
* Thu Jan 24 2013 Rob Crittenden <rcritten@redhat.com> - 3.0.99-12
|
|
|
|
- Add certmonger condrestart to server post scriptlet
|
|
|
|
- Make certmonger a (pre) Requires on the server subpackage
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Tue Jan 22 2013 Petr Vobornik <pvoborni@redhat.com> - 3.0.99-11
|
2013-01-22 02:56:13 -06:00
|
|
|
- dependency fix
|
|
|
|
- Add BuildRequires: java-1.7.0-openjdk.
|
|
|
|
- Removed BuildRequires: rhino
|
|
|
|
|
|
|
|
* Fri Jan 18 2013 Petr Vobornik <pvoborni@redhat.com> - 3.0.99-10
|
|
|
|
- Add Web UI layer JS files in ui/js/{dojo,freeipa,libs} directories
|
|
|
|
- Add BuildRequires: rhino
|
|
|
|
|
2012-11-28 02:05:53 -06:00
|
|
|
* Fri Dec 7 2012 Endi S. Dewata <edewata@redhat.com> - 3.0.99-9
|
|
|
|
- Bump minimum version of pki-ca to 10.0.0-0.54.b3
|
|
|
|
|
2012-12-07 05:21:52 -06:00
|
|
|
* Fri Dec 7 2012 Martin Kosek <mkosek@redhat.com> - 3.0.99-8
|
|
|
|
- Bump minimum version of 389-ds-base to 1.3.0 to get transaction support
|
|
|
|
|
2012-12-06 09:30:40 -06:00
|
|
|
* Thu Dec 6 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.99-7
|
|
|
|
- Set min for selinux-policy to 3.11.1-60 to fix errors including sssd
|
|
|
|
domain mapping in krb5.conf (#873429)
|
|
|
|
|
2012-11-21 10:33:49 -06:00
|
|
|
* Wed Nov 21 2012 Alexander Bokovoy <abokovoy@redhat.com> - 3.0.99-6
|
|
|
|
- Replace python-crypto by m2crypto dependency
|
|
|
|
|
2012-11-15 20:38:26 -06:00
|
|
|
* Fri Nov 16 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.99-5
|
|
|
|
- Bump minimum version of slapi-nis to 0.44
|
|
|
|
|
2012-11-14 09:45:41 -06:00
|
|
|
* Wed Nov 14 2012 Martin Kosek <mkosek@redhat.com> - 3.0.99-4
|
|
|
|
- Remove compatibility definitions for unsupported Fedora versions (Fedora 16 and lower)
|
|
|
|
- Do not require specific package version when the package was available in Fedora 17
|
|
|
|
- Remove old SysV initscript compatibility code - we run on systemd now
|
|
|
|
- Add Requires for the new Dogtag 10 and dogtag-pki-server-theme
|
|
|
|
- Remove Requires on tomcat6 for Fedora 18 and later, Dogtag 10 pulls tomcat7 itself
|
|
|
|
- Add Requires for tar (used by ipa-replica-prepare)
|
|
|
|
|
2012-10-29 03:15:08 -05:00
|
|
|
* Fri Nov 09 2012 Martin Kosek <mkosek@redhat.com> - 3.0.99-3
|
|
|
|
- Set min for bind-dyndb-ldap to 2.3-2 to pick up disabling global
|
|
|
|
forwarder per-zone
|
|
|
|
|
2012-10-26 06:12:17 -05:00
|
|
|
* Fri Oct 26 2012 Sumit Bose <sbose@redhat.com> - 3.0.99-2
|
|
|
|
- Restart httpd in post install of server-trust-ad
|
|
|
|
|
2012-10-24 05:35:36 -05:00
|
|
|
* Wed Oct 24 2012 Martin Kosek <mkosek@redhat.com> - 3.0.99-1
|
|
|
|
- Add strict Requires for 389-ds-base and policycoreutils to avoid user
|
|
|
|
removing them during package lifetime
|
|
|
|
|
2012-10-17 06:05:24 -05:00
|
|
|
* Wed Oct 17 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-51
|
|
|
|
- Print ipa-upgradeconfig errors during RPM update
|
|
|
|
|
2012-10-10 01:46:08 -05:00
|
|
|
* Wed Oct 10 2012 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-50
|
|
|
|
- Make sure server-trust-ad subpackage alternates winbind_krb5_locator.so
|
|
|
|
plugin to /dev/null since they cannot be used when trusts are configured
|
|
|
|
|
2012-10-08 06:54:47 -05:00
|
|
|
* Wed Oct 10 2012 Petr Viktorin <pviktori@redhat.com> - 2.99.0-49
|
|
|
|
- Add zip dependency, needed for creating unsigned Firefox extensions
|
|
|
|
|
2012-10-08 08:58:48 -05:00
|
|
|
* Mon Oct 8 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-48
|
|
|
|
- Add directory /var/lib/ipa/pki-ca/publish for CRL published by pki-ca
|
|
|
|
|
2012-10-01 08:32:36 -05:00
|
|
|
* Mon Oct 1 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-47
|
|
|
|
- Require samba packages instead of samba4 packages obsoleted in Fedora 18 and later
|
|
|
|
- Add libwbclient-devel BuildRequires to pick up libwbclient.h on Fedora 18 and later
|
|
|
|
|
2012-08-23 11:38:45 -05:00
|
|
|
* Tue Sep 18 2012 Petr Viktorin <pviktori@redhat.com> - 2.99.0-46
|
|
|
|
- Set certmonger minimum version to 0.60 for Dogtag 10 support.
|
|
|
|
|
2012-09-17 10:45:42 -05:00
|
|
|
* Mon Sep 17 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-45
|
|
|
|
- Set min for 389-ds-base to 1.2.11.14-1 on F17+ to pull in updated
|
|
|
|
RUV code and nsslapd-readonly schema.
|
|
|
|
|
2012-09-14 07:14:23 -05:00
|
|
|
* Fri Sep 14 2012 Sumit Bose <sbose@redhat.com> - 2.99.0-44
|
|
|
|
- Updated samba4-devel dependency due to API change
|
|
|
|
|
2012-08-20 14:07:38 -05:00
|
|
|
* Mon Aug 20 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-43
|
|
|
|
- Set min for 389-ds-base to 1.2.11.9-1 on F17+ to pull in warning about
|
|
|
|
low nsslapd-cachememsize.
|
|
|
|
|
2012-08-20 02:57:55 -05:00
|
|
|
* Mon Aug 20 2012 Tomas Babej <tbabej@redhat.com> - 2.99.0-42
|
|
|
|
- Add samba4-winbind to build dependencies for AD server-side code
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Fri Aug 17 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-41
|
2012-08-17 00:32:14 -05:00
|
|
|
- Set min for bind-dyndb-ldap to 1.1.0-0.16.rc1 to pick up complete zone transfer
|
|
|
|
support
|
|
|
|
|
2012-08-02 09:25:15 -05:00
|
|
|
* Thu Aug 2 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-40
|
|
|
|
- Set min for bind-dyndb-ldap to 1.1.0-0.15.rc1 to pick up SOA serial autoincrement
|
|
|
|
feature
|
|
|
|
|
2012-07-11 14:51:01 -05:00
|
|
|
* Tue Jul 24 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-39
|
|
|
|
- Set minimum certmonger to 0.58 for dogtag cert renewal
|
|
|
|
|
2012-07-18 07:52:33 -05:00
|
|
|
* Wed Jul 18 2012 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-38
|
|
|
|
- Require samba4-devel >= 4.0.0-128 due to passdb API change in beta4
|
|
|
|
|
2012-06-20 13:09:55 -05:00
|
|
|
* Fri Jun 29 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-37
|
|
|
|
- Add Requires on openssl
|
|
|
|
- Set minimum tomcat6 to 6.0.35-4 in F-18
|
|
|
|
- Set minimum mod_auth_kerb to 5.4-16 in F-18
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Thu Jun 21 2012 Sumit Bose <sbose@redhat.com> - 2.99.0-36
|
2011-11-30 06:29:10 -06:00
|
|
|
- Add extdom extop plugin
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Thu Jun 21 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-35
|
2012-05-29 13:20:38 -05:00
|
|
|
- Add client requires on libsss-autofs, autofs, libnfsidmap and nfs-utils
|
|
|
|
for configuring automount and NFS.
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Thu Jun 21 2012 Petr Vobornik <pvoborni@redhat.com> - 2.99.0-34
|
2012-06-08 09:38:17 -05:00
|
|
|
- Add Web UI reset password pages
|
|
|
|
|
2012-06-19 07:49:19 -05:00
|
|
|
* Wed Jun 20 2012 Ondrej Hamada <ohamada@redhat.com> - 2.99.0-33
|
|
|
|
- Set min for 389-ds-base to 1.2.11.5-1 on F17 to fix installation issue
|
|
|
|
- Set min for 389-ds-base to 1.2.10.10-1 on F16 (and lower) to fix CN case persistence
|
|
|
|
|
2012-06-08 01:31:37 -05:00
|
|
|
* Fri Jun 8 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-32
|
|
|
|
- Add directory /var/lib/ipa/sysupgrade for package upgrade metadata
|
2012-05-25 07:13:01 -05:00
|
|
|
- Set min for bind-dyndb-ldap to 1.1.0-0.12.rc1 to pick up persistent search
|
|
|
|
related bug fixes
|
2012-06-08 01:31:37 -05:00
|
|
|
|
2012-06-04 03:54:23 -05:00
|
|
|
* Mon Jun 4 2012 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-31
|
|
|
|
- Add python-crypto to build dependencies for AD server-side code
|
|
|
|
|
2012-02-28 05:24:41 -06:00
|
|
|
* Tue May 29 2012 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-30
|
|
|
|
- Add freeipa-server-trust-ad virtual package to capture all required dependencies
|
|
|
|
for Active Directory trust management
|
|
|
|
|
2012-05-11 07:38:09 -05:00
|
|
|
* Fri May 11 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-29
|
|
|
|
- Replace used DNS client library (acutil) with python-dns
|
|
|
|
|
2012-04-10 14:21:08 -05:00
|
|
|
* Tue Apr 10 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-28
|
|
|
|
- Set min for selinux-policy to 3.10.0-110 on F-17 to pick up certmonger
|
|
|
|
policy for restarting services.
|
|
|
|
- Set min for certmonger to 0.53 so we have the -C option to set restart
|
|
|
|
commands.
|
2012-02-16 03:21:56 -06:00
|
|
|
|
2012-04-05 09:03:04 -05:00
|
|
|
* Thu Apr 5 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-27
|
|
|
|
- Bump minimum version of slapi-nis to 0.40
|
|
|
|
|
2012-03-28 01:51:02 -05:00
|
|
|
* Tue Mar 27 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-26
|
|
|
|
- Add python-krbV Requires on client package
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Mon Mar 26 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-25
|
2012-03-26 02:47:13 -05:00
|
|
|
- Set min for 389-ds-base to 1.2.10.4-2 to fix upgrade issue
|
|
|
|
|
2012-03-23 11:21:08 -05:00
|
|
|
* Fri Mar 23 2012 Petr Viktorin <pviktori@redhat.com> - 2.99.0-24
|
|
|
|
- Add python-lxml and python-pyasn1 to BuildRequires
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Mon Mar 19 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-23
|
2012-03-20 09:35:54 -05:00
|
|
|
- Set min for bind-dyndb-ldap and bind to pick up new features and bug fixes
|
|
|
|
|
2012-02-16 03:21:56 -06:00
|
|
|
* Thu Mar 1 2012 Jan Cholasta <jcholast@redhat.com> - 2.99.0-22
|
|
|
|
- Set min nvr of sssd to 1.8.0 for SSH support
|
|
|
|
- Add BuildRequires on sssd >= 1.8.0
|
|
|
|
|
2012-02-27 08:31:20 -06:00
|
|
|
* Wed Feb 29 2012 Petr Vobornik <pvoborni@redhat.com> - 2.99.0-21
|
|
|
|
- Add Web UI form based login page
|
|
|
|
- Removed ipa_migration.css
|
|
|
|
|
2012-02-24 08:31:55 -06:00
|
|
|
* Wed Feb 29 2012 Petr Vobornik <pvoborni@redhat.com> - 2.99.0-20
|
|
|
|
- Add Web UI logout page
|
|
|
|
|
2012-02-27 03:59:25 -06:00
|
|
|
* Mon Feb 27 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-19
|
|
|
|
- Add Requires to ipa-client on oddjob-mkhomedir
|
|
|
|
|
2012-02-24 02:35:12 -06:00
|
|
|
* Fri Feb 24 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-18
|
|
|
|
- Set min for bind-dyndb-ldap to 1.1.0-0.8.a2 to pick up new features
|
|
|
|
|
2012-01-20 10:06:28 -06:00
|
|
|
* Thu Feb 23 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-17
|
|
|
|
- Add Conflicts on mod_ssl
|
|
|
|
|
2012-02-16 13:48:56 -06:00
|
|
|
* Thu Feb 16 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-16
|
|
|
|
- Set min for 389-ds-base to 1.2.10.1-1 to fix install segfault,
|
|
|
|
schema replication.
|
|
|
|
|
2012-02-15 10:06:54 -06:00
|
|
|
* Tue Jan 31 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-15
|
|
|
|
- Set min for krb5-server to 1.9.2-6 to pick up needed s4u2proxy patches
|
|
|
|
|
2012-01-10 21:39:26 -06:00
|
|
|
* Wed Jan 11 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-14
|
2012-02-15 10:06:54 -06:00
|
|
|
- Set min for mod_auth_kerb to 5.4-8 to pick up s4u2proxy support
|
2012-01-10 21:39:26 -06:00
|
|
|
|
2011-12-09 08:56:53 -06:00
|
|
|
* Fri Dec 9 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-13
|
|
|
|
- Fix dependency for samba4-devel package
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Thu Nov 17 2011 Simo Sorce <simo@redhat.com> - 2.99.0-12
|
2011-11-09 18:03:48 -06:00
|
|
|
- Add CLDAP plugin
|
|
|
|
- Set min nvr of 389-ds-base to 1.2.10-0.5.a5 for SLAPI_PLUGIN_CONFIG_ENTRY
|
|
|
|
support
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Mon Nov 14 2011 Endi S. Dewata <edewata@redhat.com> - 2.99.0-11
|
2011-11-09 18:48:04 -06:00
|
|
|
- Make sure changes to extension.js are not removed.
|
|
|
|
|
2011-10-26 16:06:17 -05:00
|
|
|
* Wed Oct 26 2011 Endi S. Dewata <edewata@redhat.com> - 2.99.0-10
|
|
|
|
- Moved UI images into install/ui/images
|
|
|
|
|
2011-10-24 18:18:10 -05:00
|
|
|
* Mon Oct 24 2011 Endi S. Dewata <edewata@redhat.com> - 2.99.0-9
|
|
|
|
- Removed hbac-deny-remove.html
|
|
|
|
|
2011-10-21 08:44:36 -05:00
|
|
|
* Fri Oct 21 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-8
|
|
|
|
- Default to systemd for Fedora 16 and onwards
|
|
|
|
|
2011-10-13 14:28:52 -05:00
|
|
|
* Fri Oct 14 2011 Rob Crittenden <rcritten@redhat.com> - 2.99.0-7
|
|
|
|
- Set min nvr of 389-ds-base to 1.2.10-0.4.a4 for limits fixes (740942, 742324)
|
|
|
|
|
2011-10-07 13:54:57 -05:00
|
|
|
* Fri Oct 7 2011 Adam Young <ayoung@redhat.com> - 2.99.0-6
|
|
|
|
- Add explicit dependency on pki-setup.
|
|
|
|
|
2011-09-12 16:01:23 -05:00
|
|
|
* Tue Sep 13 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-5
|
|
|
|
- Make sure platform adaptation is packaged in -python sub-package
|
|
|
|
|
2011-09-09 05:30:00 -05:00
|
|
|
* Fri Sep 9 2011 Martin Kosek <mkosek@redhat.com> - 2.99.0-4
|
|
|
|
- Add soft dependency for bind and bind-dyndb-ldap required versions
|
|
|
|
|
2011-08-30 19:42:29 -05:00
|
|
|
* Wed Aug 31 2011 Rob Crittenden <rcritten@redhat.com> - 2.99.0-3
|
|
|
|
- Set min nvr of 389-ds-base to 1.2.9.7-1 for BZ 728605
|
|
|
|
|
2011-08-29 09:27:17 -05:00
|
|
|
* Mon Aug 29 2011 Rob Crittenden <rcritten@redhat.com> - 2.99.0-2
|
|
|
|
- Set min nvr of pki-ca to 9.0.12 for fix in BZ 700505
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Thu Aug 25 2011 Simo Sorce <ssorce#redhat.com> - 2.99.0-1
|
2011-07-20 17:11:05 -05:00
|
|
|
- Remove ipa_kpasswd.
|
|
|
|
|
2011-08-23 07:15:27 -05:00
|
|
|
* Tue Aug 23 2011 Jan Cholasta <jcholast@redhat.com> - 2.1.0-1
|
|
|
|
- Add subscription-manager dependency for RHEL.
|
|
|
|
|
2011-08-11 07:01:11 -05:00
|
|
|
* Thu Aug 11 2011 Martin Kosek <mkosek@redhat.com> - 2.0.90-12
|
|
|
|
- Set min nvr of 389-ds-base to 1.2.9.6 for fix in BZ 725743,
|
|
|
|
723937, and 725542
|
2011-08-11 10:54:41 -05:00
|
|
|
- Set min nvr of pki-ca to 9.0.11 for fix in BZ 728332
|
2011-08-11 07:01:11 -05:00
|
|
|
|
2011-08-11 03:42:29 -05:00
|
|
|
* Thu Aug 11 2011 Martin Kosek <mkosek@redhat.com> - 2.0.90-11
|
|
|
|
- Set min nvr of xmlrpc-c and libcurl to make sure GSSAPI delegation
|
|
|
|
support is in
|
|
|
|
|
2011-08-02 12:42:42 -05:00
|
|
|
* Tue Aug 2 2011 Endi S. Dewata <edewata@redhat.com> - 2.0.90-10
|
|
|
|
- Add *.ico files
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Fri Jul 29 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.0.90-9
|
Add hbactest command. https://fedorahosted.org/freeipa/ticket/386
HBAC rules control who can access what services on what hosts and from where.
You can use HBAC to control which users or groups on a source host can
access a service, or group of services, on a target host.
Since applying HBAC rules implies use of a production environment,
this plugin aims to provide simulation of HBAC rules evaluation without
having access to the production environment.
Test user coming from source host to a service on a named host against
existing enabled rules.
ipa hbactest --user= --srchost= --host= --service=
[--rules=rules-list] [--nodetail] [--enabled] [--disabled]
--user, --srchost, --host, and --service are mandatory, others are optional.
If --rules is specified simulate enabling of the specified rules and test
the login of the user using only these rules.
If --enabled is specified, all enabled HBAC rules will be added to simulation
If --disabled is specified, all disabled HBAC rules will be added to simulation
If --nodetail is specified, do not return information about rules matched/not matched.
If both --rules and --enabled are specified, apply simulation to --rules _and_
all IPA enabled rules.
If no --rules specified, simulation is run against all IPA enabled rules.
EXAMPLES:
1. Use all enabled HBAC rules in IPA database to simulate:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
matched: allow_all
2. Disable detailed summary of how rules were applied:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --nodetail
--------------------
Access granted: True
--------------------
3. Test explicitly specified HBAC rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule
---------------------
Access granted: False
---------------------
notmatched: my-second-rule
notmatched: myrule
4. Use all enabled HBAC rules in IPA database + explicitly specified rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule --enabled
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
matched: allow_all
5. Test all disabled HBAC rules in IPA database:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --disabled
---------------------
Access granted: False
---------------------
notmatched: new-rule
6. Test all disabled HBAC rules in IPA database + explicitly specified rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule --disabled
---------------------
Access granted: False
---------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
7. Test all (enabled and disabled) HBAC rules in IPA database:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --enabled --disabled
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
notmatched: new-rule
matched: allow_all
Only rules existing in IPA database are tested. They may be in enabled or
disabled disabled state.
Specifying them through --rules option explicitly enables them only in
simulation run.
Specifying non-existing rules will not grant access and report non-existing
rules in output.
2011-07-22 08:30:44 -05:00
|
|
|
- Add libipa_hbac-python dependency for hbactest plugin
|
|
|
|
|
2011-07-28 13:28:38 -05:00
|
|
|
* Thu Jul 28 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.90-8
|
|
|
|
- Set min nvr of pki-ca to 9.0.10 on F-15+ to pick up updated
|
|
|
|
caIPAserviceCert.cfg profile
|
|
|
|
|
2011-07-22 08:06:13 -05:00
|
|
|
* Wed Jul 20 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.90-7
|
|
|
|
- Make cyrus-sasl-gssapi requires arch-specific
|
|
|
|
|
2011-07-14 22:35:01 -05:00
|
|
|
* Thu Jul 14 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.90-6
|
|
|
|
- Add ipa-csreplica-manage tool.
|
|
|
|
|
|
|
|
* Wed Jul 6 2011 Adam Young <ayoung@redhat.com> - 2.0.90-5
|
2011-07-05 16:59:05 -05:00
|
|
|
- Add HTML file describing issues with HBAC deny rules
|
|
|
|
|
2011-06-17 15:47:39 -05:00
|
|
|
* Fri Jun 17 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.90-4
|
|
|
|
- Ship ipa-ca-install utility
|
|
|
|
|
2011-05-12 21:45:29 -05:00
|
|
|
* Thu May 12 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.90-3
|
|
|
|
- Set min nvr of selinux-policy to 3.9.16-18 on F-15+
|
|
|
|
- Set min nvr of pki-ca to 9.0.7 on F-15+
|
|
|
|
|
2011-05-05 08:06:54 -05:00
|
|
|
* Thu May 5 2011 Martin Kosek <mkosek@redhat.com> - 2.0.90-2
|
|
|
|
- Add BuildRequires on pylint, python-rhsm to enable a build with enforced
|
|
|
|
pylint check
|
|
|
|
|
2011-05-03 09:48:38 -05:00
|
|
|
* Tue May 3 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.90-1
|
|
|
|
- Bump version to 2.0.90
|
|
|
|
|
2011-04-05 15:28:59 -05:00
|
|
|
* Tue Apr 5 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-47
|
|
|
|
- Set min version of 389-ds-base to 1.2.8.0-1 for fix in BZ 693466.
|
|
|
|
|
|
|
|
* Thu Mar 17 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-46
|
2011-03-18 10:19:53 -05:00
|
|
|
- Automatically apply updates when the package is upgraded.
|
|
|
|
|
2011-04-05 15:28:59 -05:00
|
|
|
* Thu Feb 17 2011 Jakub Hrozek <jhrozek@redhat.com> - 1.99-45
|
2011-02-02 06:57:16 -06:00
|
|
|
- Set minimum version of python-nss to 0.11 to make sure IPv6 support is in
|
|
|
|
|
2011-02-09 13:26:45 -06:00
|
|
|
* Wed Feb 9 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-44
|
|
|
|
- Set minimum version of sssd to 1.5.1
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Wed Feb 2 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-43
|
2011-02-02 15:32:39 -06:00
|
|
|
- Set min version of 389-ds-base to 1.2.8
|
|
|
|
- Set min version of mod_nss 1.0.8-10
|
|
|
|
- Set min version of selinux-policy to 3.9.7-27
|
|
|
|
|
2011-01-27 16:02:24 -06:00
|
|
|
* Thu Jan 27 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-42
|
|
|
|
- Apply changes discovered in Fedora package review process (#672986)
|
|
|
|
|
2011-01-25 10:03:40 -06:00
|
|
|
* Tue Jan 25 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-41
|
|
|
|
- Re-arrange doc and defattr to clean up rpmlint warnings
|
|
|
|
- Remove conditionals on older releases
|
|
|
|
- Move some man pages into admintools subpackage
|
|
|
|
- Remove some explicit Requires in client that aren't needed
|
|
|
|
- Consistent use of buildroot vs RPM_BUILD_ROOT
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Wed Jan 19 2011 Adam Young <ayoung@redhat.com> - 1.99-40
|
2011-01-19 11:26:14 -06:00
|
|
|
- Moved directory install/static to install/ui
|
|
|
|
|
2011-01-13 17:09:21 -06:00
|
|
|
* Thu Jan 13 2011 Simo Sorce <ssorce@redhat.com> - 1.99-39
|
|
|
|
- Remove dependency on nss_ldap/nss-pam-ldapd
|
|
|
|
- The official client is sssd and that's what we use by default.
|
|
|
|
|
2011-01-13 15:57:23 -06:00
|
|
|
* Thu Jan 13 2011 Simo Sorce <ssorce@redhat.com> - 1.99-38
|
|
|
|
- Remove radius subpackages
|
|
|
|
|
2011-01-13 12:17:36 -06:00
|
|
|
* Thu Jan 13 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-37
|
|
|
|
- Set minimum pki-ca and pki-silent versions to 9.0.0
|
|
|
|
|
2011-01-12 16:14:06 -06:00
|
|
|
* Wed Jan 12 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-36
|
|
|
|
- Drop BuildRequires on mozldap-devel
|
|
|
|
|
2010-12-13 13:46:09 -06:00
|
|
|
* Mon Dec 13 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-35
|
|
|
|
- Add Requires on krb5-pkinit-openssl
|
|
|
|
|
2010-12-10 17:21:39 -06:00
|
|
|
* Fri Dec 10 2010 Jr Aquino <jr.aquino@citrix.com> - 1.99-34
|
|
|
|
- Add ipa-host-net-manage script
|
|
|
|
|
2010-12-04 14:42:14 -06:00
|
|
|
* Tue Dec 7 2010 Simo Sorce <ssorce@redhat.com> - 1.99-33
|
|
|
|
- Add ipa init script
|
|
|
|
|
2010-11-19 10:16:23 -06:00
|
|
|
* Fri Nov 19 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-32
|
|
|
|
- Set minimum level of 389-ds-base to 1.2.7 for enhanced memberof plugin
|
|
|
|
|
2010-11-03 12:47:15 -05:00
|
|
|
* Wed Nov 3 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-31
|
|
|
|
- remove ipa-fix-CVE-2008-3274
|
|
|
|
|
2010-10-06 12:41:26 -05:00
|
|
|
* Wed Oct 6 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-30
|
|
|
|
- Remove duplicate %%files entries on share/ipa/static
|
|
|
|
- Add python default encoding shared library
|
|
|
|
|
2010-09-20 11:55:15 -05:00
|
|
|
* Mon Sep 20 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-29
|
|
|
|
- Drop requires on python-configobj (not used any more)
|
|
|
|
- Drop ipa-ldap-updater message, upgrades are done differently now
|
|
|
|
|
2010-09-09 17:10:14 -05:00
|
|
|
* Wed Sep 8 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-28
|
|
|
|
- Drop conflicts on mod_nss
|
|
|
|
- Require nss-pam-ldapd on F-14 or higher instead of nss_ldap (#606847)
|
|
|
|
- Drop a slew of conditionals on older Fedora releases (< 12)
|
|
|
|
- Add a few conditionals against RHEL 6
|
|
|
|
- Add Requires of nss-tools on ipa-client
|
|
|
|
|
2010-08-16 16:55:07 -05:00
|
|
|
* Fri Aug 13 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-27
|
|
|
|
- Set minimum version of certmonger to 0.26 (to pck up #621670)
|
|
|
|
- Set minimum version of pki-silent to 1.3.4 (adds -key_algorithm)
|
|
|
|
- Set minimum version of pki-ca to 1.3.6
|
|
|
|
- Set minimum version of sssd to 1.2.1
|
|
|
|
|
2010-08-10 15:39:17 -05:00
|
|
|
* Tue Aug 10 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-26
|
|
|
|
- Add BuildRequires for authconfig
|
|
|
|
|
2010-07-20 13:00:43 -05:00
|
|
|
* Mon Jul 19 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-25
|
|
|
|
- Bump up minimum version of python-nss to pick up nss_is_initialize() API
|
|
|
|
|
2010-07-26 10:57:29 -05:00
|
|
|
* Thu Jun 24 2010 Adam Young <ayoung@redhat.com> - 1.99-24
|
|
|
|
- Removed python-asset based webui
|
|
|
|
|
2010-06-24 16:28:29 -05:00
|
|
|
* Thu Jun 24 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-23
|
|
|
|
- Change Requires from fedora-ds-base to 389-ds-base
|
|
|
|
- Set minimum level of 389-ds-base to 1.2.6 for the replication
|
|
|
|
version plugin.
|
|
|
|
|
2010-06-01 13:24:37 -05:00
|
|
|
* Tue Jun 1 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-22
|
|
|
|
- Drop Requires of python-krbV on ipa-client
|
|
|
|
|
2010-05-20 10:54:41 -05:00
|
|
|
* Mon May 17 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-21
|
|
|
|
- Load ipa_dogtag.pp in post install
|
|
|
|
|
2010-05-03 14:15:43 -05:00
|
|
|
* Mon Apr 26 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-20
|
|
|
|
- Set minimum level of sssd to 1.1.1 to pull in required hbac fixes.
|
|
|
|
|
|
|
|
* Thu Mar 4 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-19
|
2010-03-04 09:58:37 -06:00
|
|
|
- No need to create /var/log/ipa_error.log since we aren't using
|
|
|
|
TurboGears any more.
|
|
|
|
|
2010-03-01 22:41:41 -06:00
|
|
|
* Mon Mar 1 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-18
|
|
|
|
- Fixed share/ipa/wsgi.py so .pyc, .pyo files are included
|
|
|
|
|
2010-02-24 12:29:23 -06:00
|
|
|
* Wed Feb 24 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-17
|
|
|
|
- Added Require mod_wsgi, added share/ipa/wsgi.py
|
|
|
|
|
2010-02-11 03:27:00 -06:00
|
|
|
* Thu Feb 11 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-16
|
|
|
|
- Require python-wehjit >= 0.2.2
|
|
|
|
|
2010-02-03 14:41:02 -06:00
|
|
|
* Wed Feb 3 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-15
|
|
|
|
- Add sssd and certmonger as a Requires on ipa-client
|
|
|
|
|
2010-01-27 01:44:00 -06:00
|
|
|
* Wed Jan 27 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-14
|
|
|
|
- Require python-wehjit >= 0.2.0
|
|
|
|
|
2009-12-04 15:29:09 -06:00
|
|
|
* Fri Dec 4 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-13
|
|
|
|
- Add ipa-rmkeytab tool
|
|
|
|
|
2009-12-01 13:02:46 -06:00
|
|
|
* Tue Dec 1 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-12
|
|
|
|
- Set minimum of python-pyasn1 to 0.0.9a so we have support for the ASN.1
|
|
|
|
Any type
|
|
|
|
|
2009-11-25 16:16:06 -06:00
|
|
|
* Wed Nov 25 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-11
|
|
|
|
- Remove v1-style /etc/ipa/ipa.conf, replacing with /etc/ipa/default.conf
|
|
|
|
|
2009-11-23 15:19:14 -06:00
|
|
|
* Fri Nov 13 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-10
|
|
|
|
- Add bash completion script and own /etc/bash_completion.d in case it
|
|
|
|
doesn't already exist
|
|
|
|
|
2009-11-03 14:26:00 -06:00
|
|
|
* Tue Nov 3 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-9
|
|
|
|
- Remove ipa_webgui, its functions rolled into ipa_httpd
|
|
|
|
|
2009-10-13 12:28:00 -05:00
|
|
|
* Mon Oct 12 2009 Jason Gerard DeRose <jderose@redhat.com> - 1.99-8
|
|
|
|
- Removed python-cherrypy from BuildRequires and Requires
|
|
|
|
- Added Requires python-assets, python-wehjit
|
|
|
|
|
2009-08-24 12:42:48 -05:00
|
|
|
* Mon Aug 24 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-7
|
|
|
|
- Added httpd SELinux policy so CRLs can be read
|
|
|
|
|
2009-05-21 14:25:57 -05:00
|
|
|
* Thu May 21 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-6
|
|
|
|
- Move ipalib to ipa-python subpackage
|
|
|
|
- Bump minimum version of slapi-nis to 0.15
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Wed May 6 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-5
|
2009-05-07 09:51:44 -05:00
|
|
|
- Set 0.14 as minimum version for slapi-nis
|
|
|
|
|
2009-04-22 16:14:09 -05:00
|
|
|
* Wed Apr 22 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-4
|
|
|
|
- Add Requires: python-nss to ipa-python sub-package
|
|
|
|
|
2009-03-06 09:29:48 -06:00
|
|
|
* Thu Mar 5 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-3
|
|
|
|
- Remove the IPA DNA plugin, use the DS one
|
|
|
|
|
|
|
|
* Wed Mar 4 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-2
|
2009-03-04 13:07:27 -06:00
|
|
|
- Build radius separately
|
|
|
|
- Fix a few minor issues
|
|
|
|
|
2009-02-04 09:50:52 -06:00
|
|
|
* Tue Feb 3 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-1
|
|
|
|
- Replace TurboGears requirement with python-cherrypy
|
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-3
|
|
|
|
- rebuild with new openssl
|
|
|
|
|
|
|
|
* Fri Dec 19 2008 Dan Walsh <dwalsh@redhat.com> - 1.2.1-2
|
|
|
|
- Fix SELinux code
|
|
|
|
|
|
|
|
* Mon Dec 15 2008 Simo Sorce <ssorce@redhat.com> - 1.2.1-1
|
|
|
|
- Fix breakage caused by python-kerberos update to 1.1
|
|
|
|
|
|
|
|
* Fri Dec 5 2008 Simo Sorce <ssorce@redhat.com> - 1.2.1-0
|
|
|
|
- New upstream release 1.2.1
|
|
|
|
|
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.2.0-4
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
|
|
|
* Fri Nov 14 2008 Simo Sorce <ssorce@redhat.com> - 1.2.0-3
|
|
|
|
- Respin after the tarball has been re-released upstream
|
|
|
|
New hash is 506c9c92dcaf9f227cba5030e999f177
|
|
|
|
|
|
|
|
* Thu Nov 13 2008 Simo Sorce <ssorce@redhat.com> - 1.2.0-2
|
|
|
|
- Conditionally restart also dirsrv and httpd when upgrading
|
|
|
|
|
|
|
|
* Wed Oct 29 2008 Rob Crittenden <rcritten@redhat.com> - 1.2.0-1
|
|
|
|
- Update to upstream version 1.2.0
|
|
|
|
- Set fedora-ds-base minimum version to 1.1.3 for winsync header
|
|
|
|
- Set the minimum version for SELinux policy
|
|
|
|
- Remove references to Fedora 7
|
|
|
|
|
|
|
|
* Wed Jul 23 2008 Simo Sorce <ssorce@redhat.com> - 1.1.0-3
|
|
|
|
- Fix for CVE-2008-3274
|
|
|
|
- Fix segfault in ipa-kpasswd in case getifaddrs returns a NULL interface
|
|
|
|
- Add fix for bug #453185
|
|
|
|
- Rebuild against openldap libraries, mozldap ones do not work properly
|
|
|
|
- TurboGears is currently broken in rawhide. Added patch to not build
|
|
|
|
the UI locales and removed them from the ipa-server files section.
|
|
|
|
|
|
|
|
* Wed Jun 18 2008 Rob Crittenden <rcritten@redhat.com> - 1.1.0-2
|
|
|
|
- Add call to /usr/sbin/upgradeconfig to post install
|
|
|
|
|
|
|
|
* Wed Jun 11 2008 Rob Crittenden <rcritten@redhat.com> - 1.1.0-1
|
|
|
|
- Update to upstream version 1.1.0
|
|
|
|
- Patch for indexing memberof attribute
|
|
|
|
- Patch for indexing uidnumber and gidnumber
|
|
|
|
- Patch to change DNA default values for replicas
|
|
|
|
- Patch to fix uninitialized variable in ipa-getkeytab
|
|
|
|
|
|
|
|
* Fri May 16 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-5
|
|
|
|
- Set fedora-ds-base minimum version to 1.1.0.1-4 and mod_nss minimum
|
|
|
|
version to 1.0.7-4 so we pick up the NSS fixes.
|
|
|
|
- Add selinux-policy-base(post) to Requires (446496)
|
|
|
|
|
|
|
|
* Tue Apr 29 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-4
|
|
|
|
- Add missing entry for /var/cache/ipa/kpasswd (444624)
|
|
|
|
- Added patch to fix permissions problems with the Apache NSS database.
|
|
|
|
- Added patch to fix problem with DNS querying where the query could be
|
|
|
|
returned as the answer.
|
|
|
|
- Fix spec error where patch1 was in the wrong section
|
|
|
|
|
|
|
|
* Fri Apr 25 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-3
|
|
|
|
- Added patch to fix problem reported by ldapmodify
|
|
|
|
|
|
|
|
* Fri Apr 25 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-2
|
|
|
|
- Fix Requires for krb5-server that was missing for Fedora versions > 9
|
|
|
|
- Remove quotes around test for fedora version to package egg-info
|
|
|
|
|
|
|
|
* Fri Apr 18 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-1
|
|
|
|
- Update to upstream version 1.0.0
|
|
|
|
|
|
|
|
* Tue Mar 18 2008 Rob Crittenden <rcritten@redhat.com> 0.99-12
|
|
|
|
- Pull upstream changelog 722
|
|
|
|
- Add Conflicts mod_ssl (435360)
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Fri Feb 29 2008 Rob Crittenden <rcritten@redhat.com> 0.99-11
|
2009-02-02 12:50:53 -06:00
|
|
|
- Pull upstream changelog 698
|
|
|
|
- Fix ownership of /var/log/ipa_error.log during install (435119)
|
|
|
|
- Add pwpolicy command and man page
|
|
|
|
|
|
|
|
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> 0.99-10
|
|
|
|
- Pull upstream changelog 678
|
|
|
|
- Add new subpackage, ipa-server-selinux
|
|
|
|
- Add Requires: authconfig to ipa-python (bz #433747)
|
|
|
|
- Package i18n files
|
|
|
|
|
|
|
|
* Mon Feb 18 2008 Rob Crittenden <rcritten@redhat.com> 0.99-9
|
|
|
|
- Pull upstream changelog 641
|
|
|
|
- Require minimum version of krb5-server on F-7 and F-8
|
|
|
|
- Package some new files
|
|
|
|
|
|
|
|
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> 0.99-8
|
|
|
|
- Marked with wrong license. IPA is GPLv2.
|
|
|
|
|
|
|
|
* Tue Jan 29 2008 Rob Crittenden <rcritten@redhat.com> 0.99-7
|
|
|
|
- Ensure that /etc/ipa exists before moving user-modifiable html files there
|
|
|
|
- Put html files into /etc/ipa/html instead of /etc/ipa
|
|
|
|
|
|
|
|
* Tue Jan 29 2008 Rob Crittenden <rcritten@redhat.com> 0.99-6
|
|
|
|
- Pull upstream changelog 608 which renamed several files
|
|
|
|
|
|
|
|
* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> 0.99-5
|
|
|
|
- package the sessions dir /var/cache/ipa/sessions
|
|
|
|
- Pull upstream changelog 597
|
|
|
|
|
|
|
|
* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> 0.99-4
|
|
|
|
- Updated upstream pull (596) to fix bug in ipa_webgui that was causing the
|
|
|
|
UI to not start.
|
|
|
|
|
|
|
|
* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> 0.99-3
|
|
|
|
- Included LICENSE and README in all packages for documentation
|
2010-02-11 03:27:00 -06:00
|
|
|
- Move user-modifiable content to /etc/ipa and linked back to
|
2009-02-02 12:50:53 -06:00
|
|
|
/usr/share/ipa/html
|
|
|
|
- Changed some references to /usr to the {_usr} macro and /etc
|
|
|
|
to {_sysconfdir}
|
|
|
|
- Added popt-devel to BuildRequires for Fedora 8 and higher and
|
|
|
|
popt for Fedora 7
|
|
|
|
- Package the egg-info for Fedora 9 and higher for ipa-python
|
|
|
|
|
|
|
|
* Tue Jan 22 2008 Rob Crittenden <rcritten@redhat.com> 0.99-2
|
|
|
|
- Added auto* BuildRequires
|
|
|
|
|
|
|
|
* Mon Jan 21 2008 Rob Crittenden <rcritten@redhat.com> 0.99-1
|
|
|
|
- Unified spec file
|
|
|
|
|
|
|
|
* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-2
|
|
|
|
- Fixed License in specfile
|
|
|
|
- Include files from /usr/lib/python*/site-packages/ipaserver
|
|
|
|
|
|
|
|
* Fri Dec 21 2007 Karl MacMillan <kmacmill@redhat.com> - 0.6.0-1
|
|
|
|
- Version bump for release
|
|
|
|
|
|
|
|
* Wed Nov 21 2007 Karl MacMillan <kmacmill@mentalrootkit.com> - 0.5.0-1
|
|
|
|
- Preverse mode on ipa-keytab-util
|
|
|
|
- Version bump for relase and rpm name change
|
|
|
|
|
|
|
|
* Thu Nov 15 2007 Rob Crittenden <rcritten@redhat.com> - 0.4.1-2
|
|
|
|
- Broke invididual Requires and BuildRequires onto separate lines and
|
|
|
|
reordered them
|
|
|
|
- Added python-tgexpandingformwidget as a dependency
|
|
|
|
- Require at least fedora-ds-base 1.1
|
|
|
|
|
|
|
|
* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.1-1
|
|
|
|
- Version bump for release
|
|
|
|
|
|
|
|
* Wed Oct 31 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-6
|
|
|
|
- Add dep for freeipa-admintools and acl
|
|
|
|
|
|
|
|
* Wed Oct 24 2007 Rob Crittenden <rcritten@redhat.com> - 0.4.0-5
|
|
|
|
- Add dependency for python-krbV
|
|
|
|
|
|
|
|
* Fri Oct 19 2007 Rob Crittenden <rcritten@redhat.com> - 0.4.0-4
|
|
|
|
- Require mod_nss-1.0.7-2 for mod_proxy fixes
|
|
|
|
|
|
|
|
* Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-3
|
|
|
|
- Convert to autotools-based build
|
|
|
|
|
|
|
|
* Tue Sep 25 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-2
|
2010-02-11 03:27:00 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
* Fri Sep 7 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-1
|
|
|
|
- Added support for libipa-dna-plugin
|
|
|
|
|
|
|
|
* Fri Aug 10 2007 Karl MacMillan <kmacmill@redhat.com> - 0.2.0-1
|
|
|
|
- Added support for ipa_kpasswd and ipa_pwd_extop
|
|
|
|
|
2013-03-12 09:28:58 -05:00
|
|
|
* Sun Aug 5 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-3
|
2009-02-02 12:50:53 -06:00
|
|
|
- Abstracted client class to work directly or over RPC
|
|
|
|
|
|
|
|
* Wed Aug 1 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-2
|
|
|
|
- Add mod_auth_kerb and cyrus-sasl-gssapi to Requires
|
|
|
|
- Remove references to admin server in ipa-server-setupssl
|
|
|
|
- Generate a client certificate for the XML-RPC server to connect to LDAP with
|
|
|
|
- Create a keytab for Apache
|
|
|
|
- Create an ldif with a test user
|
|
|
|
- Provide a certmap.conf for doing SSL client authentication
|
|
|
|
|
|
|
|
* Fri Jul 27 2007 Karl MacMillan <kmacmill@redhat.com> - 0.1.0-1
|
|
|
|
- Initial rpm version
|