PHP 클래스 LdapTools\AttributeConverter\EncodeWindowsPassword

저자: Chad Sikorra ([email protected])
상속: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait AttributeConverterTrait
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
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 ( )