Home
last modified time | relevance | path

Searched refs:supported_control (Results 1 – 10 of 10) sorted by relevance

/dports/net/p5-perl-ldap/perl-ldap-0.68/lib/Net/LDAP/
H A DRootDSE.pm18 sub supported_control { _supported_feature( @_, 'supportedControl' ) } subroutine
/dports/net/pear-Net_LDAP/Net_LDAP-1.1.5/LDAP/
H A DRootDSE.php142 function supported_control() function in Net_LDAP_RootDSE
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/pear/net_ldap2/Net/LDAP2/
H A DRootDSE.php187 public function supported_control() function in Net_LDAP2_RootDSE
/dports/net/pear-Net_LDAP2/Net_LDAP2-2.2.0/Net/LDAP2/
H A DRootDSE.php187 public function supported_control() function in Net_LDAP2_RootDSE
/dports/net/p5-perl-ldap/perl-ldap-0.68/t/
H A D70sortctrl.t42 unless($rootdse->supported_control(LDAP_CONTROL_SORTREQUEST));
H A D74matchedvalues.t40 unless($rootdse->supported_control(LDAP_CONTROL_MATCHEDVALUES));
H A D71preread.t39 unless($rootdse->supported_control(LDAP_CONTROL_PREREAD));
H A D72postread.t39 unless($rootdse->supported_control(LDAP_CONTROL_POSTREAD));
H A D73assert.t40 unless($rootdse->supported_control(LDAP_CONTROL_ASSERTION));
/dports/net/shelldap/shelldap-1.5.1/
H A Dshelldap681 unless ( $self->{'root_dse'}->supported_control(LDAP_CONTROL_PAGED) ) {