Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-ldap-sync
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sucs
gitlab-ldap-sync
Commits
375ab4de
"htdocs/js/git@projects.sucs.org:sucssite/sucs-site.git" did not exist on "b2dd9343c94e03d718f87c22e7a69a55a42f9045"
Commit
375ab4de
authored
3 years ago
by
Imran Hussain
Browse files
Options
Downloads
Patches
Plain Diff
Add README.md
parent
72987e05
No related branches found
No related tags found
No related merge requests found
Pipeline
#848
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-0
17 additions, 0 deletions
README.md
with
17 additions
and
0 deletions
README.md
0 → 100644
+
17
−
0
View file @
375ab4de
# 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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment