![]() |
Quote:
You will have to manually update the email address for each account, I'm afraid... H. |
Hi guyz,
Any chance of getting this to work in vb4? |
Ok so I am the first to report it works in vb4pl1.
Only problem is Quote:
Quote:
Nice work and congrats. |
Hi Ho, this is Chris.
I am also implementing this in VBB4 right now ..... let's get dirty :) UPDATE: Ldap_Auth is woring now BUT: If a user is NOT in the LDAP it will not get generated :( Is there a way to generate Users in LDAP from Existing Account data in VBB? We want LDAP for Moodle and OTRS Integration SingleSignOn - so we need all Usernames with PWDs in LDAP. ( I wanted to export the UserPasswords direct via batch in LDIF BUT the salting prevents me from doing so ... ) Please give me a hint on the right direction, Chris |
Quote:
YMMV... Many thanks to all who have taken this and made such progress including getting it to work on 4.0, I'd expected that not to be possible... Well done all! H. |
Installed as directed and worked first try without modification. Authenticating against server 2003 AD. :)
|
We're finding that the 'remember me' tick box is not working. The cookie is not being set correctly so that when the user comes back they have to re-enter their login each time.
Is anybody else gettings this? Currently working on a fix... |
Quote:
You need to use the new-style object call to escape the chars, don't use the php external function(s) (particularly because people may be using mysqli and so forth) Replace all instances of "mysql_real_escape_string()" with: $vbulletin->db->escape_string(htmlspecialchars_uni( This is how functions_login.php makes the call, so should you... |
Quote:
The problem was that after the user is saved with "$newuser->save()" the cookie salt is changed and the password rehashed in the database. The cookie then doesnt match it. Fix is to simply recreate the cookie by getting and rehashing the db password. Have also implemented jaikumarm's fix for the first time login issue here. Code:
if ($newuser->errors) { $username = $vbulletin->GPC['vb_login_username']; $passwd = $vbulletin->GPC['vb_login_password']; And I removed the following line (118) which doesnt seem to do anything useful: $vbulletin->GPC['cookieuser'] = $vbulletin->GPC['vb_login_username']; |
Quote:
|
All times are GMT. The time now is 06:04 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:
|