|
@@ -452,6 +452,11 @@ static sr_kemi_t sr_kemi_auth_db_exports[] = {
|
|
|
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_INT,
|
|
|
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
|
|
|
},
|
|
|
+ { str_init("auth_db"), str_init("www_authenticate"),
|
|
|
+ SR_KEMIP_INT, ki_www_authenticate,
|
|
|
+ { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
|
|
|
+ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
|
|
|
+ },
|
|
|
{ str_init("auth_db"), str_init("www_authenticate_method"),
|
|
|
SR_KEMIP_INT, ki_www_authenticate_method,
|
|
|
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR,
|