diff options
Diffstat (limited to 'phpBB/includes/auth/auth_ldap.php')
-rw-r--r-- | phpBB/includes/auth/auth_ldap.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/auth/auth_ldap.php b/phpBB/includes/auth/auth_ldap.php index aa9beee2f9..b8c289c2ab 100644 --- a/phpBB/includes/auth/auth_ldap.php +++ b/phpBB/includes/auth/auth_ldap.php @@ -1,5 +1,8 @@ <?php +// LDAP auth plug-in for phpBB 2.2 +// $Id$ +// // Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him. // // This is for initial authentication via an LDAP server, user information is then |