Свойство | Тип | Описание | |
---|---|---|---|
$connection | LdapTools\Connection\LdapConnectionInterface | null | ||
$domainSid | This is the domain SID that can be used to form other well known SIDs. | ||
$rootDomainSid | This is the root domain SID that can be used to form other well known SIDs in the root domain. |
Метод | Описание | |
---|---|---|
__construct ( LdapTools\Connection\LdapConnectionInterface $connection = null ) | ||
parse ( string $sddl ) : |
Given a full SDDL string, parse it and return the SecurityDescriptor object that it represents. |
Метод | Описание | |
---|---|---|
getDomainSid ( boolean $isRoot ) : |
||
getSddlFlagValue ( string $sddl, array $possibleFlags, string $name ) : integer | ||
getSid ( string $sid, string $type ) : |
||
getWellKnownDomainSid ( string $sid, boolean $isRoot ) : |
||
parseAce ( string $sddl ) : |
||
parseAcl ( string $aclType, string $aclString, |
||
parseControlFlags ( string $ctrlFlags, string $aclType, |
public __construct ( LdapTools\Connection\LdapConnectionInterface $connection = null ) | ||
$connection | LdapTools\Connection\LdapConnectionInterface |
protected getDomainSid ( boolean $isRoot ) : |
||
$isRoot | boolean | |
Результат |
protected getWellKnownDomainSid ( string $sid, boolean $isRoot ) : |
||
$sid | string | |
$isRoot | boolean | |
Результат |
protected parseControlFlags ( string $ctrlFlags, string $aclType, |
||
$ctrlFlags | string | |
$aclType | string | |
$sd |
protected LdapConnectionInterface,LdapTools\Connection|null $connection | ||
Результат | LdapTools\Connection\LdapConnectionInterface | null |
protected $domainSid |