The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
LDAP Single Sign-On
I've developed some code that does LDAP integration based on a couple of the popular LDAP plug-ins available on this site. I created my own hook in login.php and that's worked out well so far. I'd like to take it to the next level and provide single sign-on support.
I'm running IIS. After the user's browser authenticates, my code grabs $_SERVER["LOGON_USER"] and queries AD for a valid user. I've tested this code in pieces separate from vb with limited success. The roadblock that I'm at currently is that I'm not sure what vb hook to attach this code to. In my debug output in vb, I see that init_startup is the first hook called. Is that the route I should take? global_setup_complete also seems promising. Any suggestions? |
#2
|
||||
|
||||
init_startup is a good place to start, as it is run before most code, allowing you to manipulate more things before "runtime". Note that many vBulletin variables are not available at init_startup, purely because it is so early.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|