krb5_get_credentials does not use the same flags as kdc_options
authorEzra Peisach <epeisach@mit.edu>
Sat, 20 Jan 1996 04:24:26 +0000 (04:24 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 20 Jan 1996 04:24:26 +0000 (04:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7346 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/wintel/auth.c
src/windows/wintel/changelo

index 7ff224a4eb74988f2203afddd9859c59fe8dbc2f..4d3d380e50ae8230322e03755faea0d7ffc4b7c0 100644 (file)
@@ -602,7 +602,7 @@ k5_auth_send (int how)
     }
 
 
-       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);
index 05addc0cbbcf650914c19e88c4ef0e7b05ef0597..42f63e266c8e4409ecb8b8e7b06cde75f81e701a 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jan 19 23:22:12 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * auth.c (k5_auth_send): krb5_get_credentials does not take the
+               kdc_options flags. 
+
 Tue Sep 26 20:11:18 1995    <tytso@rsts-11.mit.edu>
 
        * auth.c: Don't include los-proto.h; it's no longer present.