-
Notifications
You must be signed in to change notification settings - Fork 27
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
GSS_C_MA_AUTH_INIT_ANON #9
Comments
TBH I am not sure I ever tested anonymous support, so I am going to assume it is somewhat broken. |
Thanks Simo. Not sure if this mechanism was ever used with Heimdal, anyway? But it's nice for things to be "correct". |
I currently do not allow anon:
|
Ah, then no issue then. But – if you do want to support it, then please advertise |
I am working on it, please do not close this issue :) |
If you support GSS_C_ANON_FLAG, you should list GSS_C_MA_AUTH_INIT_ANON as a supported mechanism attribute. Future versions of Heimdal may exclude mechanisms from negotiation that do not support this attribute, if the initiator requested GSS_C_ANON_FLAG.
The text was updated successfully, but these errors were encountered: