We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I compiled on my ubuntu server, updated the ini. I set debug to true, but I don't see anything happen.
$ ./goklp Usage: goklp <username> goklp [--config=<config>] <username> goklp -h --help goklp --version $ ./goklp blysik $
$ grep debug goklp.ini goklp_debug = true
The other settings are there, and I can use ldapsearch to see my ssh keys. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi.
It looks like syslog broke even further in recent MacOS releases. If you are on Linux, check the output of /var/log/messages or /var/log/syslog
/var/log/messages
/var/log/syslog
I just committed a new version that can also output to the terminal. Note that this should NOT be used in production.
In addition, this new version does not display anything that would disturb its output's parsing.
I also updated goklp.ini and this version works with glauth using the example sample-simple.cfg configuration.
goklp.ini
sample-simple.cfg
Sorry, something went wrong.
No branches or pull requests
I compiled on my ubuntu server, updated the ini. I set debug to true, but I don't see anything happen.
The other settings are there, and I can use ldapsearch to see my ssh keys. Thanks in advance.
The text was updated successfully, but these errors were encountered: