1333
Views
0
Helpful
0
Replies
LUA script to extract fields from DN
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2019 05:34 AM - edited 02-21-2020 09:43 PM
Hello Cisco community,
We are trying with no luck to extract a text from a certificate so we can pass it to ISE as a Radius Username.
We simply cant use custom LUA funtions in ASA.
!
myleft, myright= string.find(completestring, "something([^,]*),")
returningvalue = string.sub(completestring, myleft, myright)
return returningvalue
!
our Problem is Sting.find is not returning anything.and we want to know if the Syntax is correct or if there is another Syntax
for find functionASA, AnyConnect, VPN, Remote Access,
Labels:
- Labels:
-
AnyConnect
-
Other VPN Topics
-
Remote Access
-
VPN
0 Replies 0
