diff options
| author | Marc G. Fournier | 1998-02-25 13:09:49 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-02-25 13:09:49 +0000 |
| commit | 780068f812a61e73b2474f7f025b28309a2f1840 (patch) | |
| tree | 7d1db588478714e434ced675e55af8101f94f3fb /src/include/utils | |
| parent | d067f83b274adffb3415a8a41dd8bdc71bc87620 (diff) | |
From: Jan Wieck <jwieck@debis.com>
seems that my last post didn't make it through. That's good
since the diff itself didn't covered the renaming of
pg_user.h to pg_shadow.h and it's new content.
Here it's again. The complete regression test passwd with
only some float diffs. createuser and destroyuser work.
pg_shadow cannot be read by ordinary user.
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/acl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h index d1dab54469a..d4dd628613d 100644 --- a/src/include/utils/acl.h +++ b/src/include/utils/acl.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: acl.h,v 1.15 1998/02/24 03:31:50 scrappy Exp $ + * $Id: acl.h,v 1.16 1998/02/25 13:09:49 scrappy Exp $ * * NOTES * For backward-compatability purposes we have to allow there @@ -39,7 +39,7 @@ typedef uint32 AclId; typedef uint8 AclIdType; #define ACL_IDTYPE_WORLD 0x00 -#define ACL_IDTYPE_UID 0x01 /* user id - from pg_user */ +#define ACL_IDTYPE_UID 0x01 /* user id - from pg_shadow */ #define ACL_IDTYPE_GID 0x02 /* group id - from pg_group */ /* |
