ldap und xampp-win32-1.5.1

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

ldap und xampp-win32-1.5.1

Postby RRo » 21. March 2006 22:22

ich habe einen lotus domino server mit ldap im betrieb. der ldap server ist auch mit einem ldap browser wunderbar erreichbar. nach der installation von xampp habe ich in der httpd.conf folgen module aktiviert:
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule ldap_module modules/mod_ldap.so
wieterhin habe ich eine eingebundene conf-datei mit folgenden Inhalt:
<Directory "/">
AllowOverride None
order allow,deny
allow from all
Options +Indexes
SetOutputFilter INCLUDES
AuthName "Test-Net Clients Only"
AuthType Basic
AuthBasicProvider ldap
AuthLDAPURL "ldap://192.168.0.40:389/O=DP-ldap?uid"
AuthLDAPGroupAttributeIsDN off
AuthLDAPGroupAttribute member
require valid-user
</Directory>

Wenn ich nun auf das Verzeichnis zugreifen will bekomme ich auch die aufforderung zur eingabe einer id und passwort. Nach eingabe der ID und PW bekomme ich im LDAP Debug einen Sytaxfehler. Habe ich was vergessen oder falsch gemacht? für hilfe wäre ich dankbar.

Rolf
RRo
 
Posts: 9
Joined: 05. March 2006 15:20

Postby deepsurfer » 22. March 2006 15:17

eingabe der ID und PW bekomme ich im LDAP Debug einen Sytaxfehler.

- Wie lautet denn dieser Syntaxfehler ?
- zusätzlich in den LOGs nachschauen.
chirio Deep
Wie sagte einst der MCP aus Tron auf dem Bildschirm zu schreiben Pflegte
" ... end of communication ... "
User avatar
deepsurfer
AF Moderator
 
Posts: 6440
Joined: 23. November 2004 10:44
Location: Cologne
Operating System: Win-XP / Win7 / Linux -Debian

Postby RRo » 22. March 2006 23:25

hier ein Auszug von der ldap console (domino server):
22.03.2006 23:20:48,26 [0C44:0009-0C4C] LDAP CIServ Listen> Connection Accepted on Port 389 for Session 05790007
22.03.2006 23:20:48,26 [0C44:000B-038C] LDAP> InitForSearch
22.03.2006 23:20:48,26 [0C44:0005-038C] LDAP> InitForSearch
22.03.2006 23:20:48,27 [0C44:000B-038C] LDAP> BERGetTag State
22.03.2006 23:20:48,27 [0C44:000B-038C] LDAP> BERGetLeadingLengthByte State
22.03.2006 23:20:48,27 [0C44:000B-038C] LDAP> BERGetLength State
22.03.2006 23:20:48,27 [0C44:000B-038C] LDAP> BERGetNext State
22.03.2006 23:20:48,28 [0C44:0005-038C] LDAP> Bind State
22.03.2006 23:20:48,28 [0C44:0005-038C] LDAP> Version: 3
22.03.2006 23:20:48,28 [0C44:0005-038C] LDAP> DN:
22.03.2006 23:20:48,28 [0C44:0005-038C] LDAP> Method: 0x80 (Simple)
22.03.2006 23:20:48,29 [0C44:0005-038C] LDAP> Successful bind for Anonymous User
22.03.2006 23:20:48,29 [0C44:0005-038C] LDAP> Return Result State (Bind operation)
22.03.2006 23:20:48,29 [0C44:0005-038C] LDAP> StateReturnResult returning resultCode 0 (Success)
22.03.2006 23:20:48,30 [0C44:000B-038C] LDAP> SendBufferFree
22.03.2006 23:20:48,30 [0C44:0005-038C] LDAP> InitForSearch
22.03.2006 23:20:48,30 [0C44:000B-038C] LDAP> BERGetTag State
22.03.2006 23:20:48,30 [0C44:000B-038C] LDAP> BERGetLeadingLengthByte State
22.03.2006 23:20:48,31 [0C44:000B-038C] LDAP> BERGetLength State
22.03.2006 23:20:48 LDAP Server: 192.168.0.40 connected
22.03.2006 23:20:48,31 [0C44:000B-038C] LDAP> BERGetNext State
22.03.2006 23:20:48,31 [0C44:0005-038C] LDAP> Search State
22.03.2006 23:20:48,32 [0C44:0005-038C] LDAP> ***** Start search request processing *****
22.03.2006 23:20:48,32 [0C44:0005-038C] LDAP> Scope: SUBTREE
22.03.2006 23:20:48,32 [0C44:0005-038C] LDAP> Dereference Aliases: 3
22.03.2006 23:20:48,32 [0C44:0005-038C] LDAP> TimeLimit: 0
22.03.2006 23:20:48,32 [0C44:0005-038C] LDAP> SizeLimit: -1
22.03.2006 23:20:48,33 [0C44:0005-038C] LDAP> Attributes to return:
22.03.2006 23:20:48,33 [0C44:0005-038C] LDAP> uid
22.03.2006 23:20:48,33 [0C44:0005-038C] LDAP> Base:
22.03.2006 23:20:48,33 [0C44:0005-038C] LDAP> Filter: (&(objectclass=*)(uid=RRo))
22.03.2006 23:20:48,35 [0C44:0005-038C] LDAP> *** Searching in database d:\daten\dp01\names.nsf ...
22.03.2006 23:20:48,36 [0C44:0005-038C] LDAP> Type of search: View Search
22.03.2006 23:20:48,36 [0C44:0005-038C] LDAP> ... Searching view $Users for match on uid = RRo
22.03.2006 23:20:48,36 [0C44:0005-038C] LDAP> GetSearchEntry State
22.03.2006 23:20:48,37 [0C44:0005-038C] LDAP> Failed GetNextSearchEntry (4)||Copyright ¸ 1987, 2005 |IBM Corporation. |All Rights Reserved.||
22.03.2006 23:20:48,37 [0C44:0005-038C] LDAP> Return Result State (Search operation)
22.03.2006 23:20:48,37 [0C44:0005-038C] LDAP> StateReturnResult returning resultCode 1 (Operations error)
22.03.2006 23:20:48,38 [0C44:000B-038C] LDAP> SendBufferFree
22.03.2006 23:20:48,38 [0C44:0005-038C] LDAP> InitForSearch
22.03.2006 23:20:48,41 [0C44:000B-038C] LDAP> BERGetTag State
22.03.2006 23:20:48,41 [0C44:000B-038C] LDAP> BERGetLeadingLengthByte State
22.03.2006 23:20:48,41 [0C44:000B-038C] LDAP> BERGetLength State
22.03.2006 23:20:48,41 [0C44:000B-038C] LDAP> BERGetNext State
22.03.2006 23:20:48,42 [0C44:0005-038C] LDAP> Search State
22.03.2006 23:20:48,42 [0C44:0005-038C] LDAP> ***** Start search request processing *****
22.03.2006 23:20:48,42 [0C44:0005-038C] LDAP> Scope: SUBTREE
22.03.2006 23:20:48,42 [0C44:0005-038C] LDAP> Dereference Aliases: 3
22.03.2006 23:20:48,42 [0C44:0005-038C] LDAP> TimeLimit: 0
22.03.2006 23:20:48,43 [0C44:0005-038C] LDAP> SizeLimit: -1
22.03.2006 23:20:48,43 [0C44:0005-038C] LDAP> Attributes to return:
22.03.2006 23:20:48,44 [0C44:0005-038C] LDAP> uid
22.03.2006 23:20:48,44 [0C44:0005-038C] LDAP> Base:
22.03.2006 23:20:48,44 [0C44:0005-038C] LDAP> Filter: (&(objectclass=*)(uid=RRo))
22.03.2006 23:20:48,45 [0C44:0005-038C] LDAP> *** Searching in database d:\daten\dp01\names.nsf ...
22.03.2006 23:20:48,45 [0C44:0005-038C] LDAP> Type of search: View Search
22.03.2006 23:20:48,45 [0C44:0005-038C] LDAP> ... Searching view $Users for match on uid = RRo
22.03.2006 23:20:48,45 [0C44:0005-038C] LDAP> GetSearchEntry State
22.03.2006 23:20:48,46 [0C44:0005-038C] LDAP> Failed GetNextSearchEntry (4)||Copyright ¸ 1987, 2005 |IBM Corporation. |All Rights Reserved.||
22.03.2006 23:20:48,46 [0C44:0005-038C] LDAP> Return Result State (Search operation)
22.03.2006 23:20:48,46 [0C44:0005-038C] LDAP> StateReturnResult returning resultCode 1 (Operations error)
22.03.2006 23:20:48,47 [0C44:000B-038C] LDAP> SendBufferFree
22.03.2006 23:20:48,47 [0C44:0005-038C] LDAP> InitForSearch

und hier das apache log:
[Wed Mar 22 23:20:48 2006] [warn] [client 62.8.144.130] [1348] auth_ldap authenticate: user RRo authentication failed; URI /xampp/ [ldap_search_ext_s() for user failed][Fehler beim Vorgang]
[Wed Mar 22 23:20:48 2006] [warn] [client 62.8.144.130] [1348] auth_ldap authenticate: user RRo authentication failed; URI /error/HTTP_INTERNAL_SERVER_ERROR.html.var [ldap_search_ext_s() for user failed][Fehler beim Vorgang]

Hoffe es hilft bei der fehlersuche
RRo
 
Posts: 9
Joined: 05. March 2006 15:20


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 27 guests