...
- See LDAP Authentication
- If you wish to limit use of your app to certain roles and/or campuses, you should retrieve the affiliations of the person associated with the authenticated username, and allow only those matching your criteria to pass through.
Warning | ||
---|---|---|
| ||
Consider CAS (the UH Web Login Service) as the preferred and highly recommended alternative to using LDAP for authentication where feasible. Why use CAS? Security
Convenience
Consistency
|
Sample Code
- Retrieve LDAP values using PHP
- Example call to ldap_lookup function (PHP)
- Retrieve LDAP values using C++
- Retrieve LDAP values using Haskell
- Retrieve LDAP values using Groovy
- Retrieve LDAP values using Node.js
- Retrieve LDAP values using Perl-5
- Retrieve LDAP values using PHP-5
- Retrieve LDAP values using Python-3
- Retrieve LDAP values using Ruby
- Retrieve LDAP values using Scala
...