![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use Suexec with Apache2 ? | kernings | UNIX for Dummies Questions & Answers | 1 | 03-10-2008 06:41 PM |
| install apache2 in bsd 6.2 | tamayo | BSD | 2 | 12-04-2007 11:29 AM |
| Solaris 10 apache2 (how to stop the restarter) | parmars | UNIX for Dummies Questions & Answers | 7 | 02-14-2007 01:17 AM |
| ldap for aix | pascalbout | AIX | 0 | 07-27-2006 02:56 AM |
| Ldap | dipanrc | Linux | 2 | 12-28-2005 04:09 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I am using apache2-2.0.49-27.8 supply with suse Enterprise 9 CD, the
installation went fine. But am tring to configure apache2 to authenticate to LDAP, so added "ldap" to /etc/sysconfig/apache2 APACHE_MODULE="ldap" and the to /etc/apache2/httpd.conf LDAPSharedCacheSize 200000 LDAPCacheEntries 1024 LDAPCacheTTL 600 LDAPOpCacheEntries 1024 LDAPOpCacheTTL 600 <Location /ldap-status> AuthName "confidential" AuthType Basic SetHandler ldap-status Order deny,allow Deny from all Allow from 160.70.0.0/16 AuthLDAPEnabled on AuthLDAPURL ldap://160.70.140.152/o=cnn?cn AuthLDAPAuthoritative on require valid-user </Location> and when I restart my apache I get the following error: Invalid command 'AuthLDAPEnabled', perhaps mis-spelled or defined by a module not included in the server configuration Can you help, please |
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|