What I need (was Re: Using winbind with Wine)

2002-10-23 Thread Martin Wilck
First of all thanks everybody for the feedback. It seems that Wine/Samba integration will not be a solution for general Wine RPC, at least not in the short term. However I have determined the functionality I need and I think most of it can be implemented on top of existing winbind functionality a

Re: Using winbind with Wine

2002-09-26 Thread Andrew Bartlett
Tim Potter wrote: > > On Thu, Sep 26, 2002 at 01:47:38PM +0200, Martin Wilck wrote: > > > To initiate this process we'd "only" need a standardized protocol for > > the socket communication. Andrew said that doesn't exist and won't with > > regard to winbind. I'd like to focus the discussion in t

Re: Using winbind with Wine

2002-09-26 Thread Tim Potter
On Thu, Sep 26, 2002 at 01:47:38PM +0200, Martin Wilck wrote: > To initiate this process we'd "only" need a standardized protocol for > the socket communication. Andrew said that doesn't exist and won't with > regard to winbind. I'd like to focus the discussion in this direction. > > - is the w

Re: Using winbind with Wine

2002-09-26 Thread Luke Howard
>Because DCE/RPC is *horrible* ? :-) :-). If you need a new >RPC protocol please use ONC/RPC/NDR not DCE :-). I agree, I think I've grown a few gray hairs from DCE. I guess the argument in favour of it depends on how similar the kinds of lookups WINE needs to make are to existing, implemented,

Re: Using winbind with Wine

2002-09-26 Thread jra
On Fri, Sep 27, 2002 at 12:50:57AM +1000, Luke Howard wrote: > > > - is the winbind team willing to standardize the protocol, or at least > > ensure backward compatibility in future versions? > > Rather than inventing new protocols, why not just use DCE RPC over domain > sockets or TCP/IP? >

Re: Using winbind with Wine

2002-09-26 Thread Luke Howard
> - is the winbind team willing to standardize the protocol, or at least > ensure backward compatibility in future versions? Rather than inventing new protocols, why not just use DCE RPC over domain sockets or TCP/IP? The only catch is that you need a DCE RPC client library. We're using the O

Re: Using winbind with Wine

2002-09-26 Thread Simo Sorce
Imho the best way to go, is to wait until we will be able to provide an interface for loadable modules in samba that couples with the MS-RPC subsystem. At that point you will only need to make the .so library as GPL and build your socket mechanism to speak to the other LGPLed end integrated into w

Re: Using winbind with Wine

2002-09-26 Thread Martin Wilck
Am Mit, 2002-09-25 um 19.38 schrieb Richard Sharpe: > I do not think that libsmbclient is the right way to do this. I think that > the correct way is to make the various Samba client RPC libaries available > as separate DSOs so that clients can make dirrect use of what they need. > Then the wi

Re: Using winbind with Wine

2002-09-25 Thread Rafal Szczesniak
On Thu, Sep 26, 2002 at 03:08:29AM +0930, Richard Sharpe wrote: > On Wed, 25 Sep 2002, Rafal Szczesniak wrote: > > > Seems like you'd like to see one more library as winbind's companion. > > However, if libsmbclient is licensing stumbling block, then similar > > situation may happen with such win

Re: Using winbind with Wine

2002-09-25 Thread Richard Sharpe
On Wed, 25 Sep 2002, Rafal Szczesniak wrote: > On Wed, Sep 25, 2002 at 03:06:05PM +0200, Martin Wilck wrote: > > Am Mit, 2002-09-25 um 00.55 schrieb Andrew Bartlett: > > > > > As to unicode, I > > > have designated one call as being in utf8, to cope with external > > > interaction, so it's possi

Re: Using winbind with Wine

2002-09-25 Thread Luke Howard
>I started thinking about other options when I found the "wbinfo -n" >call. AFAIK there is no way to obtain equivalent info through PAM/NSS, >simply because these APIs have no concept of a SID. Obviously apart from >the SID there is a lot more information to gather from a PDC. I have not >digged

Re: Using winbind with Wine

2002-09-25 Thread Rafal Szczesniak
On Wed, Sep 25, 2002 at 03:06:05PM +0200, Martin Wilck wrote: > Am Mit, 2002-09-25 um 00.55 schrieb Andrew Bartlett: > > > As to unicode, I > > have designated one call as being in utf8, to cope with external > > interaction, so it's possible things can happen here. > > What matters to wine is t

Re: Using winbind with Wine

2002-09-25 Thread Martin Wilck
Am Mit, 2002-09-25 um 00.55 schrieb Andrew Bartlett: > Firstly, it's good to see that winbind is starting to get some interest > :-) I have been ignoring it so far, but in the context of the current inquiries I tried it out and was impressed :-) > Secondly, don't fall into the trap squid (with

Re: Using winbind with Wine

2002-09-24 Thread Andrew Bartlett
Martin Wilck wrote: > > Hello, > > There has been a discussion on wine-devel about using winbind > for purposes like user authorization, retrieving user and group > information, and more. > > It seemed reasonable to use PAM and NSS for the basic lookups and > leave it to the sysadmin to configu