Extension talk:IIS REMOTE USER AD-LDAP
Contents |
[edit] Removing Logout button
Adding the following code to the extension should remove the logout button:
function StripLogout(&$personal_urls, &$wgTitle) {
unset( $personal_urls["logout"]);
return true;
}
$wgHooks['PersonalUrls'][] = 'StripLogout';
[edit] Problem with MW 1.11.0
having updated to MW 1.11 I have the problem, that I can't edit any of the pages. --Jperl 14:21, 13 September 2007 (UTC)
[edit] Preferences not setting
I have this working and logging in, I can edit pages, etc. The main thing I see, is that it is not setting the preferences. I have added additional debug statements, and I do not see where the initUser function ever gets called. I an new to MediaWiki, so I am most likely just overlooking something, but i'm not sure. - Shane
[edit] Current work
Anyone working on that?
[edit] Merge with LDAP Authentication plugin
You really should look at merging this plugin with the LDAP Authentication plugin. I plan on integrating specifically this type of functionality in the next release, so you may just be spinning your wheels here. I'd say make a patch right now, but I need to modify the plugin a little to make the auto-auth stuff a little more generic. I'll try to finish that sometime soon.
--Ryan lane 20:55, 21 March 2008 (UTC)
Also... Your code isn't GPL compliant. You need to include the license, and you should give attribution to the original code (some of my plugin's code is copied line for line).
--Ryan lane 21:02, 21 March 2008 (UTC)
[edit] thanks
Just wanted to say thanks. This is working for me (and no problems with prefs or editing). Version 1.13.3.