Tags:
create new tag
, view all tags

Question

Hi everbody,

users are authorised to access the TWiki with the help of Apache and mod_auth_ldap.

I added these lines to the htaccess-file.

AuthType Basic
AuthAuthoritative Off
LDAP_Server ldap.server.ttt.de
LDAP_Port 389
Base_DN "OU=..."
Bind_DN "CN=..."
Bind_Pass "secret"
UID_Attr mailNickname
require filter "(memberOf=CN=...)

So, frankly speaking everything seems to work fine, everyone belonging to a specific group within the LDAP directory can login and has access to the wiki.

However, every time a page is accessed, the following lines will be added to the error log of my apache server which makes m a little nervous.

[Tue Aug 15 17:26:29 2006] [error] [client ...] (PID: 22512) mod_auth_ldap.c (1249) - Warning: bind with DN "CN=..." and password (not shown) did not succeed, referer: http://server/twiki/bin/view/Main/WebHome %BR%
[Tue Aug 15 17:26:29 2006] [error] [client ...] (PID: 22512) mod_auth_ldap.c (1259) - cr->ld=224511, 
referer: http://server/twiki/bin/view/Main/WebHome

So, is anything going into a wrong direction in general or what exactly are these error line about?

Thanks for any ideas! Alex

Environment

TWiki version: TWikiRelease04x00x04
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Solaris 10
Web server: Apache 2 mod_perl
Perl version: 5.8
Client OS:  
Web Browser:  
Categories: Htaccess, Authorisation, Fatal error

-- AlexRaabe - 15 Aug 2006

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

Not sure if this helps, but see related LDAP info at Tag:ldap (especially LdapAuthenticationHowTo).

-- PeterThoeny - 16 Aug 2006

Hey check out AuthenticationWithApacheAndLDAP for an example of my working config.

-- LarreDo - 07 Sep 2006

-- CrawfordCurrie - 11 Oct 2006

 
Change status to:
Topic revision: r4 - 2006-10-11 - CrawfordCurrie
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.