PDA

View Full Version : Ldap vBulletin 5.*.*


faisalb6
03-11-2015, 12:58 PM
I am trying to develop a code to allow connect with Active directory database. I managed to integrate in version 4.2.2 but with the new MVC mode and API in version 5 of vbulletin I can not find my way. who can help me?

And thanks for help :)

faisalb6
04-23-2015, 07:08 AM
Hello,

I come back after several research the connection vBulletin 5 and AD (Active Directory) and I found a solution inspired by the old solutions. I would give it to avoid loss of time for people who have this problem.

I test the connection ldap vBulletin 5.1.5 and 5.1.6 and it worked.
My lack of knowledge vbulletin I am not come to an interface in the admincp. All I've managed to do is direct changes to the source code and that is not always advisable.
I am open for all aids to improve my solution.

The operating principle:
+
I made changes on vbulletin style to avoid problems change password and email.
Also, the procedure of actionLogin () that will enable ldap and local connection.


Download the file.zip and you find all the steps to run the ldap connection. I said that I have tested this method with vBulletin 5.1.5 and 5.1.6.

If you have problems I remain available to help you.

Good luck :D

Soidberg
05-08-2015, 02:03 PM
...I managed to integrate in version 4.2.2 ...

Can you help me to get this feature up and running in 4.2?

SaN-DeeP
05-08-2015, 05:57 PM
Is this is a plugin/mod to be added to this category ?
I love the solution provided but OP has a question..

BirdOPrey5
05-11-2015, 12:37 PM
I am trying to develop a code to allow connect with Active directory database. I managed to integrate in version 4.2.2 but with the new MVC mode and API in version 5 of vbulletin I can not find my way. who can help me?

And thanks for help :)

There is some documentation of the VB5 API here- http://vbulletin.wayneluke.com/api/ - it may not be complete or up to date but it is a start.

Edit 2016 - API documentation moved to http://vb5support.com/resources/api/

faisalb6
05-13-2015, 11:22 AM
Hey Soidberg,

Right now I'm at exam time and I did not have much time to redo the changes for version 4.2 but I promise you that from the beginning of June I'll post the solution.

Thank you for your understanding

--------------- Added 1431523485 at 1431523485 ---------------

Is this is a plugin/mod to be added to this category ?
I love the solution provided but OP has a question..

Hi,

I didn't the question. This is not a mod or plugin but a method to use the ldap connexion.

--------------- Added 1431523526 at 1431523526 ---------------

There is some documentation of the VB5 API here- http://vbulletin.wayneluke.com/api/ - it may not be complete or up to date but it is a start.

Thank you very much i'll take a look

SixAxis
09-28-2016, 02:32 PM
Anyone actively working this mod? Unable to import the template in to VB5 5.2.3 or 5.2.4 says XML is not in the proper format. Would really like to get VB5 working with AD.

BirdOPrey5
10-01-2016, 08:01 AM
The VP5 API Documentation I posted about earlier was moved some time ago to: http://vb5support.com/resources/api/

noypiscripter
10-01-2016, 01:05 PM
The VP5 API Documentation I posted about earlier was moved some time ago to: http://vb5support.com/resources/api/

Returns 404 error.

BirdOPrey5
10-02-2016, 06:15 PM
Hmmm, it sure does. It was working last time I tried. I'll see if I can get an updated address.

BirdOPrey5
10-03-2016, 12:54 PM
Wayne from VB Support has fixed the issue, http://vb5support.com/resources/api/ is working again.

Wayne Luke
09-15-2021, 06:20 PM
Hello,

I know this feedback is not very timely. However, we're investigating LDAP integration. There are many ways that this work and it can easily be overthought. As such, we're looking on how people want to use LDAP. If anyone sees this and would like to provide feedback, please do so.

What we would like to know is what is the workflow that you're looking for. Does it need to be a true single sign-on or are you just verifying the user exists? Are users going to be imported into vBulletin? Or anything else you can think of.