Home
last modified time | relevance | path

Searched refs:explodeDN (Results 1 – 24 of 24) sorted by relevance

/dports/net/pear-Horde_Ldap/Horde_Ldap-2.4.2/test/Horde/Ldap/
H A DUtilTest.php250 $dn_exploded_cnone = Horde_Ldap_Util::explodeDN($dn, array('casefold' => 'none'));
253 $dn_exploded_cupper = Horde_Ldap_Util::explodeDN($dn, array('casefold' => 'upper'));
256 $dn_exploded_clower = Horde_Ldap_Util::explodeDN($dn, array('casefold' => 'lower'));
259 $dn_exploded_onlyval = Horde_Ldap_Util::explodeDN($dn, array('onlyvalues' => true));
262 $dn_exploded_reverse = Horde_Ldap_Util::explodeDN($dn, array('reverse' => true));
267 Horde_Ldap_Util::explodeDN('cn=J\\, Smith,dc=example,dc=net'));
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/
H A DLdapDN.cs144 public static System.String[] explodeDN(System.String dn, bool noTypes) in explodeDN() method in Novell.Directory.Ldap.LdapDN
147 return dnToExplode.explodeDN(noTypes); in explodeDN()
/dports/net/pear-Horde_Kolab_Server/Horde_Kolab_Server-2.0.5/test/Horde/Kolab/Server/Integration/
H A DPersonTest.php163 $dn_parts = Horde_Ldap_Util::explodeDN($cn_result, array('casefold' => 'lower'));
241 $dn_parts = Horde_Ldap_Util::explodeDN($cn_result, array('casefold' => 'lower'));
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Protocol/Ldap/
H A DLdapUtils.php27 public static function explodeDN($dn, $with_type = true) function in Icinga\\Protocol\\Ldap\\LdapUtils
H A DRoot.php73 $parts = array_reverse(LdapUtils::explodeDN($dn));
H A DLdapQuery.php234 LdapUtils::explodeDN(
/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/
H A DILDAPWrapper.php105 public function explodeDN($dn, $withAttrib); function
H A DLDAP.php148 public function explodeDN($dn, $withAttrib) { function in OCA\\User_LDAP\\LDAP
H A DAccess.php415 $r = $this->ldap->explodeDN($string, 0);
430 $allParts = $this->ldap->explodeDN($dn, 0);
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/PropertyModifier/
H A DPropertyModifierExtractFromDN.php49 $parts = LdapUtils::explodeDN($value);
/dports/net/pear-Horde_Ldap/Horde_Ldap-2.4.2/lib/Horde/Ldap/
H A DLdif.php310 … $olddn = Horde_Ldap_Util::explodeDN($entry->currentDN(), array('casefold' => 'none'));
313 $newdn = Horde_Ldap_Util::explodeDN($entry->dn(), array('casefold' => 'none'));
H A DUtil.php77 public static function explodeDN($dn, array $options = array()) function in Horde_Ldap_Util
H A DEntry.php662 …$parent = Horde_Ldap_Util::explodeDN($this->_newdn, array('casefolding' => 'none', 'reverse' => fa…
/dports/www/horde-base/horde-5.2.23/lib/Block/Account/
H A DLdap.php50 $dn = Horde_Ldap_Util::explodeDN($this->_params['basedn']);
/dports/net/pear-Horde_Kolab_Server/Horde_Kolab_Server-2.0.5/lib/Horde/Kolab/Server/
H A DLdap.php333 $base = Horde_Ldap_Util::explodeDN(
/dports/security/pear-Horde_Group/Horde_Group-2.1.1/lib/Horde/Group/
H A DLdap.php350 $dn = Horde_Ldap_Util::explodeDN($user,
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/
H A DDN.cs663 public virtual System.String[] explodeDN(bool noTypes) in explodeDN() method in Novell.Directory.Ldap.Utilclass.DN
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/3rdParty/pla/lib/
H A Dds_myldap.php825 $parts = $this->explodeDN($dn);
917 private function explodeDN($dn,$with_attributes=0) { function in myldap
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices/System.DirectoryServices/
H A DDirectoryEntry.cs152 String[] lRdn = userDn.explodeDN(false); in InitEntry()
/dports/net/pear-Horde_Ldap/Horde_Ldap-2.4.2/lib/Horde/
H A DLdap.php1035 $base = Horde_Ldap_Util::explodeDN($dn, $options);
/dports/net/phpldapadmin/phpLDAPadmin-1.2.6.3/lib/
H A Dds_ldap.php1062 $parts = $this->explodeDN($dn);
1163 private function explodeDN($dn,$with_attributes=0) { function in ldap
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DNovell.Directory.Ldap.cs548 public static string[] explodeDN(string dn, bool noTypes) { throw null; } in explodeDN() method in Novell.Directory.Ldap.LdapDN
2735 public virtual string[] explodeDN(bool noTypes) { throw null; } in explodeDN() method in Novell.Directory.Ldap.Utilclass.DN
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DNovell.Directory.Ldap.cs549 public static string[] explodeDN(string dn, bool noTypes) { throw null; } in explodeDN() method in Novell.Directory.Ldap.LdapDN
2736 public virtual string[] explodeDN(bool noTypes) { throw null; } in explodeDN() method in Novell.Directory.Ldap.Utilclass.DN
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/
H A DCHANGELOG.md678 * Bug 11490: lib/LDAP: LdapUtils::explodeDN replace deprecated use of eval in preg_replace