I am working on a dashboard type website. We have a login page implemented in php that authenticates against an LDAP server. We also have a Check_MK page that has its own login dialog that authenticates against the same LDAP server. I would like for the user to not have to re-enter their credentials into the Check_MK login dialog. I would prefer that the credentials entered into our php login page be passed on to Check_MK so that authentication can be done without user interaction. Is this possible? If so, how do I do it?I am working on a dashboard type website. We ha