[EMAIL PROTECTED] writes:

> I'm trying to understand how it's supposed to work and am struggling
> a bit -- is the basic idea for the new tmda-ofmipd to query anoother
> service to authenticate a user (i.e. pass through user/auth info to
> a relevant service and act based on the response)?

Correct.

> If so, I guess it's unlikely to work w/ something like APOP because of
> the challenge string.

I think it can be made to work with APOP.  Python's poplib contains an
`apop' method.  From the docs:

  apop(user, secret) 
    Use the more secure APOP authentication to log into the POP3 server

So, the user would just send tmda-ofmipd his apop username and secret
to authenticate rather than his username and plain text password.

Make sense?
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to