Hi Thijs,
I am receiving the following error in the logs
ldap_create
ldap_bind_s
ldap_simple_bind_s
ldap_sasl_bind_s
ldap_sasl_bind
ldap_send_initial_request
ldap_new_connection 1 1 0
ldap_int_open_connection
ldap_connect_to_host: TCP
10.35.4.1:389
ldap_new_socket: 17
ldap_prepare_socket: 17
ldap_connect_to_host: Trying
10.35.4.1:389
ldap_pvt_connect: fd: 17 tm: -1 async: 0
ldap_open_defconn: successful
ldap_send_server_request
ldap_result ld 0x7f884384edc0 msgid 1
wait4msg ld 0x7f884384edc0 msgid 1 (infinite timeout)
wait4msg continue ld 0x7f884384edc0 msgid 1 all 1
** ld 0x7f884384edc0 Connections:
* host: 10.35.4.1 port: 389 (default)
refcnt: 2 status: Connected
last used: Mon Sep 23 16:17:05 2013
** ld 0x7f884384edc0 Outstanding Requests:
* msgid 1, origid 1, status InProgress
outstanding referrals 0, parent count 0
ld 0x7f884384edc0 request count 1 (abandoned 0)
** ld 0x7f884384edc0 Response Queue:
Empty
ld 0x7f884384edc0 response count 0
ldap_chkResponseList ld 0x7f884384edc0 msgid 1 all 1
ldap_chkResponseList returns ld 0x7f884384edc0 NULL
ldap_int_select
read1msg: ld 0x7f884384edc0 msgid 1 all 1
read1msg: ld 0x7f884384edc0 msgid 1 message type bind
read1msg: ld 0x7f884384edc0 0 new referrals
read1msg: mark request completed, ld 0x7f884384edc0 msgid 1
request done: ld 0x7f884384edc0 msgid 1
res_errno: 49, res_error: <80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1>, res_matched: <>
ldap_free_request (origid 1, msgid 1)
ldap_parse_result
ldap_msgfree
ldap_err2string
ldap_free_connection 1 1
ldap_send_unbind
ldap_free_connection: actually freed
Op maandag 23 september 2013 16:44:22 schreef Bryan Humphreys:
> Thanks the apache 2 error log is reporting
>
>
> [Mon Sep 23 15:13:29 2013] [error] [client 172.16.34.1] PHP Fatal
> error: Call to undefined function ldap_set_option() in
It seems likely that you are missing the php5-ldap module. I think simpleSAMLphp's configuration page will indicate the fact that it is missing.
--