module ActiveLdap::UserPassword

def sha(password)

def sha(password)
  "{SHA}#{[Digest::SHA1.digest(password)].pack('m').chomp}"
end