# File lib/omniauth/strategies/ldap.rb, line 47 def get_credentials OmniAuth::Form.build(:title => (options[:title] || "LDAP Authentication")) do text_field 'Login', 'username' password_field 'Password', 'password' end.to_response end