Date: Tue, 13 Jul 2004 16:40:29 +0200 (CEST) From: Konrad Heuer <kheuer2@gwdg.de> To: freebsd-questions@freebsd.org Subject: Apache modauthldap works but REMOTE_USER not there Message-ID: <20040713163922.X28795@gwdu60.gwdg.de>
next in thread | raw e-mail | index | archive | help
I want to use modauthldap with Apache 1.3.29 to restrict access to some web pages, especially to some dynamic ones generated by cgi scripts. LDAP authentication seems to work fine with following .htaccess file: AuthName "Realm:" AuthType Basic AuthLDAPurl ldap://localhost:389/ou=users,dc=domain,dc=country?uid require valid-user The problem is: CGI scripts called by the HTML pages in the protected directory don't see a REMOTE_USER environment variable (GET method), so they don't know about the current user. Any ideas? I'd greatly appreciate any help. Best regards Konrad Konrad Heuer (kheuer2@gwdg.de) ____ ___ _______ GWDG / __/______ ___ / _ )/ __/ _ \ Am Fassberg / _// __/ -_) -_) _ |\ \/ // / 37077 Goettingen /_/ /_/ \__/\__/____/___/____/ Germany
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040713163922.X28795>
