-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate subrealm based on an eduPersonEntitlement atttribute #23
Comments
One of the issues with this is that it's hard to change the value; I think this is why we currently implement it by role/affiliation, in such a way that we add a prefix of "student." to the realm, because that may survive a network redesign better. Is there a good reason to really make it a specific VLAN value? (I'd argue that if it's a role, it's trivial to assign a pool of VLANs from your internal system better?) Anyway, thinking out loud; the part that we didn't really implement is taking the value out of a part of the attribute value (just the entire value, like in the case of affiliation - yet in most cases we hardwire). |
Doesn't necessarily have to be the specific VLAN value, the only requirement is that the value can be used as a subrealm. Would it be easier if we'd use the |
Hmm, and what if it's multi-value? |
Filter for a specific prefix, |
As an organisation I want the user to get a realm based on the value of an eduPersonEntitlement attribute so I can do granular VLAN assignment based on this realm
Possiible example values
The text was updated successfully, but these errors were encountered: