PHP Класс LdapTools\AttributeConverter\EncodeWindowsPassword

Автор: Chad Sikorra ([email protected])
Наследование: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait AttributeConverterTrait
Показать файл Открыть проект

Открытые методы

Метод Описание
fromLdap ( $password )
toLdap ( $password )

Защищенные методы

Метод Описание
validateConfiguration ( ) AD requires SSL/TLS by default to modify the unicodePwd attribute. This is probably the source of a lot of confusion when trying to create/modify a user and sending a password across. The default error from LDAP is not very helpful. This at least makes it clear what the problem is. However, it is possible for someone to disable the requirement for AD to require SSL/TLS for password modifications. But I cannot imagine that being a common change.

Описание методов

fromLdap() публичный метод

public fromLdap ( $password )

toLdap() публичный метод

public toLdap ( $password )

validateConfiguration() защищенный метод

AD requires SSL/TLS by default to modify the unicodePwd attribute. This is probably the source of a lot of confusion when trying to create/modify a user and sending a password across. The default error from LDAP is not very helpful. This at least makes it clear what the problem is. However, it is possible for someone to disable the requirement for AD to require SSL/TLS for password modifications. But I cannot imagine that being a common change.
protected validateConfiguration ( )