lib/puavo/authentication.rb in puavo_authentication-0.2.4 vs lib/puavo/authentication.rb in puavo_authentication-0.2.5
- old
+ new
@@ -39,10 +39,10 @@
def initialize
@credentials = {}
end
- [:dn, :organisation_key, :scope].each do |attr|
+ [:dn, :organisation_key, :scope, :password].each do |attr|
define_method attr do
@credentials[attr]
end
end