From 3465aec7e1529ed865ff8c30bcacb677fe7ba47c Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 16 Feb 2008 17:59:33 +0000 Subject: new feature: bcpasswd authentication type "unix". user has now also the choice to use the standard unix passwd/shadow authentication --- ax25/access.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ax25/access.h') diff --git a/ax25/access.h b/ax25/access.h index 12e4666..4901418 100644 --- a/ax25/access.h +++ b/ax25/access.h @@ -11,6 +11,7 @@ #define PW_CLEARTEXT 1 #define PW_SYS 2 #define PW_MD5 4 +#define PW_UNIX 8 void ask_pw_sys(char *prompt, char *pass_want, char *pw); void ask_pw_md5(char *prompt, char *pass_want, char *pw); -- cgit v1.2.3