Hi Monks,
I am working on a script that requires a HTTP htaccess style prompt to authenticate a user, and if the username and password do not match to then check them using LDAP.
Currently the script uses a form and LDAP so that part is working fine, It is just a matter of adding the password prompt.
. I now get a password prompt but found that REMOTE_USER and REMOTE_PASSWD were not present in $ENV. Is someone able to help me find a way to get the username and password that is entered at the prompt.