The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Ldap Authentication Plugin 1.0.1 Details »» | |||||||||||||||||||||||||||||
vBulletin Ldap Authentication Plugin 1.0.1
Developer Last Online: Mar 2020
This is a very small plugin for enabling ldap authentication for vBulletin Suite 4. The original version is from www.sartori.at.
if you need any help installing the plugin, please post into this thread here. if you need any extra changes i will modify the plugin for extra charge. In contrast to the ldap authentication from zemic my board can authenticate against every - already deployed - ldap directory without changeing the encryption type. If the ldap user is not added in the VBulletin database, the user is automatically added the first time he authenticates against the ldap. if the user already exists then nothing is changed, except the authentication against the directory. in the admin or moderator panel no user is authenticated against the directory. Requirements
Installation Notes:
Additional Notes: If you are running a Microsoft Active Directory as Ldap server you have to change some settings to allow anonymous queries. This is described at Novell and Microsoft I would be happy if you support my modification in any way. Install or nominate it or donate some cents at paypal. vBulletin 3.6 version Download Now
Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
Here is
Code:
<?php // // ldap configuration for vBulletin authentication against LDAP // (c) andreas sartori, 2006 // error_reporting(E_ALL & ~E_NOTICE); define('THIS_SCRIPT', 'ldapconfig.php'); // Server Settings $ldapServer = "dc2.mydomain.org"; $ldapPort = 389; $ldapBase = "dc=mydomain, dc=org"; // Search Settings $ldapEmailAttr = array( "mail" ); $noEmailExists = ""; ?> |
#23
|
|||
|
|||
Tried this with vbulletin 4-0-2 Patch Level 1 and Server 2003 AD with no luck. Installed Haqa's LDAP mod version 1.5 (which I had previously used with version 3.8.2 without issues) and it worked on the first try without any other tweaking:
https://vborg.vbsupport.ru/showthread.php?t=196596 |
#24
|
|||
|
|||
can ldap login work while also enabling non-ldap users to register ? Even if registration is done manually by the administrator? I like to have users who are'nt on the ldap directory to be able to be members of the forum. Any help would be much appreciated.
thanks |
#25
|
|||
|
|||
Quote:
I have changed the 'Hook Location' for the Ldap plugin from 'ldap_login_hook(ldap)' to 'login_failure'. I presumed that this would force it to login as usual and on failure it will try ldap. This works now. Can you see any problems with this? |
#26
|
|||
|
|||
These are the worst instructions I have encountered in a long time. Your target audience varies, I am not stupid, and there doesnt seem tot be that many steps, yet this thread is unclear and I couldnt get it to work. I will move on to another LDAP plugin in hopes it works. Would be great if you could write them step by step.
|
#27
|
|||
|
|||
The are the worst instructions. Why write a program if you arent taking the time to write instructions properly. I will review other ldap plugins.
|
#28
|
|||
|
|||
jgarland,
That is completely unnecessary, a lot of people here do this on their spare time and all we're trying to do is help. So why don't we help you get it working, because it does work and you can contribute like the rest of us and write some better documentation? |
#29
|
|||
|
|||
Auth works but fails to create the user if the user does not already exist in vB, so you get logged out as soon as it redirects after logging in.
|
#30
|
|||
|
|||
Hi,
I have tried this add on in 4.0.0 and i'm it is not functioning. Is there a log file i can check to see if it trying to log onto the server? how can i troubleshoot this? Keith |
#31
|
|||
|
|||
Quote:
Dave |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|