Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

vendor specific attributes #114

Open
ketkulka opened this issue Mar 15, 2018 · 5 comments
Open

vendor specific attributes #114

ketkulka opened this issue Mar 15, 2018 · 5 comments

Comments

@ketkulka
Copy link

Not a bug; but a support request.

Is there any support for including vendor specific attributes in authorization requests?
e.g. some tacacs server might need extra or special attributes in authorization request, does this library support such thing?

Is there any plan around this?

Thanks
Ketan

@daveolson53
Copy link

daveolson53 commented Mar 15, 2018 via email

@ketkulka
Copy link
Author

Yes, indeed it is easy to add a new attributes. I looked into the code seems fairly straightforward.

the attribute 'service-argument' that we need is part of authorization request. server needs it in order to do some identification based on it. Few similar examples are listed here -

https://www.cisco.com/c/en/us/support/docs/security/secure-access-control-system/115926-tacacs-radius-devices-00.html#r

HTH

Thanks
Ketan

@daveolson53
Copy link

daveolson53 commented Mar 15, 2018 via email

@ketkulka
Copy link
Author

i was inclined towards giving any such attributes as configuration parameters. just like service and protocol today are; add another parameter 'service-argument' in this case which if passed as an argument will be added in authorization request.

if its ok; i can create PR for this.

Thanks
Ketan

@daveolson53
Copy link

daveolson53 commented Mar 15, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants