Skip to content

Commit

Permalink
Merge pull request #48 from cairo140/create-ldap-data-directories
Browse files Browse the repository at this point in the history
preserve test/ldap/openldap-data/run
  • Loading branch information
cschiewek committed Oct 4, 2011
2 parents f6386e0 + f3032d8 commit 2432066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.bundle
log
*.sqlite3
openldap-data
test/ldap/openldap-data/*
!test/ldap/openldap-data/run
test/ldap/openldap-data/run/slapd.*
test/rails_app/tmp
pkg/*
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ All unit and functional tests are part of a sample rails application under test/
Build / Start Instructions for Test LDAP Server
-----------------------------------------------

Make sure that directories test/ldap/openldap-data and test/ldap/openldap-data/run exist.

1. To start the server, run `./run_server.sh`
2. Add the basic structure: `ldapadd -x -h localhost -p 3389 -x -D "cn=admin,dc=test,dc=com" -w secret -f base.ldif`
* this creates the users / passwords:
Expand Down
Empty file.

0 comments on commit 2432066

Please sign in to comment.