What happens to the existing user accounts after the LDAP extension is enabled?

Jump to: navigation, search

1: existing accounts will still exist in the database. You can merge these to new AD accounts using the User Merge and Delete extension. 2: Yes, if you use "$wgLDAPUseLocal = true;". This is actually what the option was designed for. When you are done migrating, turn this off. 3: Make the new group in LocalSettings.php by giving the group whatever rights you wish to give, and add/remove people to groups like you always have in MediaWiki. 4: It will replace the NetworkAuth extension. You can instead turn off restrictions for that IP address; for instance:

if ( $_SERVER['REMOTE_ADDR'] == "10.0.0.10" ) {
       $wgUploadPath       = "$wgScriptPath/images";
       $wgGroupPermissions['*']['read'] = true;
}
Ryan lane19:32, 3 May 2010

Wonderful - Thank you very much Ryan! -- Simon Woods

192.55.54.3822:33, 3 May 2010
 
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox