I installed nginx 1.10.2 to my RHEL 7 server using yum from epel repo:
$ sudo yum install epel-release
$ sudo yum install nginx httpd-tools
Now I want to add ldap authentication. I found this from a github search: https://github.com/kvspb/nginx-auth-ldap
However, from the instructions, it needs to add the module via configure and make commands on the nginx sources, which I believe I don't have access to.
Does this mean I need to re-install nginx from source ? Is there any other way ?