On Tue, Jul 30, 2002 at 03:30:49PM +0400, Solve Cool wrote: > <Directory /usr/local/httpd/htdocs> > AuthLDAPURL ldap://myserver/o=Foobar > Software?uid > AuthType basic > AuthName my-domain > require valid-user > </Directory> > > and when I started the "apachectl " daemon > I am getting this error > Invalid command 'AuthLDAPURL', perhaps mis-spelled or defined by a > module not included in the server configuration
Apache configuration directives are case sensitive. Read the auth_ldap documentation. Binand ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
