Method: Puppet::Util::Ldap::Manager#named_by

Defined in:
lib/puppet/util/ldap/manager.rb

#named_by(attribute) ⇒ Object

Specify the rdn that we use to build up our dn.



196
197
198
199
# File 'lib/puppet/util/ldap/manager.rb', line 196

def named_by(attribute)
  @rdn = attribute
  self
end