We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As described in man krb5.conf, such configuration should be possible:
man krb5.conf
[realms] ATHENA.MIT.EDU = { auth_to_local = RULE:[2:$1](johndoe)s/^.*$/guest/ auth_to_local = RULE:[2:$1;$2](^.*;admin$)s/;admin$// auth_to_local = RULE:[2:$2](^.*;root)s/^.*$/root/ auto_to_local = DEFAULT }
Currently, such configuration is impossible since auth_to_local does not support array values.
auth_to_local
The text was updated successfully, but these errors were encountered:
Add auth_to_local in the array fields
02951ee
* Fixes #24
199666c
Merge branch 'feature/auth_to_local_array' into develop
3a8ec3f
* Fixes #24 * Add support for array values in realm auth_to_local param
Merge tag 'v1.2.1' into develop
2c4d60b
Fixes #24 - Add Array support for realm auth_to_local
riton
No branches or pull requests
As described in
man krb5.conf
, such configuration should be possible:Currently, such configuration is impossible since
auth_to_local
does not support array values.The text was updated successfully, but these errors were encountered: