Re: [JDEV] password from client

2001-06-14 Thread Tony Byers
I'm using plaing auth with ssl. Is it available with that? Thomas Charron [EMAIL PROTECTED] wrote: If using digest auth, you can't get it.. From: Tony Byers [EMAIL PROTECTED] Subject: [JDEV] password from client I've made some progress since my last post about auto registering

Re: [JDEV] password from client

2001-06-14 Thread Thomas Charron
: [JDEV] password from client I'm using plaing auth with ssl. Is it available with that? If using digest auth, you can't get it.. I've made some progress since my last post about auto registering. My main obstacle at the moment is getting the password from the client

Re: [JDEV] password from client

2001-06-14 Thread Tony Byers
.. From: Tony Byers [EMAIL PROTECTED] Subject: Re: [JDEV] password from client I'm using plaing auth with ssl. Is it available with that? If using digest auth, you can't get it.. I've made some progress since my last post about auto registering. My main obstacle at the moment

[JDEV] password from client

2001-06-13 Thread Tony Byers
I've made some progress since my last post about auto registering. My main obstacle at the moment is getting the password from the client in js_authreg in authreg.c. xmlnode_get_tag_data(m-packet-iq, password) doesn't seem to work. Thanks Tony Byers