Hi, 
 
I have question regarding to sspi authentication. i am using same 
authentication method for my two moinmoin wiki..one is completely installed on 
my local computer and other is installed on our main server machine. and i am 
using same configuration for both moinmoin wikis.
 
# Configuration for mod_auth_sspi 
<IfModule mod_auth_sspi.c>
    <Location /supwiki>
        AuthName "A Protected supwiki"
        AuthType SSPI
        SSPIAuth On
        SSPIAuthoritative On
        SSPIOfferBasic On
        SSPIBasicPreferred Off
        # SSPIUsernameCase lower
        require valid-user
  SSPIOmitDomain On
    </Location>
</IfModule>
# End of mod_auth_sspi.
 
 
when i access my wiki with iexplorer, which i installed on my local computer, 
always give me first login window, where i have to give user name and password 
for authentication.and then i can see my wiki front page.
 
But when i access my other wiki, which is installed on our main server, it 
never gives the login window, it simply show the main wiki page.  i think, it 
is working like SingleSignOn.
 
when the config is same for both wikis then why one gives the pop-up login 
window and other not.
 
Best Regards, 
 
Waqas Ahmad
_________________________________________________________________
Show them the way! Add maps and directions to your party invites. 
http://www.microsoft.com/windows/windowslive/products/events.aspx
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to