In the web.config file, it appears I can have people with Windows user
accounts authenticate to FlexWiki via Forms from the following lines:

 

    FORCE ALL USERS TO AUTHENTICATE VIA ASP.NET FORMS : 

      This setup makes the wiki only available to people who have a valid NT
login. 

    

    <authentication mode="Forms" />

    <authorization>

      <deny users="?" />

    </authorization>

 

    ALLOW ANONYMOUS USERS TO ACCESS THE PARTS OF THE WIKI THEY CAN, BUT MAKE

    AUTHENTICATED USERS LOG ON VIA ASP.NET FORMS: 

    

    <authentication mode="Forms" />

 

Is this correct?  I thought the forms provider (AspNetSqlMembershipProvider)
authenticates to a SQL Server database, not to Windows/AD.  Also, is the
Windows/SQL authentication in FlexWiki only used to authenticate people, not
customize their experience?

 

Also, is it possible to lockdown certain pages that users cannot modify? I
noticed the "Topic Lock" feature, however it looks like anyone can
lock/unlock topics.  Is there anyway to restrict this to a certain set of
users?\

 

Thanks,

 

Shannon

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to