# gitlab_rails['geo_migrated_local_files_clean_up_worker_cron'] = "15 */6 * * *" # gitlab_rails['ldap_sync_worker_cron'] = "30 1 * * *" # gitlab_rails['ldap_group_sync_worker_cron'] = "0 * * * *" # gitlab_rails['historical_data_worker_cron'] = "0 12 * *...
admin_email_worker: + cron: + + # Remove outdated repository archives + repository_archive_cache_worker: + cron: + + ## + # GitLab EE only jobs: + + # Snapshot active users statistics + + # In addition to refreshing users when they log in, + # periodically refresh LDAP users ...
将权限分成guest和developer两种,每个Gitlab中的xx群组所对应的AD用户组名称为xx_guest和xx_developer两个组。(实际使用中根据需求创建)配置文件/etc/gitlab/gitlab.rb,在集成LDAP登录的基础上再加上group_base和gitlab_rails['ldap_group_sync_worker_cron']两项。[root@mq01 ~]# gitlab-ctl r...
# GitLab配置设置#! 该文件在初始安装过程中生成,在升级过程中 **不会** 被修改。#! 请查看该文件的最新版本,了解可以配置的不同设置,它们是何时引入的以及为什么引入:#! https://gitlab.com/gitlab-org/omnibus-gitlab/blame/master/files/gitlab-config-template/gitlab.rb.template#! 在本地,对应于已...
我把下载的gitlab的RPM包和gitlab的汉化包放在了Linux服务器的/opt目录下,通过rpm的命令进行安装时发现缺少依赖,在本地环境中我配置了私有的yum仓库并且在yum仓库中存放了很多依赖包,建议在内网的环境中无法使用外部yum的情况下自行配置。详细见私有Yum仓库搭建。
'lowercase_usernames' => false, # Enterprise Edition only # https://docs.gitlab.com/ee/administration/auth/ldap/ldap_synchronization.html 'group_base' => '', 'admin_group' => '', 'external_groups' => [], 'sync_ssh_keys' => false } } gitlab_rails['ldap_sync_worker_cron'] = ...
#secondary: # 'secondary' is the GitLab 'provider ID' of second LDAP server#label: 'LDAP'#host: '_your_ldap_server'#port: 389#uid: 'sAMAccountName'#bind_dn: '_the_full_dn_of_the_user_you_will_bind_with'#password: '_the_password_of_the_bind_user'#encryption: 'plain' # "start...
cron: ## # GitLab EE only jobs: # Snapshot active users statistics # In addition to refreshing users when they log in, # periodically refresh LDAP users membership. # NOTE: This will only take effect if LDAP is enabled # GitLab LDAP group sync worker ...
cache_worker: + cron: + + # Verify custom GitLab Pages domains + pages_domain_verification_cron_worker: + cron: + + ## + # GitLab EE only jobs: + + # Snapshot active users statistics + + # In addition to refreshing users when they log in, + # periodically refresh LDAP users ...
# NOTE: This will only take effect if LDAP is enabled ldap_sync_worker: cron: "30 1 * * *" # Periodically refresh LDAP groups membership. # NOTE: This will only take effect if LDAP is enabled ldap_group_sync_worker: cron: "0 * * * *" # GitLab Geo metrics update worker # ...