![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SuSE SUSE Linux is a major operating system. The developer rights are owned by Novell, Inc. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use Suexec with Apache2 ? | kernings | UNIX for Dummies Questions & Answers | 1 | 03-10-2008 10:41 PM |
| install apache2 in bsd 6.2 | tamayo | BSD | 2 | 12-04-2007 03:29 PM |
| Solaris 10 apache2 (how to stop the restarter) | parmars | UNIX for Dummies Questions & Answers | 7 | 02-14-2007 05:17 AM |
| ldap for aix | pascalbout | AIX | 0 | 07-27-2006 05:56 AM |
| Ldap | dipanrc | Linux | 2 | 12-28-2005 08:09 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|