Skip to content

Commit

Permalink
Merge pull request #481 from bgraef/main
Browse files Browse the repository at this point in the history
update olam ldap post
  • Loading branch information
bgraef authored Dec 13, 2024
2 parents 1038762 + 2c8d21b commit cca2d16
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions content/posts/olam/post-5/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Integrate LDAP User Management"
date: 2022-12-10
date: 2024-12-13
draft: false
summary: "Learn how to integrate LDAP user management with Oracle Linux Automation Manager."
tags: ["olam","lab","tutorial"]
Expand All @@ -15,27 +15,22 @@ showDate: true

## Details

Oracle Linux Automation Manager allows administrators to integrate LDAP for user management alongside the existing internal RBAC (role-based access control) source. Once configured, users logging in with an LDAP account automatically generate an Oracle Linux Automation Manager account that assigns to an organization as a standard user or administrator.

By the end of these guides, you'll have a configured Oracle Linux Automation Manager that allows users to log in using their LDAP credentials.
Oracle Linux Automation Manager allows administrators to integrate LDAP for user management alongside the existing internal RBAC (role-based access control) source. Once configured, users logging in with an LDAP account automatically generate an Oracle Linux Automation Manager account and get assigned to a standard user or administrator organization.

### Objectives

In this lab, you'll learn how to:
In this tutorial, you'll learn how to:

- Create and configure accounts and groups in LDAP
- `bind` account
- `user` account
- `superuser` group
- `system_auditor` group
- Configure Oracle Linux Automation Manager to use LDAP
- Verify LDAP access
- Enable LDAPS
- Create and configure accounts and groups in LDAP
- *bind* account
- *user* account
- *superuser* group
- *system_auditor* group
- Configure Oracle Linux Automation Manager to use LDAP
- Verify LDAP access
- Enable LDAPS

### Prerequisites

- A system with Oracle Linux Automation Manager installed.
- An available LDAP server.

The free lab environment uses the open-source FreeIPA identity management server.

- A system with Oracle Linux Automation Manager installed.
- An available LDAP server, such as the open-source FreeIPA identity management server.

0 comments on commit cca2d16

Please sign in to comment.