Class: Ansible::Ruby::Modules::Ldap_passwd

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/net_tools/ldap/ldap_passwd.rb

Overview

Set a password for an LDAP entry. This module only asserts that a given password is valid for a given entry. To assert the existence of an entry, see M(ldap_entry).

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#passwdString

Returns The (plaintext) password to be set for I(dn).

Returns:

  • (String)

    The (plaintext) password to be set for I(dn).



12
# File 'lib/ansible/ruby/modules/generated/net_tools/ldap/ldap_passwd.rb', line 12

attribute :passwd