Browse Source

_PW_YPTOKEN

OPENBSD_2_1
downsj 28 years ago
parent
commit
0346da1a49
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/include/pwd.h

+ 4
- 1
src/include/pwd.h View File

@ -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 */


Loading…
Cancel
Save