Kerberos ftpd and large file support

2005-03-30 Thread Vladimir Terziev
Hi, I need to use the Kerberos implementation of the ftpd on Solaris SPARC 64bit platform for transfer of large files ( 2GB). I tryed with ftpd from the MIT Kerberos V 1.3.6 distribution, but it is impossible. Initially I got the error Value too large for defined data

Question about comments in configfiles

2005-03-30 Thread Michael Calmer
Hi, if i read the source code correct with MIT kerberos a comment sign is only allowed at the beginning of the line. Is there a reason why spaces before the comment sign aren't allowed? I think many people wants do this: [libdefaults] #default_realm = EXAMPLE.COM default_realm =

Re: Newbie's question

2005-03-30 Thread Jeffrey Hutzelman
On Wednesday, March 30, 2005 04:33:21 PM -0800 kaiduan xie [EMAIL PROTECTED] wrote: Hi, all, I have an application where the client needs to authenticate to the server before carrying on further communications. The client will acquire ticket from KDC which runs in Microsoft's Domain Controller.

Re: Newbie's question

2005-03-30 Thread Preetam Ramakrishna
Hi, I think using GSSAPI would be a good option. Thanks, Preetam Jeffrey Hutzelman [EMAIL PROTECTED] 3/31/2005 7:23 AM On Wednesday, March 30, 2005 04:33:21 PM -0800 kaiduan xie [EMAIL PROTECTED] wrote: Hi, all, I have an application where the client needs to authenticate to

Re: Newbie's question

2005-03-30 Thread kaiduan xie
Jeffrey, Many thanks for help. In fact, why we choose Kerberos is that we do not want to keep the user's password in clear text. Be more straight, we do not want to transmit the user's password in Internet, and also are prohibited from getting the clear-text password from our customer. Now we

Re: Kerberos ftpd and large file support

2005-03-30 Thread Markus Moeller
You can try proftpd http://www.proftpd.org with http://gssmod.sourceforge.net/. Regards Markus Vladimir Terziev [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I need to use the Kerberos implementation of the ftpd on Solaris SPARC 64bit platform for transfer of large files