nginxinc / nginx-ldap-auth

Example of LDAP authentication using ngx_http_auth_request_module
BSD 2-Clause "Simplified" License
681 stars 202 forks source link

Fixed logging and typo for bind DN argument #19

Closed nichivo closed 7 years ago

nichivo commented 7 years ago

Sidenote: Hrm, other pushes ended up in this PR - I guess I should have used multiple branches to get separate PRs?

481b02a: nginx-ldap-auth-daemon.py expects "-D" instead of "-d" for the bind DN argument. f946708: systemd calls the script as a bash script which execs and eats stdout. Catch stdout and stderr here. d66d4a0: Install a logrotate config

oxpa commented 7 years ago

Thank you, @nichivo