Re: Wine and Sambe (was: Re: RFC: Wine and PAM integration)

2002-09-26 Thread Martin Wilck
Am Don, 2002-09-26 um 00.01 schrieb Steve Langasek: And if we say strings use the current locale encoding, then anyone who needs to handle large chunks of Unicode from within Wine needs to be using a UTF-8 locale. Forgive me, I'm pretty dumb when it comes to character sets. If I understand

Re: RFC: Wine and PAM integration

2002-09-24 Thread Martin Wilck
Am Mon, 2002-09-23 um 17.08 schrieb Andriy Palamarchuk: As I uderstand from your explanation we can use PAM for authentication and standard Unix calls for other user management needs, is this correct? I think so. Had no time for a proof-of-concept implementation yet. But if windbindd is

Wine and Sambe (was: Re: RFC: Wine and PAM integration)

2002-09-24 Thread Martin Wilck
On Mon, 2002-09-23, 11.28, I wrote: It seems it is better to ingegrate Wine with each protocol individually - implement PAM-like architecture inside Wine, but this architecture will provide much more information to Wine. No, please - let's not reinvent the wheel! I have been thinking

Re: Wine and Sambe (was: Re: RFC: Wine and PAM integration)

2002-09-24 Thread Steve Langasek
On Tue, Sep 24, 2002 at 05:53:20PM +0200, Martin Wilck wrote: What we discussed so far were user authentification and user/group/hostname lookups. Of course, this is only a small subset of the NETAPI interface. winbindd itself can do more, for example lookup a user SID on the remote

Re: RFC: Wine and PAM integration

2002-09-23 Thread Martin Wilck
Am Fre, 2002-09-20 um 21.25 schrieb Andriy Palamarchuk: I played a couple of days with PAM (Pluggable Authentication Modules). I do not have big experience in this area and want to know your opinion about my ideas. *** PAM and Wine *** Integration with PAM allows Wine to provide

Re: RFC: Wine and PAM integration

2002-09-23 Thread Andriy Palamarchuk
--- Martin Wilck [EMAIL PROTECTED] wrote: Integration with PAM allows Wine to provide authentication services for Windows applications through Windows API. PAM has modules for native Unix authentication, Samba, flat files, relational databases. Did you have a look at the