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

If settings do not exist in the config file, the program bails #6

Closed
eigood opened this issue Sep 12, 2017 · 1 comment
Closed

If settings do not exist in the config file, the program bails #6

eigood opened this issue Sep 12, 2017 · 1 comment
Assignees

Comments

@eigood
Copy link

eigood commented Sep 12, 2017

I am not using tls/ssl to talk to the source AD server. Aka, I am talking on port 389. As such, I have commented out UseTLS, etc. The program then says those values don't exist.

So, I then place UseTLS=false back into the config. I then get an error about CRTPath not being readable(I copied the example from the README). So I try to disable that option too, etc.

I can work around the CRTPath by setting it to /dev/null. But it'd be nice if the program was more forgiving on missing options(I don't need any of the certification/ssl stuff in my environment, all communication is sent over a secure tunnel).

@nohupped
Copy link
Owner

nohupped commented Sep 13, 2017

Thank you for pointing this out. Will modify it.

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

No branches or pull requests

2 participants