Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Replace ldap_connect with host and port with ldap-URI #70

@heiglandreas

Description

@heiglandreas

The ldap_connect still uses host and port due to some long outdated OpenLDAP-Libs. As the OpenLDAP-Lib version supporting connections via LDAP-URI is by now 11 years old, we should be able to get rid of that old and deprecated feature.

So all calls to ldap_connect($host, $port) should be replaced with calls to ldap_connect($ldapUri)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions