Home
last modified time | relevance | path

Searched refs:ldap (Results 1 – 9 of 9) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php40 protected $ldap;
53 return (bool) $this->ldap()->bind($username, $password);
64 $this->ldap()->sendAndReceive($modify, ...$context->controls()->toArray());
72 $this->ldap()->sendAndReceive($modifyDn, ...$context->controls()->toArray());
80 $this->ldap()->sendAndReceive($delete, ...$context->controls()->toArray());
88 $this->ldap()->sendAndReceive($add, ...$context->controls()->toArray());
96 return $this->ldap()->search($search, ...$context->controls()->toArray());
104 $response = $this->ldap()->sendAndReceive($compare, ...$context->controls()->toArray())->getResponse();
117 $this->ldap()->send($extended, ...$context->controls()->toArray());
125 $this->ldap
39 protected $ldap; global() variable in FreeDSx\\Ldap\\Server\\RequestHandler\\ProxyRequestHandler
130 protected function ldap(): LdapClient global() function in FreeDSx\\Ldap\\Server\\RequestHandler\\ProxyRequestHandler
[all...]
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php19 protected $ldap; variable in dokuwiki\\plugin\\pureldap\\classes\\GroupHierarchyCache
27 * @param LdapClient $ldap
30 public function __construct(LdapClient $ldap, $usefs) argument
32 $this->ldap = $ldap;
75 $paging = $this->ldap->paging($search);
H A DClient.php26 protected $ldap;
47 $this->ldap = new LdapClient($this->config);
164 if (!$this->ldap->isConnected() && $this->config['encryption'] === 'tls') {
166 $this->ldap->startTls();
174 $this->ldap->bind($user, $pass);
25 protected $ldap; global() variable in dokuwiki\\plugin\\pureldap\\classes\\Client
H A DADClient.php58 $entries = $this->ldap->search(Operations::search($filter, ...$attributes));
96 $this->ldap->update($entry);
124 $paging = $this->ldap->paging($search);
195 $paging = $this->ldap->paging($search);
244 $this->gch = new GroupHierarchyCache($this->ldap, $this->config['usefscache']);
397 $entry = $this->ldap->read(
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md36 composer require freedsx/ldap
46 $ldap = new LdapClient([
54 $ldap->startTls();
57 $ldap->bind('user@example.local', '12345');
70 $paging = $ldap->paging($search, 100);
102 $ldap->create($entry);
113 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
128 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
147 $ldap->update($entry);
159 $entry = $ldap
[all...]
/plugin/authldaplocal/
H A DREADME.md29 $conf['plugin']['authldaplocal']['server'] = 'ldap://ldap.example.com:389';
36 # ldap version is optional but may be required for your server
/plugin/ldapsearch/
H A Dsyntax.php48 $urlSyntax = 'ldap:\/\/([-\w.]+):([0-9]+)\/([^\?]*)\?([^\?]*)\?(base|one|sub)\?([^\]]+)';
/plugin/pureldap/
H A Dcomposer.lock69 "name": "freedsx/ldap",
123 "ldap",
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DXmlTest.php1843 'SOURCE:ldap://ldap.example.com/cn=Babs%20Jensen\,%20o=Babsco\,%20c=US' . "\n" .