Hi @jouvin. You can try to use the Rails Console and the HttpLog
model to fetch some more information.
zammad run rails console
and then HttpLog.where(facility: 'ldap')
maybe (untested).
Hi @jouvin. You can try to use the Rails Console and the HttpLog
model to fetch some more information.
zammad run rails console
and then HttpLog.where(facility: 'ldap')
maybe (untested).