Operating Systems & Kerbros

Sam Hartman hartmans at MIT.EDU
Thu Feb 20 20:37:33 EST 2003


>>>>> "Jose" == Jose Marques <noway at nohow.demon.co.uk> writes:

    Jose> On Mon, 17 Feb 2003, Sam Hartman wrote:
    >> I have enclosed the patch; please let us know if you find any
    >> problems.

    Jose> Seemed to be Ok at first but after a while our primary KDC
    Jose> stopped responding.  On further checking the kdc process was
    Jose> using all the CPU and had to be kill -9'ed.
Oops, rather embarrassing typo.

diff -u -r5.34 -r5.35
--- kdc_preauth.c       2003/02/15 01:15:09     5.34
+++ kdc_preauth.c       2003/02/21 01:35:09     5.35
@@ -556,7 +556,7 @@
        while (1) {
                    if (!request_contains_enctype(context,
                                                              request, db_etype)) {
                                                              -               if (db_etype = ENCTYPE_DES_CBC_CRC)
                                                              +               if (db_etype == ENCTYPE_DES_CBC_CRC)
                                                                                   continue;
                                                                                                    else break;
                                                                                                    




More information about the Kerberos mailing list