Outlook Connector address book and alternate authentication module
I was wondering if there is a supported way to have the outlook connector work with ldap not being the first sufficient module in the authentication chain. I'm running OC 7.0.213.70 and messaging 6.2-3.04 -- and I'm perfectly up for being told I need to upgrade...
If I have the LDAP module first and at least sufficient then OC address book works perfectly, but I would like to have my custom module being first in the chain. When I put my module in the chain above LDAP, I do not see even the init method being called, but the authentication fails immediately on a null session. Is there supported way to have OC or WABP identify the module when calling access manager as in module=LDAP?
I'll send more debug or info if needed, and thanks very much for your time.
Ethan
<--begin a typical failed login by OC-->
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE User Session is null
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE Begin request: Method:POST
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE URL the client used to make request:http://hedwig.ucs.fsu.edu/uwc/wabp/login.wabp
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE request's URL from protocol upto the the querystring:/uwc/wabp/login.wabp
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE headers:
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE accept-encoding = gzip, deflate
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE content-length = 53
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE cache-control = no-cache
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE connection = Keep-Alive
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE host = hedwig.ucs.fsu.edu
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE accept-language = en-us
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE user-agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE content-type = application/x-www-form-urlencoded
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE accept = */*
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE multivalued parameters will be seperated with ;
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE now = 1159455365;
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE authOnly = true;
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE username = ekromhout;
[28/Sep/2006:10:47:41] info (12872): for host 146.201.4.195 trying to POST /uwc/wabp/login.wabp, service-j2ee reports: WEB2798: [/uwc] ServletContext.log(): TRACE End request

