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

including the missing python command #23

Closed neelaruban closed 6 years ago

neelaruban commented 6 years ago

the python command is missing at line 21 .

vl-homutov commented 6 years ago

The command is not missing. The script has a special shebang inside that tries to run with compatible python version, and it is intended to be executable.