Skip to content

Support empty values in gss_key_value_set_desc #183

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

Merged
merged 1 commit into from
Aug 16, 2019

Conversation

frozencemetery
Copy link
Member

Effectively, this performs the None -> NULL transformation between Python and
C. Currently both MIT krb5 and Heimdal will both treat NULL as an unspecified
value, which causes it to be skipped.

Resolves: #182

Effectively, this performs the None -> NULL transformation between Python and
C.  Currently both MIT krb5 and Heimdal will both treat NULL as an unspecified
value, which causes it to be skipped.

Resolves: pythongssapi#182
@frozencemetery frozencemetery merged commit 2d12ed9 into pythongssapi:master Aug 16, 2019
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.

cred_store should allow specifying empty values
1 participant