Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.5 KB

ldap.md

File metadata and controls

27 lines (21 loc) · 1.5 KB
title description published date tags editor dateCreated
LDAP
true
2022-03-21 03:19:01 UTC
markdown
2022-03-21 02:19:58 UTC

linux 的秘密都在 PAM 里

大家熟练使用 journal -x debug 各种系统用户认证的各种状态机的时候,抑或是 sshd 时,可以看到 PAM、xsecurity、sssd 这种字眼,这是用户认证协议。SSSD 就是一个 daemon,把系统的 NSS PAM 的机制和 LDAP 连接起来。(之前 20.04 gnome 被打也是这个协议被绕过的结果。

熟悉了 PAM 之后,你也就知道为毛 ~/.ssh/id_*.pub 需要 r..,这写死在 nss 用户目录协议里了。

继续阅读:https://jia.je/software/2021/02/15/sssd-ldap/

ref