mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #285] Add support for PosixAccount #103
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#103
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 @Zerwin on GitHub (Aug 12, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/285
Would it be possible to add the necessary fields to support the PosixAccount Type ?
Currently already implemented fields that would be required for this are cn and uid while uidNumber, gidNumber and homeDirectory are missing.
There is also the optional fields loginShell, gecos, description, authPassword but I think these are for now not so important.
The reason I ask for support of this is that this would enable using LLDAP for logging into Linux Machines via nslcd. This is one of my prime use-cases for LDAP and something I would hope to see implemented in this project.
(Side Note: I love the project, setting things up was about 20x times less work than with OpenLDAP, even for LDAPS. Thanks for the great work)
I hope this isn't deemed out of scope for this project, I would love to have basically all my use cases covered by LLDAP.
@nitnelave commented on GitHub (Aug 12, 2022):
Hi! I think I'll solve this as part of https://github.com/nitnelave/lldap/issues/67 : you'll be able to have all the fields you want :)