diff --git a/src/include/pwd.h b/src/include/pwd.h index 7493ee92..d473a710 100644 --- a/src/include/pwd.h +++ b/src/include/pwd.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pwd.h,v 1.3 1996/10/16 09:08:27 downsj Exp $ */ /* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */ /*- @@ -8,7 +9,7 @@ * to the University of California by American Telephone and Telegraph * Co. or Unix System Laboratories, Inc. and are reproduced herein with * the permission of UNIX System Laboratories, Inc. - * Portions Copyright(C) 1995, Jason Downs. All rights reserved. + * Portions Copyright(C) 1995, 1996, Jason Downs. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -60,6 +61,8 @@ #define _PW_KEYBYNUM '2' /* stored by entry in the "file" */ #define _PW_KEYBYUID '3' /* stored by uid */ +#define _PW_YPTOKEN "__YP!" + #define _PASSWORD_EFMT1 '_' /* extended encryption format */ #define _PASSWORD_LEN 128 /* max length, not counting NULL */