Hi Ron,
for edit reststrictions you need to make your own group within your wiki.
in LocalSettings.php you need to have
$wgGroupPermissions['*']['edit'] = false; $wgGroupPermissions['user']['edit'] = false; $wgGroupPermissions['AnyGroupName']['edit'] = true;
You now need to manually assign AnyGroupName to the users, who are allowed to edit.
---------
If you check the group in your LDAP already (look into the documentation of the ldap extension), then only users of the group of your LDAP can log in in the first place. So you do not need another group in your wiki.
$wgGroupPermissions['*']['edit'] = false; $wgGroupPermissions['user']['edit'] = true;
regards Gunter
Ron Hall schrieb:
Howdy!
I have Media Wiki 1.6.8 setup with Authentication to LDAP - this is behaving as advertised. I would now like to set it up so that only members of a specific group have access to editing the pages, though anyone can view them.
I can send the config file or relevant bits if you think it will help - or do I need to do something different?
r _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l