nginx (openresty) で Basic 認証に LDAP を使うためには nginx-auth-ldap を追加で組み込む必要があります。 clone した directory を configure の --add-module で指定して build します。 curl -O http://openresty.org/download/ngx_openresty-1.4.3.9.tar.gz tar xvf ngx_openresty-1.4.3.9.tar.gz git clone https://github.com/kvspb/nginx-auth-ldap.git cd ngx_openresty-1.4.3.9 ./configure \ --prefix=/some/where/openresty-1.4.3.9 \ --with-luajit \ ... \