loading...

Tag: ldap

Latest Posts
PHP & LDAP

// get username and password via form scope $user = $_POST[“username”]; $pass = $_POST[“password”]; // format username for uwm ldap…