Skip to content

Undefined variable $ldap_krb5ccname in /var/www/vendor/ltb-project/ltb-common/src/Ltb/Ldap.php on line 63 #52

Closed
@luandrea

Description

@luandrea

I get this error when trying to connect to AD using kerberos GSSAPI:

Undefined variable $ldap_krb5ccname in /var/www/vendor/ltb-project/ltb-common/src/Ltb/Ldap.php on line 63, referer: http://localhost/

It is about this line on Ldap.php:
putenv("KRB5CCNAME=".$ldap_krb5ccname);

Should it be like that:
putenv("KRB5CCNAME=".$this->ldap_krb5ccname);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions