Sha256: 9dcdb54d7681f26b326a2d0b81dc466db4975afc7dfe323962724b2d6a1c92e5

Contents?: true

Size: 510 Bytes

Versions: 27

Compression:

Stored size: 510 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: true
  <<: *AUTHORIZATIONS
  
development:
  <<: *TEST

Version data entries

27 entries across 27 versions & 5 rubygems

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