Home
last modified time | relevance | path

Searched defs:baseDn (Results 1 – 22 of 22) sorted by relevance

/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/group/
H A DLDAPGroupParser.java51 private final LdapName baseDn; field in LDAPGroupParser
68 public LDAPGroupParser(String nameAttribute, LdapName baseDn) { in LDAPGroupParser()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/
H A DLdapUserProvider.php30 private $baseDn; variable in Symfony\\Component\\Security\\Core\\User\\LdapUserProvider
46 …public function __construct(LdapInterface $ldap, $baseDn, $searchDn = null, $searchPassword = null…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/
H A DLdapUserProvider.php30 private $baseDn; variable in Symfony\\Component\\Security\\Core\\User\\LdapUserProvider
46 …public function __construct(LdapInterface $ldap, $baseDn, $searchDn = null, $searchPassword = null…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices/Test/System.DirectoryServices/
H A DDirectoryServicesDirectorySearcherTest.cs908 private static string GetName (string baseDn) in GetName()
918 private static string GetParentDN (string baseDn) in GetParentDN()
H A DDirectoryServicesDirectoryEntryTest.cs1797 private static string GetName (string baseDn) in GetName()
1807 private static string GetParentDN (string baseDn) in GetParentDN()
/dports/security/libkleo/libkleo-21.12.3/src/kleo/
H A Dkeyserverconfig.cpp31 QString baseDn; member in KeyserverConfig::Private
206 void KeyserverConfig::setLdapBaseDn(const QString &baseDn) in setLdapBaseDn()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Repository/
H A DLdapRepository.php85 protected function isRelatedDn($dn, $baseDn = null)
/dports/www/kanboard/kanboard-1.2.21/app/Core/Ldap/
H A DQuery.php50 public function execute($baseDn, $filter, array $attributes, $limit = 0)
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Authentication/User/
H A DLdapUserBackend.php24 protected $baseDn; variable in Icinga\\Authentication\\User\\LdapUserBackend
89 public function setBaseDn($baseDn)
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Authentication/UserGroup/
H A DLdapUserGroupBackend.php170 public function setUserBaseDn($baseDn)
196 public function setGroupBaseDn($baseDn)
/dports/net/ss5/ss5-3.8.9/common/
H A DSS5OpenLdap.c125 char baseDn[128] ="\0"; in DirectoryQuery() local
/dports/net/kldap/kldap-21.12.3/src/core/
H A Dldapserver.cpp100 LdapDN LdapServer::baseDn() const in baseDn() function in LdapServer
195 void LdapServer::setBaseDn(const LdapDN &baseDn) in setBaseDn()
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/
H A DLDAPConnectionService.java393 public SearchRequest getSearchRequest(Dn baseDn, ExprNode filter) in getSearchRequest()
/dports/deskutils/egroupware/egroupware/vendor/adldap2/adldap2/src/classes/
H A DadLDAPExchange.php71 …$storageGroup, $emailAddress, $mailNickname = null, $useDefaults = true, $baseDn = null, $isGUID =…
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/adLDAP/src/classes/
H A DadLDAPExchange.php67 …$storageGroup, $emailAddress, $mailNickname = NULL, $useDefaults = TRUE, $baseDn = NULL, $isGUID =…
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php67 …me, $storageGroup, $emailAddress, $mailNickname=NULL, $useDefaults=TRUE, $baseDn=NULL, $isGUID=fal…
/dports/deskutils/kmail-account-wizard/kmail-account-wizard-21.12.3/src/
H A Dldap.cpp192 void Ldap::setBaseDn(const QString &baseDn) in setBaseDn()
/dports/security/libkleo/libkleo-21.12.3/src/ui/
H A Deditdirectoryservicedialog.cpp276 QString baseDn() const in baseDn() function in EditDirectoryServiceDialog::Private
/dports/deskutils/egroupware/egroupware/vendor/adldap2/adldap2/src/
H A DadLDAP.php98 protected $baseDn = 'DC=mydomain,DC=local'; variable in adLDAP
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/adLDAP/src/
H A DadLDAP.php96 protected $baseDn = "DC=mydomain,DC=local"; variable in adLDAP
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/plugins/authad/adLDAP/
H A DadLDAP.php96 protected $baseDn = "DC=mydomain,DC=local"; variable in adLDAP
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-minikdc/src/main/java/org/apache/hadoop/minikdc/
H A DMiniKdc.java531 String baseDn = "ou=users,dc=" + orgName.toLowerCase(Locale.ENGLISH) in createPrincipal() local