1 HTTP Authentication officer for Funambol
2 ----------------------------------------
3 The HTTP Authentication officer allows Funambol to authenticate SyncML clients
4 against a HTTP server, i.e a groupware server implementing GroupDAV or CalDAV.
6 Authentication is currently done in an OPTIONS HTTP request to the server.
7 (With the username and password presented by the SyncML client encoded into
8 HTTP Basic details that is)
9 Our goal is to present some user data by HTTP headers or another DAV-friendly way
10 when this is done so Funambol user and device principals can be configured
11 (i.e first, last name, email, device timezone)
14 Install s4j as Funambol module
15 Edit config file (down in ds-server/config/net/bionicmessage/...)
16 Logon using the Funambol admin tool, double click on "Server settings"
17 and change the "Officer" value from the default to:
18 net/bionicmessage/funambol/httpauth/HTTPAuthenticationOfficer.xml
20 Comments to matt@mcbridematt.dhs.org