Home
last modified time | relevance | path

Searched refs:getDN (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/net/phpldapadmin/phpLDAPadmin-1.2.6.3/htdocs/
H A Dmass_update.php57 $result = $app['server']->modify($template->getDN(),$template->getLDAPmodify(false,$index));
60 printf('%s: <b>%s</b><br>',$template->getDN(),_('Modification successful!'));
62 printf('%s: <b>%s</b><br>',$template->getDN(),_('Modification NOT successful!'));
72 printf('<input type="hidden" name="dn[%s]" value="%s" />',$j,$page->getTemplate()->getDN());
92 …mg src="%s/%s" alt="icon" /></td>',IMGDIR,get_icon($app['server']->getIndex(),$template->getDN()));
95 …']->getIndex(),rawurlencode(dn_unescape($template->getDN())),htmlspecialchars(get_rdn($template->g…
99 htmlspecialchars(dn_unescape($template->getDN())),_('Old Value'));
H A Dcreate.php55 $add_result = $app['server']->add($request['template']->getDN(),$request['template']->getLDAPadd());
77 _('Creation successful!'),_('DN'),$request['template']->getDN(),_('has been created.'));
91 _('Server'),$app['server']->getName(),_('Distinguished Name'),$request['template']->getDN()));
96 …htmlspecialchars($href),rawurlencode($request['template']->getDN()),_('Display the new created ent…
H A Dimport.php57 rawurlencode($request['template']->getDN()));
60 …small>%s <a href="%s">%s</a>',$actionString[$changetype],$edit_href,$request['template']->getDN());
67 $errormsg = sprintf('%s <b>%s</b>',$actionErrorMsg[$changetype],$request['template']->getDN());
H A Dmass_edit.php72 printf('<input type="hidden" name="dn[%s]" value="%s" />',$j,$page->getTemplate()->getDN());
94 $template->getDN(),substr($template->getDN(),0,20));
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/3rdParty/pla/htdocs/
H A Dmass_update.php56 $result = $app['server']->modify($template->getDN(),$template->getLDAPmodify(false,$index));
59 printf('%s: <b>%s</b><br>',$template->getDN(),_('Modification successful!'));
61 printf('%s: <b>%s</b><br>',$template->getDN(),_('Modification not successful!'));
71 printf('<input type="hidden" name="dn[%s]" value="%s" />',$j,$page->getTemplate()->getDN());
91 …mg src="%s/%s" alt="icon" /></td>',IMGDIR,get_icon($app['server']->getIndex(),$template->getDN()));
94 …']->getIndex(),rawurlencode(dn_unescape($template->getDN())),htmlspecialchars(get_rdn($template->g…
98 htmlspecialchars(dn_unescape($template->getDN())),_('Old value'));
H A Dcreate.php56 $add_result = $app['server']->add($request['template']->getDN(),$request['template']->getLDAPadd());
78 $request['template']->getDN());
92 _('DN'),$request['template']->getDN()));
97 …htmlspecialchars($href),rawurlencode($request['template']->getDN()),_('Display the created entry')…
H A Dimport.php57 rawurlencode($request['template']->getDN()));
60 …small>%s <a href="%s">%s</a>',$actionString[$changetype],$edit_href,$request['template']->getDN());
67 $errormsg = sprintf('%s <b>%s</b>',$actionErrorMsg[$changetype],$request['template']->getDN());
H A Dmass_edit.php71 printf('<input type="hidden" name="dn[%s]" value="%s" />',$j,$page->getTemplate()->getDN());
93 $template->getDN(),substr($template->getDN(),0,20));
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/3rdParty/pla/lib/
H A DAJAXTree.php57 $child_count = $this->readChildrenNumber($entry->getDN());
91 $node_id = sprintf('node%s',base64_encode(sprintf('%s-%s',$server->getIndex(),$entry->getDN())));
115 …\'%s\');" title="%s" >',$href,$parms['edit'],_('Retrieving DN'),htmlspecialchars($entry->getDN()));
120 …le="%s" class="phplm">',$href,$parms['edit'],_('Retrieving DN'),htmlspecialchars($entry->getDN()));
164 $this->draw_item($children[$i]->getDN(),$code,$first,$last);
255 $output .= sprintf('<a href="%s" title="%s">',htmlspecialchars($href),$entry->getDN());
283 array_push($result,$value->getDN());
H A DHTMLTree.php89 $rdn = explode('=',get_rdn($base->getDN()));
91 IMGDIR,$this->getDepth()+3-3,pretty_print_dn($base->getDN()));
97 …="hidden" name="container" value="%s" />',htmlspecialchars($server->getContainer($base->getDN())));
98 …is->javascript .= sprintf('<input type="hidden" name="rdn" value="%s" />',get_rdn($base->getDN()));
106 if (preg_match('/,/',$base->getDN()))
114 $this->draw_item($base->getDN(),-1);
456 return pretty_print_dn($entry->getDN());
534 $basedepth = count(pla_explode_dn($server->getContainerPath($dn->getDN(),'/')));
537 $depth = count(pla_explode_dn($dn->getDN()))+1-$basedepth;
/dports/net/phpldapadmin/phpLDAPadmin-1.2.6.3/lib/
H A DAJAXTree.php60 $child_count = $this->readChildrenNumber($entry->getDN());
89 $node_id = sprintf('node%s',base64_encode(sprintf('%s-%s',$server->getIndex(),$entry->getDN())));
113 …\'%s\');" title="%s" >',$href,$parms['edit'],_('Retrieving DN'),htmlspecialchars($entry->getDN()));
118 …le="%s" class="phplm">',$href,$parms['edit'],_('Retrieving DN'),htmlspecialchars($entry->getDN()));
165 $this->draw_item($children[$i]->getDN(),$code,$first,$last);
271 $output .= sprintf('<a href="%s" title="%s">',htmlspecialchars($href),$entry->getDN());
302 array_push($result,$value->getDN());
H A DHTMLTree.php93 $rdn = explode('=',get_rdn($base->getDN()));
95 IMGDIR,$this->getDepth()+3-3,pretty_print_dn($base->getDN()));
101 …="hidden" name="container" value="%s" />',htmlspecialchars($server->getContainer($base->getDN())));
102 …is->javascript .= sprintf('<input type="hidden" name="rdn" value="%s" />',get_rdn($base->getDN()));
110 if (preg_match('/,/',$base->getDN()))
118 $this->draw_item($base->getDN(),-1);
489 return pretty_print_dn($entry->getDN());
579 $basedepth = count(pla_explode_dn($server->getContainerPath($dn->getDN(),'/')));
582 $depth = count(pla_explode_dn($dn->getDN()))+1-$basedepth;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Protocol/Ldap/
H A DRoot.php150 return substr($dn, 0, strlen($dn) - strlen($this->getDN()) - 1);
160 $mydn = $this->getDN();
210 return $this->getDN();
216 public function getDN() function in Icinga\\Protocol\\Ldap\\Root
/dports/www/ilias/ILIAS-5.4.25/Services/LDAP/classes/
H A Dclass.ilLDAPRoleAssignmentRule.php158 $this->getDN(),
294 public function getDN() function in ilLDAPRoleAssignmentRule
442 $dn_arr = explode(',', $this->getDN());
470 $this->db->quote($this->getDN(), 'text') . ", " .
499 "dn = " . $this->db->quote($this->getDN(), 'text') . ", " .
533 if (!strlen($this->getDN()) or !strlen($this->getMemberAttribute())) {
/dports/www/ilias6/ILIAS-6.14/Services/LDAP/classes/
H A Dclass.ilLDAPRoleAssignmentRule.php158 $this->getDN(),
294 public function getDN() function in ilLDAPRoleAssignmentRule
442 $dn_arr = explode(',', $this->getDN());
470 $this->db->quote($this->getDN(), 'text') . ", " .
499 "dn = " . $this->db->quote($this->getDN(), 'text') . ", " .
533 if (!strlen($this->getDN()) or !strlen($this->getMemberAttribute())) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java38 if (!ldURL.getDN().equals(uid)) { in main()
39 throw new Exception("uid changed to " + ldURL.getDN()); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java38 if (!ldURL.getDN().equals(uid)) { in main()
39 throw new Exception("uid changed to " + ldURL.getDN()); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java38 if (!ldURL.getDN().equals(uid)) { in main()
39 throw new Exception("uid changed to " + ldURL.getDN()); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java38 if (!ldURL.getDN().equals(uid)) { in main()
39 throw new Exception("uid changed to " + ldURL.getDN()); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java38 if (!ldURL.getDN().equals(uid)) { in main()
39 throw new Exception("uid changed to " + ldURL.getDN()); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java38 if (!ldURL.getDN().equals(uid)) { in main()
39 throw new Exception("uid changed to " + ldURL.getDN()); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java38 if (!ldURL.getDN().equals(uid)) { in main()
39 throw new Exception("uid changed to " + ldURL.getDN()); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java38 if (!ldURL.getDN().equals(uid)) { in main()
39 throw new Exception("uid changed to " + ldURL.getDN()); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java37 if (!ldURL.getDN().equals(uid)) { in main()
38 throw new Exception("uid changed to " + ldURL.getDN()); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java37 if (!ldURL.getDN().equals(uid)) { in main()
38 throw new Exception("uid changed to " + ldURL.getDN()); in main()

12345678910