Patch #: 12 Type: bug fix Priority: medium Affects: sites using LWSRV_AUFS_SECURITY feature Reported: Gilbert Taylor-Wood Archived: munnari.OZ.AU mac/cap.patches/cap60.patch012 Summary: need to cleanup auth-file entries if server dies File: cap60/applications/aufs/aufs.c *** applications/aufs/aufs.c.orig Wed May 8 20:10:45 1991 --- applications/aufs/aufs.c Wed May 8 20:21:05 1991 *************** *** 1,7 **** /* ! * $Author: djh $ $Date: 91/03/14 20:00:16 $ ! * $Header: aufs.c,v 2.2 91/03/14 20:00:16 djh Exp $ ! * $Revision: 2.2 $ */ /* --- 1,7 ---- /* ! * $Author: djh $ $Date: 1991/05/08 10:20:39 $ ! * $Header: /mac/src/cap60/applications/aufs/RCS/aufs.c,v 2.3 1991/05/08 10:20:39 djh Exp djh $ ! * $Revision: 2.3 $ */ /* *************** *** 1077,1082 **** --- 1077,1085 ---- /* Try closing just in case */ SPCloseSession(cno, 3, 2, &comp); /* 3 times, .5 seconds */ while (comp > 0) { abSleep(30, TRUE); } /* close down if we can */ + #ifdef LWSRV_AUFS_SECURITY + clearuserlogin(); /* gtw: delete auth-file entry for dead users */ + #endif LWSRV_AUFS_SECURITY exit(0); } *** README.orig Wed May 8 20:55:13 1991 --- README Wed May 8 20:55:21 1991 *************** *** 3,9 **** (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 11, May 1991 Introduction ------------ --- 3,9 ---- (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 12, May 1991 Introduction ------------