http://qs321.pair.com?node_id=335945


in reply to Re: Re: Cross-Platform Pluggable Authentication & Authorization
in thread Cross-Platform Pluggable Authentication & Authorization

I've exhausted my knowledge in this area. My only thought is: if Win32 authen/authz is easy enough to do you should be able to create a plugin to OpenPlugin for it. Kind of a cop-out ("see if you can do it yourself") but at least some of the plumbing is done for you.

Good luck!

Chris
M-x auto-bs-mode

  • Comment on Re: Re: Re: Cross-Platform Pluggable Authentication & Authorization

Replies are listed 'Best First'.
Re: Re: Re: Re: Cross-Platform Pluggable Authentication & Authorization
by flyingmoose (Priest) on Mar 11, 2004 at 20:50 UTC
    Actually, the Microsoft C API's are horrendous and poorly documented. I have two solutions on my desk here from previous company acquisitions ... both using LogonUser. I'd rather have Windows code than a framework. PAM is icing. Thanks though...I figured this was gonna be hard!