Sha256: d4f9b7cdee82249b0483e2e73739a9a2eaa924a609751c4fda1ffeb8477a4775

Contents?: true

Size: 760 Bytes

Versions: 3

Compression:

Stored size: 760 Bytes

Contents

## Build / start instructions for LDAP

# cd test/ldap
# mkdir openldap-data
# mkdir openldap-data/run
# ./run-server.sh &
# ldapadd -h localhost -p 3389 -x -D "cn=admin,dc=test,dc=com" -w secret -f base.ldif
# 
# this creates the users:
#   cn=admin,dc=test,com / secret
#   cn=example.user@test.com,ou=people,dc=test,dc=com / secret

authorizations: &AUTHORIZATIONS
  ## Authorization
  group_base: ou=groups,dc=test,dc=com
  required_groups:
    - cn=admins,ou=groups,dc=test,dc=com
  require_attribute:
    objectClass: inetOrgPerson
    authorizationRole: blogAdmin
    
test:
  host: localhost
  port: 3389
  attribute: uid
  base: ou=people,dc=test,dc=com
  admin_user: cn=admin,dc=test,dc=com
  admin_password: secret
  ssl: false
  <<: *AUTHORIZATIONS

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
devise_ldap_authenticatable-0.4.2 test/rails_app/config/ldap_with_uid.yml
devise_ldap_authenticatable-0.4.1.1 test/rails_app/config/ldap_with_uid.yml
devise_ldap_authenticatable-0.4.1 test/rails_app/config/ldap_with_uid.yml