pear / Net_LDAP2

Object oriented interface for searching and manipulating LDAP-entries
http://pear.php.net/package/Net_LDAP2
GNU Lesser General Public License v3.0
10 stars 6 forks source link

SCRAM-SHA-1(-PLUS) + SCRAM-SHA-256(-PLUS) + SCRAM-SHA-512(-PLUS) supports #4

Open Neustradamus opened 3 years ago

Neustradamus commented 3 years ago

Can you add supports in Net_LDAP2?

Note, after SCRAM-SHA-1(-PLUS):

"When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802]".

https://xmpp.org/extensions/inbox/hash-recommendations.html

-PLUS variants:

LDAP:

HTTP:

2FA:

IANA:

Linked to:

hbeni commented 3 years ago

No, that is the task of the underlying php ldap extension, as far as i understand...

Neustradamus commented 3 years ago

@hbeni: Thanks for your reply but I have not understand your answer. What "underlying php ldap extension"?

hbeni commented 3 years ago

Net_LDAP is an object oriented interface to the php ldap functions. These are provided by the php ldap module. The php module handles connection stuff like ssl snd ciphers.

Or maybe i don’t understand something?

Btw this pear module is not maintained for some time already