Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some ideas / wishes for one of the next versions #271

Open
bodsch opened this issue Jul 17, 2022 · 2 comments
Open

some ideas / wishes for one of the next versions #271

bodsch opened this issue Jul 17, 2022 · 2 comments

Comments

@bodsch
Copy link

bodsch commented Jul 17, 2022

I maintain several Ansible roles and would like to finally give them LDAP support after a long time.
In my search for an LDAP server that is as lean and easy to configure as possible, I discovered glauth.

I am currently in the process of creating a suitable Ansible role.

And I have some ideas / wishes for one of the next versions of glauth ;)

  1. a --validate-config parameter to check the configuration before (re)starting the service.
  2. a metrics interface to connect glauth to a prometheus.
  3. a complete documentation of all configuration parameters. Maybe easier via a --dump-config parameter that outputs a complete configuration?

For example, there are some configuration parameters and sections in config.go that are not documented anywhere. E.g. Frontent, Helper or PassAppSHA256 ...

Regards, Bodo

@Fusion
Copy link
Collaborator

Fusion commented Jul 23, 2022

  • --validate-config I cannot believe that I implemented this in some of my other projects but did not yet get around to doing the same for GLAuth. Excellent suggestion.
  • prometheus: literally my day job. I'll work on that.
  • I thought this was all documented at https://glauth.github.io/docs/ -- I will double-check

@bodsch
Copy link
Author

bodsch commented Jul 31, 2022

I hadn't seen or found that!
I will have a closer look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants