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
charanya-devise_ldap_authenticatable-0.4.6 test/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.4.6 test/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.4.5 test/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.4.4 test/rails_app/config/ldap_with_erb.yml
devise_ldap_authenticatable-0.4.3 test/rails_app/config/ldap_with_erb.yml