[GH-ISSUE #612] Add support handle several objectClass when creating a user #224

Closed
opened 2026-02-27 08:15:58 +03:00 by kerem · 0 comments
Owner

Originally created by @TrackLine on GitHub (Jun 23, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/612

I tried to link this https://github.com/matheusfillipe/ldap-signup project to LLDAP and encountered a problem that when a user logs in, several objectClass values are sent. It would be great if you could add support for this

    $info["objectclass"][0] = "top";
    $info["objectclass"][1] = "person";
    $info["objectclass"][2] = "inetOrgPerson";
    $info["objectclass"][3] = "organizationalPerson";

Thanks!

Originally created by @TrackLine on GitHub (Jun 23, 2023). Original GitHub issue: https://github.com/lldap/lldap/issues/612 I tried to link this https://github.com/matheusfillipe/ldap-signup project to LLDAP and encountered a problem that when a user logs in, several objectClass values are sent. It would be great if you could add support for this $info["objectclass"][0] = "top"; $info["objectclass"][1] = "person"; $info["objectclass"][2] = "inetOrgPerson"; $info["objectclass"][3] = "organizationalPerson"; Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#224
No description provided.