mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2025-04-04 14:25:14 +00:00
* 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 |