mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Add Id tags
git-svn-id: file:///svn/phpbb/trunk@3707 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5d091c8c2b
commit
d1494cfd8c
3 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue