The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#52
|
|||
|
|||
Quote:
I'm not using this mod yet, I am using another one for LDAP. Could you tell me oasi (as someone who has installed the mod), does this one store the password in the database? Also, does it use LDAP to authenticate for modcp and admincp? |
#53
|
||||
|
||||
Quote:
Still, it's probably a good idea to not imply that the user can update his or her password through vBulletin. I can imagine the Help Desk calls now. Since my workplace also won't allow the user to change his or her e-mail address, I've made the following code changes - it may or may not work for you. I just commented out blocks of code. Note that there are already comment tags in modifyprofile and I had to replace them with x!-- and --X to make this work. Since I'm just a lowly user of the plug-in as well, I'd love to here what other people are doing about this. USERCP_SHELL PHP Code:
PHP Code:
|
#54
|
|||
|
|||
I'll try to
|
#55
|
|||
|
|||
Hi again!
I'm having a problem with the autentication, I'm trying to find what happens, but I've put some error_log sentences that doesn't seem to work... The problem is that the users only can be authenticated if they use a valid LDAP user name and set as password the user name again. I only see on the error log this: [08-Apr-2008 08:42:14] PHP Parse error: syntax error, unexpected ')' in /aplicacions/vbulletin/upload/global.php(384) : eval()'d code on line 48 I'm usign vbulletin 3.7 RC2 Some idea? |
#56
|
|||
|
|||
Ops!
It was my fault But there's an other problem... Now my administrators/moderators can't login to the admin interface/moderation interface, because the DISABLE_PASSWORD_CLEARING thing doesn't work with these validation forms. I tried to set this definition in admin/global.php and modcp/global.php but the passwords continue to pass MD5 codified (and empty value in the vb_login_password var). I know that i can put these login in the ldapconfig.php field to skip the LDAP validation, but there could be other way to perform this?? Thanks |
#57
|
||||
|
||||
Quote:
PHP Code:
Why, you ask? What Zemic's plug-in does is put an MD5 hash of your password into the vBulletin database if you pass LDAP authentication, or garbage if you don't pass LDAP authentication. Then it returns control to vBulletin, who goes through the usual authentication process and MD5 hashes the password and compares it to the hash on file. Therefore, assuming that the moderators and admins sign into the forum first and the correct LDAP password hash is in the database, the admin and moderator sign-in pages don't have to go through this process again. The only time this doesn't work is if the admin or moderator changes their LDAP password and then goes to the control panel without signing onto the forum. And that can happen if they check the "Remember Me" box for the forums. I haven't worked out a solution to that yet. Suggestions welcome. |
#58
|
|||
|
|||
It also fails if you erase some user from your LDAP directory but not from the forums I think...
I was trying to do a mix between the zemick's solution and the one from sartori's, but I'm having a basic/weird problem. I can't access the $vbulletin var, I do an isset and it is, but I print_r his value and is '1'. I've seen you access it, and I think it's better than $_POST without processing, so, you know what could I be doing wrong? Here is the code to test it in my xml file: PHP Code:
Thanks again |
#59
|
|||
|
|||
Hello
Does anyone run this plugin on a 3.7 Forum? I try it since days with no effort. No error messages, the only thing I get is user unkown if i try to login with a user saved in ldap No way to login, neither to register in ldap. |
#60
|
||||
|
||||
I'm running it successfully in vBulletin 3.7.2.
|
#61
|
|||
|
|||
Hi,
I was wondering if this addon works as expected in v3.8 of vbulletin Any feedback is appreciated! Thanks, a |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|