![]() |
Quote:
Jose |
Hey Guys, I figured out the problem- my zip file was not extracting properly, so I never saw the config or plugin files for LDAP.
|
any more word on the "authenticated binding". My admin will not allow anonymous access to the active directory LDAP server.
|
Cannot figure out how to test if plugin is working. When i enter my credentials, they are not recognized, so it seems that vB is not querying active directory via the LDAP plugin. Please help.
|
malcolmx first I would like to say this is a great add-on. Exactly what we needed in order to move forward with utilizing vB on our intranet so thanks!!
Everything works correctly and I'm not having any problems but I have been asked a number of times if there is any way to add the users full name to the users vB account? My thought was that I could add two custom user fields called first name and last name but is there any easy way to pull the first and last name out of LDAP and add them to these fields? |
what was the line of code to add for this functionality and to what file. if i may ask. thank you
|
Hi - first post, newbie alert, etc.
I've taken over running a forum which has around 5000 members. Now, we've got an online shop (which isn't quite live yet) running on OSCommerce and I'm just in the process of putting Joomla! on the site. Now, I know LDAP from work, but there's a wondering I've got about how this works. Firstly, if I install this mod on a clean LDAP database, how can I import the 5000 usernames from the vBulletin installation? Would I be correct in assuming that when a user logs in to the forum, the LDAP would be checked, then report no such user. Then vB would be queried and report a success - with the LDAP then taking in the information from vB. ... or have I got this completely wrong. If so, any pointers on how to get the users in the LDAP DB? Thanks in advance! |
Quote:
The plugin will kick in after failed vB login. In other words, any users that are on vB already can login directly. For users that are not yet registered, they are checked from the LDAP. If they are on LDAP but not on vB then a new user is created. So, LDAP does not get information from vB. vB is the one that gets information from LDAP. Your existing 5000 users will continue to use vB as before. There is no need to move them to LDAP. |
In controller.php, there is an if condition that checks for errors before a new user is created:
Code:
if($newuser->errors) If I remove the if condition and force the new user to be created, I get the following error message: Code:
Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_user in /includes/class_dm.php on line 763 |
Fantastic, I had to make a few changes to the line which logs people in once they have passed authentication, other than that - perfect.
Thanks malcolmx! Tom - www.mouselike.org |
All times are GMT. The time now is 06:07 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|