You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Haag, Fabian" <Fa...@FIZ-Karlsruhe.DE> on 2003/10/16 14:05:37 UTC

[users@httpd] mod_auth_ldap config - Fehler

Hallo,
ich versuche eine Authentisierung über einen LDAP-Server zu realisieren.
Was mir nicht gelingt ist eine erfolgreiche Authentisierung, ich möchte
dabei realisieren, dass mehrere Gruppen und/oder Benutzer Zugriff haben
sollen (über require user bzw group, s.u.).

Ich erhalte immer diese Fehlermeldung im log
[Thu Oct 16 14:01:11 2003] [warn] [client XXX] [884] auth_ldap authenticate:
user fha authentication failed; URI /1 [ldap_search_ext_s() for user
failed][Objekt nicht vorhanden]
[Thu Oct 16 14:01:11 2003] [crit] [client XXX] configuration error:
couldn't check user.  No user file?: /1

Der user ist vorhanden unter
"uid=fha,cn=org_people,ou=org,ou=user,o=fiz-karlsruhe,c=de"
Am LDAP Server kanns auch nicht liegen, das habe ich schon getestet.


Ich vermute mal, dass der Fehler bei "AuthLDAPUrl " liegt, nur wo ??


<Location "/1">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
allow from 192.168
AuthType Basic
AuthName "Test bei 1"
AuthLDAPAuthoritative off   #nur LDAP anmeldung wird zugelassen
AuthLDAPEnabled on
AuthLDAPUrl ldap://ldap.fiz-karlsruhe.de:389/o=fiz-karlsruhe,c=de?uid?sub?
require group "cn=ose,cn=os,ou=org,ou=user"
require user fha rha
</Location>


Gruss
Fabian

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org