Skip to content
Snippets Groups Projects
Commit 375ab4de authored by Imran Hussain's avatar Imran Hussain
Browse files

Add README.md

parent 72987e05
No related branches found
No related tags found
No related merge requests found
Pipeline #848 passed
# Gitlab LDAP Sync thing
## Upstream project
https://github.com/imranh2/gitlab-ldap-sync
## Deployment
Deployed on to the projectsvm/gitlab host, installed as a cron job for root.
```
*/15 * * * * cd /root/gitlab-ldap-sync && git reset --hard HEAD; git pull && GITLAB_TOKEN=[REDACTED] python sync.py > gitlab-ldap-sync.log
```
Uses my (imranh) gitlab key, so if my user is disabled or has admin privs pulled then it'll stop working.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment