From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 13 16:16:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E0A1208 for ; Fri, 13 Feb 2015 16:16:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C2A53BB for ; Fri, 13 Feb 2015 16:16:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1DGGRLw083810 for ; Fri, 13 Feb 2015 16:16:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197596] www/nginx: HTTP_AUTH_LDAP doesn't seem to work Date: Fri, 13 Feb 2015 16:16:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: euan@potensol.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: osa@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2015 16:16:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197596 Bug ID: 197596 Summary: www/nginx: HTTP_AUTH_LDAP doesn't seem to work Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: osa@FreeBSD.org Reporter: euan@potensol.com Assignee: osa@FreeBSD.org Flags: maintainer-feedback?(osa@FreeBSD.org) The 3rd party module "http_auth_ldap" (AKA kvspb/nginx-auth-ldap on github) does not seem to work. I have defined an ldap server using the ldap_server directive. But I get the following error: nginx: [emerg] unknown directive "ldap_server" in /usr/local/etc/nginx/nginx.conf:23 I have doubled checked for any strange characters that may be tripping it up. The syntax is correct, including brackets. However, the module seems to be in use, as seen below: # nginx -V nginx version: nginx/1.6.2 TLS SNI support enabled configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx-error.log --user=www --group=www --with-ipv6 --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-scgi-temp-path=/var/tmp/nginx/scgi_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-log-path=/var/log/nginx-access.log --with-http_addition_module --add-module=/usr/ports/www/nginx/work/samizdatco-nginx-http-auth-digest-bd1c86a --add-module=/usr/ports/www/nginx/work/http_auth_ldap-c4dc7c9153 --add-module=/usr/ports/www/nginx/work/ngx_http_auth_request_module-0.2 --with-http_stub_status_module --with-pcre --with-http_ssl_module --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer osa@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.