Re: [PATCH] IDMAP Backend part 1 of 2 (LDAP library)

2003-03-19 Thread Andrew Bartlett
On Wed, 2003-03-19 at 12:31, Anthony Liguori wrote: This is the first part of an IDMAP LDAP backend for Winbind. This patch moves the ldapsam LDAP routines into a separate library. There's a lot of crazy code in ldapsam to handle the various oddities of different ldap libraries. The

Re: [PATCH] IDMAP Backend part 1 of 2 (LDAP library)

2003-03-19 Thread Anthony Liguori
: (512) 838-1208 Tie Line: 678-1208 Andrew Bartlett [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03/19/2003 03:46 AM To: Anthony Liguori [EMAIL PROTECTED] cc: Jim McDonough/Portland/[EMAIL PROTECTED], [EMAIL PROTECTED] Subject:Re: [PATCH] IDMAP Backend part

Re: [PATCH] IDMAP Backend part 1 of 2 (LDAP library)

2003-03-19 Thread Andrew Bartlett
On Thu, 2003-03-20 at 06:27, Anthony Liguori wrote: Connecting to an ADS server is slightly different than connecting to a normal LDAP server (over TLS or something). I would say that all of the LDAP connection code should be abstracted together but the libads abstracts away even the LDAP

Re: IDMAP backend

2003-02-21 Thread Jim McDonough
But I'm REALLY NOT FINE with a parameter name 'winbind backend' for this!!! winbind backends are RPC and ADS. we should name this parameter 'idmap backend' or something like that. please, please change this fast! :-) otherwise it will be bad to change this parameter because everyone has

Re: IDMAP backend

2003-02-21 Thread Andrew Bartlett
On Fri, 2003-02-21 at 23:01, Jim McDonough wrote: But I'm REALLY NOT FINE with a parameter name 'winbind backend' for this!!! winbind backends are RPC and ADS. we should name this parameter 'idmap backend' or something like that. please, please change this fast! :-) otherwise

Re: IDMAP backend

2003-02-21 Thread Simo Sorce
I agree, Stefan suggestions are good. Simo. On Fri, 2003-02-21 at 07:52, Stefan (metze) Metzmacher wrote: Hi Jim, Anthony, It's nice to see that someone is working on the idmap backend stuff :-) But I'm REALLY NOT FINE with a parameter name 'winbind backend' for this!!! winbind backends

Re: IDMAP backend

2003-02-21 Thread Jim McDonough
So I've renamed the paramater to 'idmap backend', but I've left it in the nsswitch directory for the moment...since that will take some more effort and planning, and it seems we should have the apis better defined. Jim McDonough IBM Linux Technology Center Samba

IDMAP backend

2003-02-20 Thread Stefan (metze) Metzmacher
Hi Jim, Anthony, It's nice to see that someone is working on the idmap backend stuff :-) But I'm REALLY NOT FINE with a parameter name 'winbind backend' for this!!! winbind backends are RPC and ADS. we should name this parameter 'idmap backend' or something like that. please, please change

[PATCH] Winbind IDMAP Backend rearchitecture

2003-01-22 Thread Jim McDonough
: [PATCH] Winbind IDMAP Backend rearchitecture