RE: Compile error in server.c

2003-03-25 Thread Anthony Liguori
autoconf isn't enough. Run autogen.sh (to ensure autoheader is run too). Anthony Liguori Linux/Active Directory Interoperability Linux Technology Center (LTC) - IBM Austin E-mail: [EMAIL PROTECTED] Phone: (512) 838-1208 Tie Line: 678-1208

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

2003-03-19 Thread Anthony Liguori
we could make is to modify the ads_connect to use smb_ldap and have smb_ldap handle ADS style connections. I don't see where we'd really gain much there though. Anthony Liguori Linux/Active Directory Interoperability Linux Technology Center (LTC) - IBM Austin E-mail: [EMAIL PROTECTED] Phone

[PATCH] IDMAP LDAP Backend 2of2

2003-03-19 Thread Anthony Liguori
. Regards, Anthony Liguori Linux/Active Directory Interoperability Linux Technology Center - IBM Austin (512) 838-1208 [EMAIL PROTECTED] idmap_ldap_be.tar Description: Unix tar archive

[PATCH] More CLDAP changes (last round hopefully)

2003-02-27 Thread Anthony Liguori
); cldap_reply_free(reply); Anthony Liguori Linux/Active Directory Interoperability Linux Technology Center (LTC) - IBM Austin E-mail: [EMAIL PROTECTED] Phone: (512) 838-1208 Tie Line: 678-1208

Re: [PATCH] Re: 3.0a21: net ads lookup for a child domain gotmessyoutput

2003-02-26 Thread Anthony Liguori
This patch is definitely good. I'd like to see it tested more and also see it be rewritten to gracefully handle unexpected content. That's probably premature until we get a little more testing. It might still be a good idea to check it into HEAD. Anthony Liguori Linux/Active Directory

Re: [PATCH] Re: 3.0a21: net ads lookup for a child domain gotmessyoutput

2003-02-24 Thread Anthony Liguori
construct a patch that reworks most of the parsing such and I think we're at a point where every field we have a least a pretty good guess as to what it is. I'll submit the patch once I get an opportunity to test it. Anthony Liguori Linux/Active Directory Interoperability Linux Technology Center

[PATCH] Change __ERR_XXX to #error directive in clikrb5.c

2003-02-19 Thread Anthony Liguori
Tiny patch to produce useful error messages when krb5 configuration is messed up. (See attached file: clikrb5_error.patch) Anthony Liguori Linux/Active Directory Interoperability Linux Technology Center (LTC) - IBM Austin E-mail: [EMAIL PROTECTED] Phone: (512) 838-1208 Tie Line: 678-1208

Re: [PATCH] Change __ERR_XXX to #error directive in clikrb5.c

2003-02-19 Thread Anthony Liguori
free_kerberos_etypes(krb5_context context, Anthony Liguori Linux/Active Directory Interoperability Linux Technology Center (LTC) - IBM Austin E-mail: [EMAIL PROTECTED] Phone: (512) 838-1208 Tie Line: 678-1208

Re: 3.0a21: net ads lookup for a child domain got messy output

2003-02-13 Thread Anthony Liguori
of responses the servers are returning. If you'd like, you can send it directly to me instead of the list (if you need help getting the trace, let me know and I can help you off the list). Thanks for your help, Anthony Liguori Linux/Active Directory Interoperability Linux Technology Center (LTC) - IBM

Re: Samba 3.0: vfs_netatalk.c

2003-02-11 Thread Anthony Liguori
. Anthony Liguori Linux/Active Directory Interoperability Linux Technology Center (LTC) - IBM Austin E-mail: [EMAIL PROTECTED] Phone: (512) 838-1208 Tie Line: 678-1208

[PATCH] Re: Samba 3.0: vfs_netatalk.c

2003-02-11 Thread Anthony Liguori
If you read the code, then it's pretty obvious that we just need the entries in the directory - unsorted and one at a time. As such, my understanding it that we can re-implement as readdir(). See attachment (See attached file: scandir.patch) Anthony Liguori Linux/Active Directory

Re: Samba 3.0: vfs_netatalk.c

2003-02-10 Thread Anthony Liguori
scandir() (and it's [alpha|version]sort() brethren) is a BSD/Linux-ism and therefore isn't very portable. Since this is in a VFS module (and therefore only optional) I guess this is ok. Anthony Liguori Linux/Active Directory Interoperability Linux Technology Center (LTC) - IBM Austin E-mail

Re: dynamically loadable named pipe providers

2002-12-11 Thread Anthony Liguori
Luke, Are you looking for loadable named pipe support or just loadable RPC support? We have a patch for the later but the former would be a slightly different implementation. Regards, Anthony Liguori Original message Date: Wed, 11 Dec 2002 09:40:25 -0500 From: Jim McDonough [EMAIL