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 someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is 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:
Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2006-10-11 - CrawfordCurrie
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.