diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-16 09:08:28 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-16 09:08:28 +0000 |
commit | fe100a28fd0c855dc9a81fd9f73c3cbf6ab613f7 (patch) | |
tree | a0b0da00d277069a51fc7af1ef2ac0b8b95bae3f /include/pwd.h | |
parent | 032e0f8413fd0127549faa5b5c280db1b9143554 (diff) |
_PW_YPTOKEN
Diffstat (limited to 'include/pwd.h')
-rw-r--r-- | include/pwd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/pwd.h b/include/pwd.h index 7493ee92dc5..d473a7101ef 100644 --- a/include/pwd.h +++ b/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 */ |