|
11 年之前 | |
---|---|---|
include | 11 年之前 | |
priv | 11 年之前 | |
src | 11 年之前 | |
test | 11 年之前 | |
.gitignore | 11 年之前 | |
LICENSE | 11 年之前 | |
README.md | 11 年之前 | |
rebar.config | 11 年之前 |
cookie_authentication_handler
First, check out the source and cd
into it.
rebar clean compile
rebar test
# Create module folder
mkdir /usr/local/lib/couchdb/erlang/lib/ldap-auth
# Copy binaries
cp -R ebin /usr/local/lib/couchdb/erlang/lib/ldap-auth/
# Copy/overwrite the default config
cp -f priv/default.d/* /usr/local/etc/couchdb/default.d/
# Copy (but don't overwrite!) the custom config
cp -n priv/local.d/* /usr/local/etc/couchdb/local.d/
See ldap_auth.ini for details.