Dear all
I have a problem with our WIKI's and the LDAP authentication:

 *   MediaWiki version: 1.12.0
 *   PHP version: 5.1.6
 *   MySQL version: 5.0.22
 *   URL: Intranet only
For some WIKIs that are running in our Intranet, I need to authenticate our 
users using LDAP and the following two WIKI groups: Readers (testgroup) and 
Writers (testgroup2). Anonymous should not be able to read the WIKI pages.
my problem is, that using the syntax:

$wgLDAPRequiredGroups = array(
"testLDAPdomain"=>array(
    "cn=testgroup,ou=groups,dc=LDAP,dc=example,dc=com",
    "cn=testgroup2,ou=groups,dc=LDAP,dc=example,dc=com"
    ),
I cannot define different rights for users in the testgroup than the users in 
the testgroup2 have. This mean, if a user is in one of each two groups, he will 
always get the Writers access.
Can you please explain how I can define two groups, with different rights 
(Readers & Writers)?
Regards,

Alex Durrer
Schweizerische Bundesbahnen SBB
Service Center Software Engineering  / ETU
Lindenhofstr. 1 / Worblaufen, CH-3000 Bern 65
Direkt +41 (0)51 220 68 05
Fax    +41 (0)51 220 44 55
Mobil  +41 (0)79 750 12 09
[email protected]<mailto:[email protected]> / 
www.sbb.ch<www.sbb.ch%20>

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to