mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #34] Dockerfile not configured correctly #18
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#18
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 @adepssimius on GitHub (Sep 11, 2021).
Original GitHub issue: https://github.com/lldap/lldap/issues/34
When running the docker container, I get the following error:
It appears that there is no subcommand passed as specified in the usage instructions above.
@tdehaeze commented on GitHub (Sep 12, 2021):
Hi @nitnelave, could you update the (hub) docker image?
The problem is still present there.
Thanks a lot
@nitnelave commented on GitHub (Sep 13, 2021):
I pushed the new version.
If you don't mind me asking, what are you using it for? I didn't think it would be ready for anyone to use, it's still missing core functionality, I didn't release an MVP yet.
@tdehaeze commented on GitHub (Sep 13, 2021):
I set up Authelia for my server that are access by family members.
However for some services (for instance Jellyfin), I need a LDAP server for authentication.
I would like to use a minimal LDAP server to share authentication informations between Authelia and other services.
@adepssimius commented on GitHub (Sep 13, 2021):
I'm wanting to use it for something similar. I'm trying to find something that is a lightweight LDAP alternative for authelia, since the two options for user management are manually managing your users in a text file or LDAP. I know you are aiming for read only, but it would be great if this supported read only + password reset via authelia.