Hi everyone,
I'm facing a problem that I don't know how to solve.
I manage a wiki in a company with ldap authentication, It'll be easy if I 
just put the variable at config file
*$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['read'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['createpage'] = false;
$wgGroupPermissions['*']['createtalk'] = false;

$wgCollectionMWServeCredentials="USERNAME:PASSWORD:DOMAIN"*

but it's obviously this is a security risk.
Is there a way to use the already loged in user to be the user of the 
variable $wgCollectionMWServeCredential
Probably something like this:
*$wgCollectionMWServeCredentials="$wgUserName:PASSWORD_ENCRYPTED:DOMAIN"*

-- 
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mwlib?hl=en.

Reply via email to