mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #294] pam support? #110
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @malbarbo on GitHub (Sep 8, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/294
I'm interested in using lldap to authenticate linux users using pam, but it seams that lldap does not support pam, is this the case? If so, would someone provide some guidance to me so I can work on this?
@nitnelave commented on GitHub (Sep 9, 2022):
AFAIK, PAM support would require additional fields (group ID, user ID and so on). Rather than adding custom purpose-specific fields for every request, I'm working on https://github.com/nitnelave/lldap/issues/67 that would allow you to add whatever field you want/need.
@nitnelave commented on GitHub (Sep 9, 2022):
I'll keep this issue open since we might want to have a nicer interface for it, such as finding a user ID that isn't taken yet and so on, but #67 comes first.
@nitnelave commented on GitHub (Jan 22, 2024):
You can now create custom attributes with https://github.com/Zepmann/lldap-cli
Can you give it a try?
The plugin system will come way later with #714
@nitnelave commented on GitHub (Oct 30, 2024):
Pam is now supported.