1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[ticket/11626] LDAP Auth ACP Template File

PHPBB3-11626
This commit is contained in:
Joseph Warner
2013-07-08 13:51:00 -04:00
parent b0e6b1dd98
commit 80eb95bbb7
2 changed files with 34 additions and 0 deletions

View File

@@ -347,6 +347,8 @@ class phpbb_auth_provider_ldap extends phpbb_auth_provider_base
'AUTH_LDAP_USER' => $new_config['ldap_user'],
'AUTH_LDAP_USER_FILTER' => $new_config['ldap_user_filter'],
));
return 'auth_provider_ldap.html';
}
/**