Home
last modified time | relevance | path

Searched refs:getDn (Results 1 – 25 of 64) sorted by relevance

123

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/
H A DEntryManager.php40 if (!@ldap_add($con, $entry->getDn(), $entry->getAttributes())) {
41 … throw new LdapException(sprintf('Could not add entry "%s": ', $entry->getDn()).ldap_error($con));
54 if (!@ldap_modify($con, $entry->getDn(), $entry->getAttributes())) {
55 …throw new LdapException(sprintf('Could not update entry "%s": ', $entry->getDn()).ldap_error($con)…
66 if (!@ldap_delete($con, $entry->getDn())) {
67 …throw new LdapException(sprintf('Could not remove entry "%s": ', $entry->getDn()).ldap_error($con)…
78 if (!@ldap_rename($con, $entry->getDn(), $newRdn, null, $removeOldRdn)) {
79 …throw new LdapException(sprintf('Could not rename entry "%s" to "%s": ', $entry->getDn(), $newRdn)…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Ldap/Adapter/ExtLdap/
H A DEntryManager.php40 if (!@ldap_add($con, $entry->getDn(), $entry->getAttributes())) {
41 … throw new LdapException(sprintf('Could not add entry "%s": ', $entry->getDn()).ldap_error($con));
54 if (!@ldap_modify($con, $entry->getDn(), $entry->getAttributes())) {
55 …throw new LdapException(sprintf('Could not update entry "%s": ', $entry->getDn()).ldap_error($con)…
66 if (!@ldap_delete($con, $entry->getDn())) {
67 …throw new LdapException(sprintf('Could not remove entry "%s": ', $entry->getDn()).ldap_error($con)…
78 if (!@ldap_rename($con, $entry->getDn(), $newRdn, null, $removeOldRdn)) {
79 …throw new LdapException(sprintf('Could not rename entry "%s" to "%s": ', $entry->getDn(), $newRdn)…
/dports/games/flightgear/flightgear-2020.3.11/src/MultiPlayer/
H A DMPServerResolver.cxx97 …(SG_NETWORK, SG_INFO, "MPServerResolver: sending DNS request for " << _priv->_dnsRequest->getDn()); in run()
105 …_NETWORK, SG_WARN, "Timeout waiting for DNS response. Query was: " << _priv->_dnsRequest->getDn()); in run()
111 …LOG(SG_NETWORK, SG_INFO, "MPServerResolver: got DNS response for " << _priv->_dnsRequest->getDn()); in run()
151 …(SG_NETWORK, SG_INFO, "MPServerResolver: sending DNS request for " << _priv->_dnsRequest->getDn()); in run()
160 …_NETWORK, SG_WARN, "Timeout waiting for DNS response. Query was: " << _priv->_dnsRequest->getDn()); in run()
166 …LOG(SG_NETWORK, SG_INFO, "MPServerResolver: got DNS response for " << _priv->_dnsRequest->getDn()); in run()
/dports/devel/simgear/simgear-2020.3.11/simgear/io/
H A DDNSClient.cxx148 …auto q = dns_submit_srv(client->d->ctx, getDn().c_str(), _service.empty() ? NULL : _service.c_str(… in submit()
153 SG_LOG(SG_IO, SG_ALERT, "Can't submit dns request for " << getDn()); in submit()
197 auto q = dns_submit_txt(client->d->ctx, getDn().c_str(), DNS_C_IN, 0, dnscbTXT, this); in submit()
199 SG_LOG(SG_IO, SG_ALERT, "Can't submit dns request for " << getDn()); in submit()
248 auto q = dns_submit_naptr(client->d->ctx, getDn().c_str(), 0, dnscbNAPTR, this); in submit()
250 SG_LOG(SG_IO, SG_ALERT, "Can't submit dns request for " << getDn()); in submit()
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Authentication/
H A DActiveDirectoryCommon.php62 protected function getDn($samaccountname) function
140 $ldap_groups[] = $this->getDn($default_group);
144 $ldap_groups[] = $this->getDn($key);
/dports/www/kanboard/kanboard-1.2.21/app/Auth/
H A DLdapAuth.php79 $this->logger->info('Authenticate this user: '.$user->getDn());
81 if ($client->authenticate($user->getDn(), $this->password)) {
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Auth/
H A DAuthLdap.php160 if (false !== $this->ldap->getDn($login)) {
184 $bindLogin = $this->ldap->getDn($login);
270 if (false !== $this->ldap->getDn($login)) {
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/user/
H A DUserService.java101 + "and will be ignored.", entry.getDn().toString()); in getUsers()
149 results.forEach(entry -> userDNs.add(entry.getDn()));
/dports/www/kanboard/kanboard-1.2.21/app/Core/Ldap/
H A DUser.php96 $userattr = $entry->getDn();
162 $entry->getDn(),
H A DEntry.php73 public function getDn() function in Kanboard\\Core\\Ldap\\Entry
H A DGroup.php80 …$groups[] = new LdapGroupProvider($entry->getDn(), $entry->getFirstValue($this->getAttributeName()…
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/ldap/
H A DRecord.php173 public function getDn(){ function in GO\\Base\\Ldap\\Record
202 $dn = $this->getDn();
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/
H A DUserGroupService.java146 + "and will be ignored.", entry.getDn().toString()); in getUserGroups()
260 + "and will be ignored.", entry.getDn().toString());
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Ldap/
H A DEntry.php33 public function getDn() function in Symfony\\Component\\Ldap\\Entry
H A DLdapClient.php90 $resultEntry['dn'] = $entry->getDn();
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Ldap/
H A DEntry.php33 public function getDn() function in Symfony\\Component\\Ldap\\Entry
H A DLdapClient.php90 $resultEntry['dn'] = $entry->getDn();
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Repository/
H A DLdapRepository.php88 …izedBaseDn = strtolower(join(',', array_map('trim', explode(',', $baseDn ?: $this->ds->getDn()))));
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/ldapauthenticator/cli/controller/
H A DSync.php43 echo $record->getDn() . "\n";
82 … $this->output("Skipping record. Could not determine username for record: " . $record->getDn());
138 $dn = ldap_explode_dn($record->getDn(), 0);
/dports/devel/py-opengrok-tools/opengrok-1.3.16/plugins/src/main/java/opengrok/auth/entity/
H A DLdapUser.java79 public String getDn() { in getDn() method in LdapUser
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/
H A DObjectQueryService.java364 logger.debug("Ignoring object \"{}\".", entry.getDn().toString()); in asMap()
374 + "a duplicate.", identifier, entry.getDn().toString()); in asMap()
/dports/www/kanboard/kanboard-1.2.21/app/User/
H A DLdapUserProvider.php227 public function getDn() function in Kanboard\\User\\LdapUserProvider
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/ldap/
H A DRecord.php107 public function getDn() { function in go\\core\\ldap\\Record
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Protocol/Ldap/
H A DLdapConnection.php227 public function getDn() function in Icinga\\Protocol\\Ldap\\LdapConnection
421 $query->getBase() ?: $this->getDn(),
935 $query->getBase() ?: $this->getDn(),
1014 ldap_search($ds, $query->getBase() ?: $this->getDn(), (string) $query);
1250 $baseDn = $query->getBase() ?: $this->getDn();
/dports/net/pear-Horde_Kolab_Server/Horde_Kolab_Server-2.0.5/lib/Horde/Kolab/Server/Connection/Mock/
H A DLdap.php434 $guid = $entry->getDn();
456 $guid = $entry->getDn();

123