mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #912] [INTEGRATION] uidNumber: missing on nslcd authentication #331
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#331
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 @coldsobolev on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/912
Describe the bug
Unable to login via nslcd.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Login works.
Logs
nslcd gives the following error:
uid=tuser,ou=people,dc=example,dc=com: uidNumber: missingIf there are any other way to authenticate users into linux machines without local accounts, please provide alternatives.
@nitnelave commented on GitHub (May 28, 2024):
uidNumber is not provided by default. If you use the latest LLDAP, you can create a custom user attribute uidNumber and set the value for each user.
The web UI doesn't fully support custom attributes yet (you can create them but not set values), but you can use lldap-cli as a friendlier interface than GraphQL.
@coldsobolev commented on GitHub (May 29, 2024):
I am actually not sure what is causing the issue here, but I used the community CLI to add this and it didn't work. This is what I got:
Any idea what is causing this? How does one do this directly via the API?
@nitnelave commented on GitHub (May 29, 2024):
That's likely because you're using the stable version of LLDAP instead of the latest. User attributes have not technically been released yet (we're just waiting on the UI)
@coldsobolev commented on GitHub (Jun 12, 2024):
Thank you. Could you give me an ETA?
@nitnelave commented on GitHub (Aug 16, 2024):
Sorry for the (very) late answer. I don't have an ETA for a stable release (it's blocked on the web UI), but you can use the nightly releases.