cravattlab / cravattdb

Automated RAW conversion and upload to IP2
0 stars 0 forks source link

Provide LDAP based authentication. Closes #7 #58

Closed radusuciu closed 8 years ago

radusuciu commented 8 years ago

This requires an override of app secrets using a config/secrets.override.yml containing something like this:

flask-security:
  environment:
    SECURITY_LDAP_BIND_DN: 'radus@scripps.edu'
    SECURITY_LDAP_BIND_PASSWORD: 'MY_SCRIPPS_PASSWORD'
    SECURITY_PASSWORD_SALT: '8CjvYzVZgV8q:ZL#,7R8'

The salt is required because at the time of this pull request the override overrides the entire section.