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 gss_wrap_size_limit() like functionality #7

Open
troelsarvin opened this issue Feb 14, 2023 · 0 comments
Open

Add gss_wrap_size_limit() like functionality #7

troelsarvin opened this issue Feb 14, 2023 · 0 comments

Comments

@troelsarvin
Copy link

troelsarvin commented Feb 14, 2023

I'm trying to use the ldap3 crate, and I'm running into some problems there. When I dive into the ldap3 code, I see this comment:

        // FIXME: the max_size constant is taken from OpenLDAP GSSAPI code as a fallback
        // value for broken GSSAPI libraries. It's meant to serve as a safe value until
        // gss_wrap_size_limit() equivalent is available in cross-krb5.

So I hope gss_wrap_size_limit-like functionality can be added to cross-krb5. The following code (which was subsequently reverted) was maybe an attempt at doing that? 90796a0
If so, I perhaps it could be tried again?

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

No branches or pull requests

1 participant