For windows authentication the ntfs permissions are set on the namespace folder 
on the webserver to control access to edit and administer the wiki. Below is an 
example

<!--
    ALLOW ACCESS TO CERTAIN PAGES : This setup depends on the file permissions 
for
      the individual .wiki files and directories - if the access is allowed for
      the NETWORK SERVICE user (IUSR_machinename under Windows XP/2000), then 
the
      user will be allowed to access the page. Otherwise, only users with 
permission
      to access the .wiki file/directory will be allowed to access that topic.
        The wiki is only available to people who have a valid NT login.
-->

<authentication mode="Windows" />
  <authorization>
    <deny users="?"/>
  </authorization>
  <identity impersonate="true" />


Thanks
Jonathan Warnken
________________________
Sr. Systems Engineer - MCP,CNA
Publix Super Markets, Inc
[EMAIL PROTECTED]
"No one knows what he can do till he tries."
- Publilius Syrus (~100 BC)

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bestul, Kurt
Sent: Friday, August 15, 2008 12:00 PM
To: flexwiki-users@lists.sourceforge.net
Subject: [Flexwiki-users] restricting group access in windows authentication 
environment


I am using windows authentication and want to control access to the
wiki. Specifically, I want to give full access--editing and
administration--to a single Active Directory group and deny all other
users any access to the wiki.

I can't quite decipher what syntax I should use in the
<AuthorizationRules> section of web.config to accomplish this. Any help
would be greatly appreciated.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to