[ 
https://jira.nuxeo.com/browse/NXP-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florent Guillaume updated NXP-6212:
-----------------------------------

    Upgrade notes: 
To be able to function with Digest Auth, the plugin requires the UserManager
configuration to have an additional directory and a realm:

  <extension target="org.nuxeo.ecm.platform.usermanager.UserService" 
point="userManager">
    <userManager>
      <digestAuthDirectory>some_directory</digestAuthDirectory>
      <digestAuthRealm>NUXEO</digestAuthRealm>
    </userManager>
  </extension>

This directory must have an id field and password field configured.


  was:
To configure a Digest Auth directory, add the configuration:

  <extension target="org.nuxeo.ecm.platform.usermanager.UserService" 
point="userManager">
    <userManager>
      <digestAuthDirectory>some_directory</digestAuthDirectory>
      <digestAuthRealm>NUXEO</digestAuthRealm>
    </userManager>
  </extension>



> Add HTTP Digest Auth support in Nuxeo (RFC 2617)
> ------------------------------------------------
>
>                 Key: NXP-6212
>                 URL: https://jira.nuxeo.com/browse/NXP-6212
>             Project: Nuxeo Enterprise Platform
>          Issue Type: New Feature
>          Components: Security / Rights, WSS integration
>            Reporter: Thierry Delprat
>            Assignee: Florent Guillaume
>             Fix For: 5.4.1
>
>
> We need to implement  RFC 2617 HTTP DIGEST AUTH support in Nuxeo.
> Even if the standard is old and not widely used, it is a requirement for 
> WSS/WebDav under recent versions of MS Windows.
> An initial implementation has been contributed by Gagnavarslan 
> => see : http://hg.nuxeo.com/sandbox/nuxeo-fs-connector/rev/712c9a606296
> This initial implementation contains both a AuthPlugin (for the filter) and a 
> LoginModulePlugin (for the LoginModule).
> See : http://tools.ietf.org/html/rfc2617
> See : http://en.wikipedia.org/wiki/Digest_access_authentication

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to