Thanks for the help. The error I got is similar to an error I got before.
Code:
Server response:
Array
(
[error] => Array
(
[message] => Unexpected username '<uid>' came back from external auth provider. Expected: '<systemid>'
[status] => 500
[title] => Internal Error
[uri] => https://<host>/@api/deki/users/authenticate?dream.out.format=php&dream.in.host=<host>&dream.in.scheme=https&dream.in.origin=<IP>&authprovider=12
)
)
The keys are defined as follows:
bindingpw: <password string>
bindingdn: uid=<Authorized UID>,ou=people,dc=alaska,dc=edu
searchbase: ou=people,DC=alaska,DC=edu
hostname: <ldap url>
displayname-pattern: {systemid}
userquery: systemid=$1
Any thoughts?