markdown [RAILS]使用设计进行LDAP身份验证

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown [RAILS]使用设计进行LDAP身份验证相关的知识,希望对你有一定的参考价值。

# LDAP authentication with Devise
  * If LDAP authentication is by username (not email), add to Devise the possibility to login with username:

    https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-sign-in-using-their-username-or-email-address
    https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-sign_in-using-their-username-or-email-address
    https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-sign-in-with-something-other-than-their-email-address


  * Add to Gemfile the gem net-ldap:
  
    https://rubygems.org/gems/net-ldap/versions/0.15.0
    https://github.com/ruby-ldap/ruby-net-ldap

    <code>
    gem 'net-ldap', '~> 0.15.0'
    </code>

  * Follow the instructions on:
  
    https://github.com/plataformatec/devise/wiki/How-To:-Authenticate-via-LDAP

  * In <code>config/initializers/ldap_authenticatable.rb</code> replace:

    [YOUR LDAP HOSTNAME]

    [YOUR LDAP HOSTNAME PORT] # 389 default port






以上是关于markdown [RAILS]使用设计进行LDAP身份验证的主要内容,如果未能解决你的问题,请参考以下文章

markdown 使用CSV文件播种Rails数据库

Markdown 实时预览,如用于 rails 上 redcarpet 的 ***

如何使用 Redcarpet for Rails 在 Markdown 中嵌入 YouTube 视频?

Rails 3 - 可以使用acts_as_audited 进行设计吗?

WordPress 用户迁移到 Rails 设计

markdown 使用Rails FORM_FOR在新窗口中打开PDF