• No results found

LinuxCon North America

N/A
N/A
Protected

Academic year: 2021

Share "LinuxCon North America"

Copied!
33
0
0

Loading.... (view fulltext now)

Full text

(1)

LinuxCon North America

LinuxCon North America

Enterprise Identity

Enterprise Identity

Management with Open

Management with Open

Source Tools

Source Tools

Dmitri Pal

Sr. Engineering Manager Red Hat, Inc. 09.16.2013

(2)

Context

(3)

Context

What is identity management?

“Identity management (IdM) describes the management of individual principals, their authentication, authorization, and privileges within or across system and enterprise

boundaries with the goal of increasing

security and productivity while decreasing cost, downtime and repetitive tasks.”

(4)

IdM Related Technologies

Active Directory

● Main identity management solution deployed in more than 90% of the enterprises

LDAP

● OpenLDAP ● 389 (RHDS) ● OpenDS ● ApacheDS ● SunDS ● eDirectory

(5)

IdM Related Technologies (cont)

Kerberos

● MIT implementation

● Heimdal implementation

Samba

● An open source clone of Active Directory

● A file server (Samba FS)

● A client component to join Active Directory (winbind)

(6)

IdM Related Technologies (cont)

Web related technologies

● OpenID ● OAuth ● SAML ● WS-... ●

Strong authentication

● Smart cards

(7)

Active Directory vs. Open Source

Why is Active Directory so popular?

● It is an integrated solution

● It is relatively easy to use

● Offers a simple configuration for clients

● All the complexity is hidden from users and admins

(8)

Active Directory vs. Open Source (2)

What about Open Source tools?

● Solve individual problems

● Bag of technologies lacking integration

● Hard to install and configure

● Too many options exposed, which to choose?

● Lack of good user interfaces

(9)

Introducing FreeIPA

IPA stands for Identity, Policy, Audit

● So far we have focused on identities and related policies

Main problems FreeIPA solves:

● Central management of authentication and

identities for Linux clients better than stand - alone LDAP/Kerberos/NIS - based solutions ● Acts as a gateway between the Linux

infrastructure and AD environment making infrastructure more manageable and more cost effective

(10)

High Level Conceptual Architecture

KDC LDAP CLI/GUI Unix/Linux Admin PKI DNS

(11)

Features

● Centralized authentication via Kerberos or LDAP

● Identity management:

● Users, groups, hosts, host groups, netgroups,

services

● Integrated identities

● Manageability:

● Simple installation scripts for server and client ● Rich CLI and web-based user interface

● Pluggable and extensible framework for UI/CLI ● Flexible delegation and administrative model

(12)

Features (continued)

● Certificate provisioning for hosts and services

● Serving sets of automount maps to different clients

● Advanced features:

● Host-based access control ● Centrally-managed SUDO

● Group-based password policies

● Automatic management of private groups ● Can act as NIS server for legacy systems ● Painless password migration

(13)

Features (continued)

● Optional integrated DNS server

● Replication:

● Supports server deployment based on

multi-master replication

● User replication with MS Active Directory

● Flexibility in deploying Certificate Authorities on

different replicas

(14)

Introducing SSSD

SSSD is a service used to retrieve information

from a central identity management system.

SSSD connects a Linux system to a central

identity store like:

● Active Directory

● FreeIPA

● Any other directory server

(15)

Introducing SSSD (continued)

Multiple parallel sources of identity and

authentication – domains

All information is cached locally for offline use

● Remote data center use case

● Laptop or branch office system use case

Advanced features for

● FreeIPA integration

(16)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC NTP DNS Management framework Managed host (client) SSSD Management Station CLI Browser Certmonger ipa-client CA Configures Configures nss_ldap WEBUI Authentication Authentication Name lookups Name lookups and service and service discovery discovery

Cert tracking &

Cert tracking &

provisioning

provisioning

Other maps

Other maps

Enrollment & un-enrollment

Enrollment & un-enrollment

Management Management Users, Groups, Users, Groups, Netgroups, HBAC Netgroups, HBAC

(17)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC

(18)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC Managed host (client) SSSD Authentication Authentication Users, Groups, Users, Groups, Netgroups, HBAC Netgroups, HBAC

(19)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC Managed host (client) SSSD nss_ldap Authentication Authentication Users, Groups, Users, Groups, Netgroups, HBAC Netgroups, HBAC Other maps Other maps

(20)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC NTP Managed host (client) SSSD nss_ldap Authentication Authentication Other maps Other maps Users, Groups, Users, Groups, Netgroups, HBAC Netgroups, HBAC

(21)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC NTP DNS Managed host (client) SSSD nss_ldap Authentication Authentication Name lookups Name lookups and service and service discovery discovery Other maps Other maps Users, Groups, Users, Groups, Netgroups, HBAC Netgroups, HBAC

(22)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC NTP DNS Managed host (client) SSSD CA nss_ldap Authentication Authentication Name lookups Name lookups and service and service discovery discovery Other maps Other maps Users, Groups, Users, Groups, Netgroups, HBAC Netgroups, HBAC

(23)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC NTP DNS Management framework Managed host (client) SSSD CA nss_ldap Authentication Authentication Name lookups Name lookups and service and service discovery discovery Other maps Other maps Users, Groups, Users, Groups, Netgroups, HBAC Netgroups, HBAC

(24)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC NTP DNS Management framework Managed host (client) SSSD Management Station CLI Browser CA nss_ldap WEBUI Authentication Authentication Name lookups Name lookups and service and service discovery discovery Other maps Other maps Management Management Users, Groups, Users, Groups, Netgroups, HBAC Netgroups, HBAC

(25)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC NTP DNS Management framework Managed host (client) SSSD Management Station CLI Browser Certmonger CA nss_ldap WEBUI Authentication Authentication Name lookups Name lookups and service and service discovery discovery

Cert tracking &

Cert tracking &

provisioning provisioning Other maps Other maps Management Management Users, Groups, Users, Groups, Netgroups, HBAC Netgroups, HBAC

(26)

Identity Management Under the Hood

FreeIPA Core Directory Server Kerberos KDC NTP DNS Management framework Managed host (client) SSSD Management Station CLI Browser Certmonger ipa-client CA Configures Configures nss_ldap WEBUI Authentication Authentication Name lookups Name lookups and service and service discovery discovery

Cert tracking &

Cert tracking &

provisioning

provisioning

Other maps

Other maps

Enrollment & un-enrollment

Enrollment & un-enrollment

Management Management Users, Groups, Users, Groups, Netgroups, HBAC Netgroups, HBAC

(27)

FreeIPA and Active Directory

User and password synchronization

Cross realm Kerberos trusts

● Users in AD domain can access resources in a FreeIPA domain and vice verse

● A lot of use cases addressed and need to be addressed in future

(28)

FreeIPA and Web Technologies

Green field – not much has been done

What can be done:

● FreeIPA as an OpenID provider

● Can be integrated with IdP to provide bridging between ESSO and identity federation via mod_auth_kerb

(29)

FreeIPA and Strong Authentication

OTP support was recently introduced in

FreeIPA

First ever solution to provide OTP based

ESSO via Kerberos

Features

● Proxy to external RADIUS server

(30)

FreeIPA Future

More cross project integration

Support of sophisticated AD integration use

cases

Polishing the OTP solution

User certificate and smart card support

Enhancements

● DHCP integration

(31)

FreeIPA and SSSD Communities

Open

Friendly

Responsive

Welcoming

(32)

Resources

● FreeIPA

● Project wiki: www.freeipa.org

● Project trac: https://fedorahosted.org/freeipa/

● Code: http://git.fedorahosted.org/git/?p=freeipa.git ● Mailing lists: – [email protected][email protected][email protected] ● SSSD: https://fedorahosted.org/sssd/ ● Mailing lists: – [email protected][email protected] Certmonger: https://fedorahosted.org/certmonger/

(33)

References

Related documents

Table I shows different values of chi square test for Non-pricing factors those are important to Idea customers at the time of purchasing telecom products and services.. The

ASCE 7-05 and ASCE 7-10 Section 13.6.4 implies that electrical components that have been assigned a Component Importance Factor equal to 1.0, regardless of the Seismic Design

37 Direct Integration Active Directory Active Directory Linux system Linux system DNS DNS LDAP LDAP KDC KDC SSSD SSSD Policies Policies Name Resolution Name Resolution

If Active Directory is installed on a Domain Controller running Windows 2000 Server (or higher), and the client browser supports the Kerberos authentication protocol, Kerberos

Use of FreeIPA client system with AD cross forest credentials: Client system is provisioned with ipa-client-install SSSD is configured during provisioning to talk to FreeIPA

UNIX/Linux – LDAP, LDAP + Kerberos, NIS Windows – Active Directory (LDAP + Kerberos) LDAP is the most common identity store.. Centralized user databases.. Basic LDAP

Identity lookups with SSSD N etw or k B ou n d ar y Identity Server Authentication Server Client Client Client SSSD NSS Responder PAM Responder Domain Provider Auth Provider

Under the Hood IPA Core Directory Server Kerberos KDC NTP DNS Management framework Managed host (client) SSSD Management Station CLI Browser Certmonger