Go to file
Rob Crittenden ffba69648a Force a logout in KerberosSession if a login is needed
Remove the client side cookie if a user possesses an IPA session
cookie and the associated credentials can't be found on the
server.

This handles the case where the ccaches are removed for some reason
(maybe cleanup, maybe a container was restarted) and allows for
a successful SSO if the user's Kerberos ticket is still valid.

Without this change the user is always dropped into a the
username/password dialog. The only workaround is to remove
the cookie on the client side.

Fixes: https://pagure.io/freeipa/issue/9624

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
2024-08-05 14:50:10 +02:00
.copr
.github
asn1
client
contrib
daemons
doc
init
install
ipaclient
ipalib
ipaplatform
ipapython
ipaserver
ipasphinx
ipatests
po
pypi
selinux
util
.freeipa-pr-ci.yaml
.git-commit-template
.gitignore
.lgtm.yml
.mailmap
.readthedocs.yaml
.tox-install.sh
.wheelconstraints.in
ACI.txt
API.txt
autogen.sh
BUILD.txt
CODE_OF_CONDUCT.md
configure.ac
Contributors.txt
COPYING
COPYING.openssl
freeipa.doap.rdf
freeipa.spec.in
gpgkey-0E63D716D76AC080A4A33513F40800B6298EB963.asc
ipa.in
ipasetup.py.in
make-doc
make-test
makeaci.in
makeapi.in
Makefile.am
Makefile.python.am
Makefile.pythonscripts.am
makerpms.sh
pylint_plugins.py
pylintrc
README.md
server.m4
tox.ini
VERSION.m4

FreeIPA Server

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

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

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

Benefits

FreeIPA:

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

Components

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

Project Website

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

Documentation

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

Quick Start

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

For developers

Licensing

Please see the file called COPYING.

Contacts