Example #1
0
File: LDAP.php Project: stunti/zf2
 /**
  * Returns the specified DN as a Zend_LDAP_Node
  *
  * @param  string|\Zend\LDAP\DN $dn
  * @return \Zend\LDAP\Node\Node|null
  * @throws \Zend\LDAP\Exception
  */
 public function getNode($dn)
 {
     return Node\Node::fromLDAP($dn, $this);
 }