diff options
-rw-r--r-- | etc/photuris/attributes.conf | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/etc/photuris/attributes.conf b/etc/photuris/attributes.conf index a8bf253447a..34b0d65e1d3 100644 --- a/etc/photuris/attributes.conf +++ b/etc/photuris/attributes.conf @@ -1,11 +1,8 @@ -# Accepted keywords are AT_AH_ATTRIB, AT_ESP_ATTRIB, AT_MD5_DP, AT_MD5_KDP -# AT_DES_CBC -# More attributes will be supported later. -# AT_MP5_DP must be offered and also at least one -# of AT_ESP_ATTRIB or AT_AH_ATTRIB -# This is the default list -AT_MD5_DP +# Predefined keywords are AT_AH_ATTRIB, AT_ESP_ATTRIB +AT_SHA1_IPMAC, 6, ident|auth, 48 +AT_MD5_IPMAC, 5, ident|auth, 48 AT_ESP_ATTRIB -AT_DES_CBC +AT_DES_CBC, 8, enc, 8 AT_AH_ATTRIB -AT_MD5_KDP +AT_SHA1_IPMAC +AT_MD5_IPMAC |