mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 16:41:26 +02:00
Add Id tags
git-svn-id: file:///svn/phpbb/trunk@3707 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// Apache auth plug-in for phpBB 2.2
|
||||||
|
// $Id$
|
||||||
|
//
|
||||||
// Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
|
// Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
|
||||||
//
|
//
|
||||||
// This is for initial authentication via Apaches basic realm authentication methods,
|
// This is for initial authentication via Apaches basic realm authentication methods,
|
||||||
|
@@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// Database auth plug-in for phpBB 2.2
|
||||||
|
// $Id$
|
||||||
|
//
|
||||||
// Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
|
// Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
|
||||||
//
|
//
|
||||||
// This is for authentication via the integrated user table
|
// This is for authentication via the integrated user table
|
||||||
|
@@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// LDAP auth plug-in for phpBB 2.2
|
||||||
|
// $Id$
|
||||||
|
//
|
||||||
// Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
|
// 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
|
// This is for initial authentication via an LDAP server, user information is then
|
||||||
|
Reference in New Issue
Block a user