mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-12-21 05:11:17 +00:00
115182e445
* Define configuration for LDAP module * Implement LDAP auth * Vendor new dependencies * Add documentation for LDAP provider
6 lines
No EOL
136 B
Bash
Executable file
6 lines
No EOL
136 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# install from the root of the repo with:
|
|
# ln -s ../../.githooks/pre-push .git/hooks/pre-push
|
|
|
|
make vet fmt lint |