diff -r 5158e071d299 -r d562fd15d944 components/puppet/files/solaris/lib/puppet/type/ldap.rb --- a/components/puppet/files/solaris/lib/puppet/type/ldap.rb Thu Aug 01 14:53:52 2013 -0600 +++ b/components/puppet/files/solaris/lib/puppet/type/ldap.rb Fri Aug 02 14:40:12 2013 -0600 @@ -335,7 +335,7 @@ self.pg = "cred" end - newproperty(:admin_dn) do + newproperty(:admin_bind_dn) do desc "The Bind Distinguised Name for the administrator identity that is used for shadow information update" class << self @@ -344,7 +344,7 @@ self.pg = "cred" end - newproperty(:admin_password) do + newproperty(:admin_bind_passwd) do desc "The administrator password" class << self attr_accessor :pg