phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / auth / auth_ldap.php

History | View | Annotate | Download (9.7 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10639 08/19/2010 04:24 pm Git Gatekeeper

commit 2cf57822bb4607d595affaef2264f064cb984c55
Merge: 904d204 8f91e6c
Author: Nils Adermann <>
Date: Sun May 30 14:59:06 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/9094] Hide "Copy permissions" message, when permissions were copied....
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

9783 07/18/2009 09:20 pm Chris Smith

Fix #45315

9769 07/17/2009 01:21 pm Chris Smith

Correct escaping/unescaping in the LDAP authentication plugin. #48175

9636 06/20/2009 06:45 pm Meik Sievertsen

- [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
- [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users....

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8432 03/14/2008 01:28 pm Meik Sievertsen

#22525

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8142 10/05/2007 02:42 pm Meik Sievertsen
  • empty log message ***
8139 10/04/2007 08:50 pm Meik Sievertsen

#i42
new password hashing mechanism for storing passwords

8072 08/30/2007 11:21 pm Meik Sievertsen

necessary changes...

8064 08/23/2007 03:41 pm Nils Adermann

- added an option to specify a port for the LDAP server
- restricted access to "Recent searches" to admins who are allowed to configure search [Bug #14085]

8047 08/18/2007 03:52 pm Nils Adermann

- allow multibyte search configuration
- added ldap_user_filter to add additional restrictions on the user objects used for authentication [Bug #12627]
- improved ldap explanations a bit
- display searchable subforums of invisible parents in advanced search forum selection [Bug #11395]

6814 12/27/2006 01:06 am Nils Adermann

- display search type as page title for premade searches [Bug #6508]
- flash enabled on user side by default, so that admins can actually change anything by activating it (still disabled by default)
- properly implemented password complexity check [Bug #6584]...

6740 12/10/2006 06:44 pm Nils Adermann

- finally correctly calculate current time for birthday calculation [Bug #6030]
- allow searching forums with unsearchable subforums [Bug #6056]
- addition of an optional HTTP_X_FORWARDED_FOR check in sessions, including bans
- do not index forums which have indexing disabled on index recreation [Bug #6060]...

6604 11/19/2006 03:14 pm Meik Sievertsen

some style related changes/fixes

6548 11/03/2006 10:05 pm Meik Sievertsen

ok, i am an idiot...

6545 11/03/2006 12:26 pm Meik Sievertsen

- implemented the suggested html_entity_decode function made by david
- fixed string length checking by also decoding entities for the sake of checking
- used the new html_entity_decode function

6494 10/14/2006 12:10 am Nils Adermann

- introducing clean usernames, needs to be tested more, I'm not sure I didn't miss anything
- homograph list should probably be extended

6266 08/12/2006 03:58 am Nils Adermann

- auto sync attachment topic flag [Bug #2949]
- corrected paths for templates stored in the db and filenames displayed in the template editor [Bug #3662]
- removed some useless language strings [Bug #3648]
- corrected escaping of usernames and passwords in auth modules [Bug #3696], added ldap_escape

6151 07/07/2006 02:36 pm Nils Adermann

- display age in user profile and make it available on viewtopic
- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]
- strip first, then change newlines [Bug #2403]
- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant...

6073 06/16/2006 06:54 pm Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

5815 04/22/2006 12:41 am Nils Adermann

- added login error constant for various external auth failures
- completed auth plugin interface (init_method, login_method, autologin_method, validate_session_method, logout_method)
- updated ldap and apache auth plugins to return an info array
- added apache autologin

5653 03/18/2006 05:19 pm Nils Adermann

- Added init_{$auth_plugin} function which can be used to test a connection to the authentication system before actually saving the new configuration. This will hopefully stop people from locking themselves out by using an authentication system that they cannot connect to.

5340 12/16/2005 08:05 pm Nils Adermann

- Apache auth plugin is working again
- LDAP auth plugin now supports OpenLDAP
- fixed Authentication settings in ACP
- preparatory ACP changes for the search

5310 11/20/2005 07:58 pm Meik Sievertsen

- more acp additions and changes...

5117 04/10/2005 08:07 pm Meik Sievertsen

- added updated coding guidelines
- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users
- changed bot code to act on useragent || ip

5114 04/09/2005 02:26 pm Meik Sievertsen

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

4603 10/15/2003 07:43 pm psotfx

Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE

4583 10/12/2003 05:29 pm psotfx

Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety

3707 03/24/2003 07:15 pm psotfx

Add Id tags

3706 03/24/2003 07:13 pm psotfx

Capitalisation

3622 03/09/2003 05:09 pm psotfx

Some changes to the returned data format + cleanups

2958 10/20/2002 09:19 pm psotfx

Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final

2923 10/04/2002 03:09 pm psotfx

Well, here are all my changes ... don't blame me if things break :D

2839 08/07/2002 03:02 pm psotfx

Return required config fields to board admin

2836 08/07/2002 03:11 am psotfx

Fix errors, add admin output for ldap

2828 08/06/2002 06:56 pm psotfx

Auth plug-in, say thanks to Sergey Kanareykin