Skip to content

Commit

Permalink
updated readme about the ldap.conf setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmcnevin committed Aug 6, 2010
1 parent 2745464 commit 69fa644
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -128,6 +128,13 @@ Make sure that directories test/ldap/openldap-data and test/ldap/openldap-data/r
* cn=example.user@test.com,ou=people,dc=test,dc=com / secret
3. You should now be able to run the tests in test/rails_app by running: `LDAP_SSL=true rake`

**_Please Note_**

In your system LDAP config file (on OSX it's /etc/openldap/ldap.conf) make sure you have the following setting:

TLS_REQCERT never

This will allow requests to go to the test LDAP server without being signed by a trusted root (it uses a self-signed cert)

References
----------
Expand Down

0 comments on commit 69fa644

Please sign in to comment.