diff options
author | venaas <venaas> | 2008-04-29 11:49:16 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-04-29 11:49:16 +0000 |
commit | 6b99b3dc0fcce1ebd639c93e9a74c1b61da8befe (patch) | |
tree | f1f781b591759fe3680d1987542b09bebbc964e0 /gconfig.h | |
parent | b4644fb5a08feffaf1a433cf39c37b04d6f16f6d (diff) |
added certificatenamecheck option to client/server for disabling default altsubjectname/cn check
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@245 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'gconfig.h')
-rw-r--r-- | gconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #define CONF_STR 1 #define CONF_CBK 2 #define CONF_MSTR 3 +#define CONF_BLN 4 struct gconffile { char *path; |