diff options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/login_token/tokendb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_token/tokendb.h b/libexec/login_token/tokendb.h index d5bb6efb119..e8d43afa846 100644 --- a/libexec/login_token/tokendb.h +++ b/libexec/login_token/tokendb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tokendb.h,v 1.3 2002/11/21 22:00:50 millert Exp $ */ +/* $OpenBSD: tokendb.h,v 1.4 2002/11/21 22:11:45 millert Exp $ */ /*- * Copyright (c) 1995 Migration Associates Corp. All Rights Reserved @@ -65,7 +65,7 @@ typedef struct { #define TOKEN_PHONEMODE 0x4 /* allow phone book results */ #define TOKEN_RIM 0x8 /* reduced imput mode */ -#define TOKEN_GROUP "tokenadm" /* group that owns token database */ +#define TOKEN_GROUP "_token" /* group that owns token database */ /* * Function prototypes for routines which manipulate the |