| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
LDAP auth plug-in for phpBB3 Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
| Copyright: | (c) 2005 phpBB Group |
| License: | http://opensource.org/licenses/gpl-license.php GNU Public License |
| Version: | $Id$ |
| File Size: | 353 lines (10 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| init_ldap() X-Ref |
| Connect to ldap server Only allow changing authentication to ldap if we can connect to the ldap server Called in acp_board while setting authentication plugins |
| login_ldap(&$username, &$password) X-Ref |
| Login function |
| ldap_user_filter($username) X-Ref |
| Generates a filter string for ldap_search to find a user param: $username string Username identifying the searched user return: string A filter string for ldap_search |
| ldap_escape($string) X-Ref |
| Escapes an LDAP AttributeValue |
| acp_ldap(&$new) X-Ref |
| This function is used to output any required fields in the authentication admin panel. It also defines any required configuration table fields. |
| Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |