[GH-ISSUE #34] Dockerfile not configured correctly #18

Closed
opened 2026-02-27 08:14:38 +03:00 by kerem · 4 comments
Owner

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:

2021-09-11T19:16:21.433988728Z error: Found argument '--config-file' which wasn't expected, or isn't valid in this context
2021-09-11T19:16:21.434022061Z 
2021-09-11T19:16:21.434030777Z 	Did you mean to put '--config-file' after the subcommand 'run'?
2021-09-11T19:16:21.434040535Z 
2021-09-11T19:16:21.434048680Z If you tried to supply `--config-file` as a PATTERN use `-- --config-file`
2021-09-11T19:16:21.434055764Z 
2021-09-11T19:16:21.434062126Z USAGE:
2021-09-11T19:16:21.434074178Z     lldap <SUBCOMMAND>
2021-09-11T19:16:21.434081312Z 
2021-09-11T19:16:21.434087533Z For more information try --help

It appears that there is no subcommand passed as specified in the usage instructions above.

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: ``` 2021-09-11T19:16:21.433988728Z error: Found argument '--config-file' which wasn't expected, or isn't valid in this context 2021-09-11T19:16:21.434022061Z 2021-09-11T19:16:21.434030777Z Did you mean to put '--config-file' after the subcommand 'run'? 2021-09-11T19:16:21.434040535Z 2021-09-11T19:16:21.434048680Z If you tried to supply `--config-file` as a PATTERN use `-- --config-file` 2021-09-11T19:16:21.434055764Z 2021-09-11T19:16:21.434062126Z USAGE: 2021-09-11T19:16:21.434074178Z lldap <SUBCOMMAND> 2021-09-11T19:16:21.434081312Z 2021-09-11T19:16:21.434087533Z For more information try --help ``` It appears that there is no subcommand passed as specified in the usage instructions above.
kerem closed this issue 2026-02-27 08:14:38 +03:00
Author
Owner

@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

<!-- gh-comment-id:917716482 --> @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
Author
Owner

@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.

<!-- gh-comment-id:917890848 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:917895248 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:918176448 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#18
No description provided.