Ik maak gebruik van de module mod_auth_ldap en heb het volgende staan in een .htaccess file:
------
AuthName "Woningpartners intranet"
AuthType Basic
LDAP_Server xxx.xxx.xxx.xxx
LDAP_Port 389
#Base_DN "o=Woningpartners, c=NL"
UID_Attr uid
require valid-user
------
Tevens in httpd.conf AllowOveride veranderd in AuthConfig.
Er komt nu een popup waar ik m'n naam en wachtwoord moet invullen. Maar hij pakt niks. Log ik in zonder wachtwoord. Dan krijg ik zo'n mooie pagina met de volgende melding
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
------
AuthName "Woningpartners intranet"
AuthType Basic
LDAP_Server xxx.xxx.xxx.xxx
LDAP_Port 389
#Base_DN "o=Woningpartners, c=NL"
UID_Attr uid
require valid-user
------
Tevens in httpd.conf AllowOveride veranderd in AuthConfig.
Er komt nu een popup waar ik m'n naam en wachtwoord moet invullen. Maar hij pakt niks. Log ik in zonder wachtwoord. Dan krijg ik zo'n mooie pagina met de volgende melding
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.