Module Name: krb5 Committed By: tlyu Date: Fri Aug 8 20:38:55 UTC 2003 Modified Files: krb5/src/lib/krb5/krb/ChangeLog krb5/src/lib/krb5/krb/gic_pwd.c Added Files: Removed Files: Log Message ticket: new subject: get_init_creds_password: DNS SRV off causes bogus REALM_UNKNOWN target_version: 1.3.2 tags: pullup component: krb5-libs * gic_pwd.c (krb5_get_init_creds_password): If DNS SRV support is turned off, the second call to get_init_creds() will fail with KRB5_REALM_UNKNOWN under certain circumstances. If that happens, return the error from the first call to get_init_creds(), which will be more useful to the user. To generate a diff of this commit: cvs diff -r5.420 -r5.421 krb5/src/lib/krb5/krb/ChangeLog cvs diff -r5.24 -r5.25 krb5/src/lib/krb5/krb/gic_pwd.c