-
Notifications
You must be signed in to change notification settings - Fork 365
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
Add Proxied Authorization (RFC 4370), Who Am I? (RFC 4532) #78
Conversation
"gopkg.in/ldap.v2" | ||
) | ||
|
||
func ExampleWhoAmI() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there tests for WhoAmI
possible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add a encode / decode test to control_test.go
also: fix typo: s/Authoization/Authorization/
... luckily the race fixed in #110 only happened in tip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wanna clean up this branch to merge?
// "A result code (123) has been assigned by the IANA for the case where | ||
// the server does not execute a request using the proxy authorization | ||
// identity." | ||
LDAPResultAuthorizationDenied = 123 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these are already in now from PR #160
@vetinari I think this is the last one... any chance you still want to update this and we can get it merged in? |
reworked #62