Hi,to authenticate with the eduroam user. It seems that although therequest is proxied, my server tries to locally check the authorizedattributes of the user against my local ldap server. And since nosuch user exists ldap returns : object not found
use unlang to put a protection wrapper around your ldap eg
if (%{realm} == /yourrealm.com/){
ldap
}