In article <[EMAIL PROTECTED]>, Todd Zino <[EMAIL PROTECTED]> wrote: : I'd think this would conflict with the format in the keytab we generated. : I also noticed that the srv_rcache.c I stepped through en route to : rc_io.c has some blocks to check for backward slashes in the principal : name but not forward slashes. Is this to handle a different problem or : the same issue in Win32 type systems? :
The code in srv_rcache.c certainly has nothing to do with Windows as the Windows file system APIs support '\' and '/' as identical path separators. More than likely the check for '\' is to ensure that escapes are not processed in calls to sprintf() or related functions. -- Jeffrey Altman * Sr.Software Designer C-Kermit 8.0 Beta available The Kermit Project @ Columbia University includes Secure Telnet and FTP http://www.kermit-project.org/ using Kerberos, SRP, and [EMAIL PROTECTED] OpenSSL. SSH soon to follow.
