ext-auth: Add an ext-auth plugin invoking an external authorization script
Original patch courtesy of Vyronas Tsingaras.
This commit is contained in:
@@ -258,6 +258,13 @@ if MONOLITHIC
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_EXT_AUTH
|
||||
SUBDIRS += plugins/ext_auth
|
||||
if MONOLITHIC
|
||||
libcharon_la_LIBADD += plugins/ext_auth/libstrongswan-ext-auth.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_EAP_IDENTITY
|
||||
SUBDIRS += plugins/eap_identity
|
||||
if MONOLITHIC
|
||||
|
||||
Reference in New Issue
Block a user