Sha256: 6d428dc3a62c5e7921efaed32ec5ddfa2b3888f934b76a9cd4444d6c87bdda3f

Contents?: true

Size: 511 Bytes

Versions: 25

Compression:

Stored size: 511 Bytes

Contents

<% @base = "dc=test,dc=com" %>

authorizations: &AUTHORIZATIONS
  ## Authorization
  group_base: <%= "ou=groups,#{@base}" %>
  required_groups:
    - cn=admins,<%= "ou=groups,#{@base}" %>
  require_attribute:
    objectClass: inetOrgPerson
    authorizationRole: blogAdmin
    
test: &TEST
  host: <%= "localhost" %>
  port: 3389
  attribute: cn
  base: <%= "ou=people,#{@base}" %>
  admin_user: <%= "cn=admin,#{@base}" %>
  admin_password: secret
  ssl: false
  <<: *AUTHORIZATIONS
  
development:
  <<: *TEST

Version data entries

25 entries across 25 versions & 5 rubygems

Version Path
houston-devise_ldap_authenticatable-0.7.1 spec/rails_app/config/ldap_with_erb.yml
houston-devise_ldap_authenticatable-0.7.0 spec/rails_app/config/ldap_with_erb.yml
xn_devise_ldap_authenticatable-0.8.5 spec/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.8.5 spec/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.8.4 spec/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.8.3 spec/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.8.1 spec/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.8.0 spec/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.8.0.pre spec/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.7.0 spec/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.6.1 test/rails_app/config/ldap_with_erb.yml
prathe_devise_ldap_authenticatable-0.6.0 test/rails_app/config/ldap_with_erb.yml
charanya-devise_ldap_authenticatable-0.4.6.1 test/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.6.0 test/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.5.1 test/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.5.0 test/rails_app/config/ldap_with_erb.yml
prathe_devise_ldap_authenticatable-0.4.10 test/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.4.10 test/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.4.9 test/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.4.7 test/rails_app/config/ldap_with_erb.yml