Hi All,
I read this post to get an idea to develop the integrated windows 
authentication. I followed the spnego tutorial and I saw everything works.
In the last post, I can read that SpnegoHttpFilter can be integrated in 
Magnolia. For this reason I put "spnego" filter that point to SpgegoHttpFilter 
of the library Spnego-r7.jar and I understand Magnolia has recognized it but I 
have no results. I think it can't read the parameters I put in the web.xml of 
Tomcat as the Spnego Tutorial said. Reading above I realized that it's 
possibile avoid to set the filter in the web xml. How can I insert in my spnego 
filter configuration parameter as the following:

<filter-name>SpnegoHttpFilter</filter-name>
    <filter-class>net.sourceforge.spnego.SpnegoHttpFilter</filter-class>

    <init-param>
        <param-name>spnego.allow.basic</param-name>
        <param-value>true</param-value>
    </init-param>
    
    <init-param>
        <param-name>spnego.allow.localhost</param-name>
        <param-value>true</param-value>
    </init-param>
    
    <init-param>
        <param-name>spnego.allow.unsecure.basic</param-name>
        <param-value>true</param-value>
    </init-param>
    
    <init-param>
        <param-name>spnego.login.client.module</param-name>
        <param-value>spnego-client</param-value>
    </init-param>
    
    <init-param>
        <param-name>spnego.krb5.conf</param-name>
        <param-value>krb5.conf</param-value>
    </init-param>
    
    <init-param>
        <param-name>spnego.login.conf</param-name>
        <param-value>login.conf</param-value>
    </init-param>
    
    <init-param>
        <param-name>spnego.preauth.username</param-name>
        <param-value>xxxxx/param-value>
    </init-param>

Thank you in advance

Alberto Giovannone

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=d88afb83-74bb-4fe5-84f2-f4fdebf2f056


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to