docs: update infrastructure/identity/ldap-client-setup
This commit is contained in:
parent
c1c48a01ba
commit
179e999e0a
1 changed files with 2 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
title: LDAP Client Setup
|
title: LDAP Client Setup
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2026-01-21T13:24:54.016Z
|
date: 2026-01-22T03:36:37.380Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2026-01-21T13:21:40.588Z
|
dateCreated: 2026-01-21T13:21:40.588Z
|
||||||
|
|
@ -37,10 +37,7 @@ Do not edit nsswitch.conf until SSSD is confirmed working
|
||||||
|
|
||||||
1️⃣ Install required packages
|
1️⃣ Install required packages
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y \
|
sudo apt install -y sssd sssd-ldap sssd-tools libpam-sss libnss-sss libsss-sudo ldap-utils oddjob oddjob-mkhomedir
|
||||||
sssd sssd-ldap sssd-tools \
|
|
||||||
libpam-sss libnss-sss libsss-sudo \
|
|
||||||
ldap-utils oddjob oddjob-mkhomedir
|
|
||||||
|
|
||||||
Ensure legacy LDAP NSS is NOT installed
|
Ensure legacy LDAP NSS is NOT installed
|
||||||
sudo apt purge -y libnss-ldap libpam-ldap nslcd libnss-ldapd libpam-ldapd || true
|
sudo apt purge -y libnss-ldap libpam-ldap nslcd libnss-ldapd libpam-ldapd || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue