Method: Net::LDAP::Entry#dn

Defined in:
lib/net/ldap/entry.rb

#dnObject

Returns the dn of the Entry as a String.



104
105
106
# File 'lib/net/ldap/entry.rb', line 104

def dn
  self[:dn][0]
end