Morten Brekkevold
Morten Brekkevold
The central table we want to look at in [CISCO-AUTH-FRAMEWORK-MIB](https://mibbrowser.online/mibs/CISCO-AUTH-FRAMEWORK-MIB.mib) seems to be `cafSessionTable`: ```asn cafSessionTable OBJECT-TYPE SYNTAX SEQUENCE OF CafSessionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The table contains a...
And yes, the [CISCO-AUTH-FRAMEWORK-MIB](https://mibbrowser.online/mibs/CISCO-AUTH-FRAMEWORK-MIB.mib) *does* provide information about multiple authentication methods: ```asn CiscoAuthMethod ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The authentication methods and protocols supported in Authentication Framework. other : none...
I took the liberty of moving this into the Ready For review phase, despite it being a draft PR
I've taken the liberty of rebasing this on the latest master (a lot has changed since this was pitched), adding the suggested middleware re-ordering and added a few tests for...
> HTMx may use AJAX, won't that be caught by the ajax-rule? WDYM? The "AJAX" test looks for the non-standard `X-Requested-With` request header, returning true if its value is `XMLHttpRequest`....
> Overall the code seems nicely structured. After a long F2F session, I would say my most important suggestion is to split this into two PRs: One for the rewrite...
Re: Tip about splitting into multiple PRs: I cannot recall whether you have permission to push branches on the upstream repo, but if you do, it makes it easier to...
Making this available through API sounds worthwhile to me, at least. > Our intended solution is just before the reboot switch command is sent, we make an API call to...