文件名称:omniauth-ldap:OmniAuth的LDAP策略
文件大小:13KB
文件格式:ZIP
更新时间:2024-03-21 19:26:57
Ruby
OmniAuth LDAP == LDAP 在应用程序中使用LDAP策略作为中间件: use OmniAuth::Strategies::LDAP, :title => "My LDAP", :host => '10.101.10.1', :port => 389, :method => :plain, :base => 'dc=intridea, dc=com', :uid => 'sAMAccountName', :name_proc => Proc.new {|name| name.gsub(/@.*$/,'')}, :bind_dn => 'default_bind_dn', # Or, alternatively: #:filter => '(&(uid=%{username})(membe
【文件预览】:
omniauth-ldap-master
----Guardfile(242B)
----Rakefile(174B)
----Gemfile(161B)
----omniauth-ldap.gemspec(1KB)
----.rspec(9B)
----spec()
--------omniauth()
--------spec_helper.rb(349B)
--------omniauth-ldap()
----.gitignore(32B)
----lib()
--------omniauth()
--------omniauth-ldap.rb(100B)
--------omniauth-ldap()
----README.md(4KB)