[ Index ] |
PHP Cross Reference of phpBB-3.3.3-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 359 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ldap:: (7 methods):
__construct()
init()
login()
acp()
get_acp_template()
ldap_user_filter()
ldap_escape()
__construct(config $config, driver_interface $db, language $language, user $user) X-Ref |
LDAP Authentication Constructor param: config $config Config object param: driver_interface $db DBAL driver interface param: language $language Language object param: user $user User object |
init() X-Ref |
{@inheritdoc} |
login($username, $password) X-Ref |
{@inheritdoc} |
acp() X-Ref |
{@inheritdoc} |
get_acp_template($new_config) X-Ref |
{@inheritdoc} |
ldap_user_filter($username) X-Ref |
Generates a filter string for ldap_search to find a user return: string A filter string for ldap_search param: $username string Username identifying the searched user |
ldap_escape($string) X-Ref |
Escapes an LDAP AttributeValue return: string The escaped string param: string $string The string to be escaped |
Generated: Sun Feb 14 20:08:31 2021 | Cross-referenced by PHPXref 0.7.1 |