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 LD

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

2003-03-19 Thread Anthony Liguori
[PATCH] IDMAP Backend part 1 of 2 (LDAP library) 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 ldaps

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. > > T