PHP 클래스 LdapTools\AttributeConverter\ConvertPrimaryGroup

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

공개 메소드들

메소드 설명
fromLdap ( $value )
toLdap ( $value )

보호된 메소드들

메소드 설명
validateAndGetGroupSID ( string $name ) : string Make sure that the group exists and that the user is already a member of it. If not, at least give an informative message.

메소드 상세

fromLdap() 공개 메소드

public fromLdap ( $value )

toLdap() 공개 메소드

public toLdap ( $value )

validateAndGetGroupSID() 보호된 메소드

Make sure that the group exists and that the user is already a member of it. If not, at least give an informative message.
protected validateAndGetGroupSID ( string $name ) : string
$name string The group name.
리턴 string The text SID of the group.