krb5_get_credentials does not take the same flags as kdc_options. Set to
authorEzra Peisach <epeisach@mit.edu>
Sat, 20 Jan 1996 04:21:38 +0000 (04:21 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 20 Jan 1996 04:21:38 +0000 (04:21 +0000)
0.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7345 dc483132-0cff-0310-8789-dd5450dbe970

src/mac/telnet-k5-auth/ChangeLog
src/mac/telnet-k5-auth/krb5auth.c

index fdd62e6c48b82452db7b11faa7d5681640d9e22a..1264c776e211bad61dd42f05d0d8bb4bf8dff21e 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jan 19 23:20:51 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * krb5auth.c (k5_auth_send): krb5_get_credentials does not take
+               the same flags as kdc_options.
+
 Wed Sep 27 12:00:00 1995  John Rivlin <jrivlin@fusion.com>
 
        * Directory created with NCSA Telnet Kerberos Authentication
index 81c386bf6e0aeb4c925e07297c33e3e8519274c4..b543745e6d25ed5276342dc892d47e6a8d6eb4ff 100644 (file)
@@ -182,7 +182,7 @@ k5_auth_send (int how, char *szHostName, char *szUserName, krb5_data *auth)
     }
 
 
-       if (r = krb5_get_credentials(k5_context, KDC_OPT_RENEWABLE_OK,
+       if (r = krb5_get_credentials(k5_context, 0,
                                     ccache, &cred, &new_cred)) {
         com_err (NULL, r, "while authorizing.");
                krb5_free_cred_contents(k5_context, &cred);