Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

vetinari
Copy link
Contributor

reworked #62

  • updated to use msgCtx

"gopkg.in/ldap.v2"
)

func ExampleWhoAmI() {
Copy link
Member

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?

Copy link
Contributor Author

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

vetinari and others added 2 commits May 2, 2017 17:34
@vetinari
Copy link
Contributor Author

vetinari commented May 2, 2017

... luckily the race fixed in #110 only happened in tip

@vetinari
Copy link
Contributor Author

... waiting for #168 and #160

Copy link
Member

@johnweldon johnweldon left a 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
Copy link
Member

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

@johnweldon
Copy link
Member

@vetinari I think this is the last one... any chance you still want to update this and we can get it merged in?

@johnweldon johnweldon closed this Jul 15, 2020
@stefanmcshane stefanmcshane mentioned this pull request Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants