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

Kerberos authentication #5

Closed
coudot opened this issue Aug 21, 2023 · 0 comments · Fixed by #6
Closed

Kerberos authentication #5

coudot opened this issue Aug 21, 2023 · 0 comments · Fixed by #6
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@coudot
Copy link
Member

coudot commented Aug 21, 2023

In Self Service Password, we added the possibility to bind via Kerberos:

       if ( isset($ldap_krb5ccname) ) {
            putenv("KRB5CCNAME=".$ldap_krb5ccname);
            $bind = ldap_sasl_bind($ldap, NULL, NULL, 'GSSAPI') or error_log('Failed to GSSAPI bind.');
        }

We need to include it in the common lib (see ltb-project/self-service-password#797)

@coudot coudot self-assigned this Aug 21, 2023
@coudot coudot added the enhancement New feature or request label Aug 21, 2023
@coudot coudot added this to the 0.2.0 milestone Aug 21, 2023
@coudot coudot linked a pull request Aug 21, 2023 that will close this issue
@coudot coudot closed this as completed in #6 Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant