iT邦幫忙

0

gitlab ce連接ldap 問題 (已解決)

  • 分享至 

  • xImage

參考了網路上的文件, 設定ldap ,
但執行 gitlab-ctl reconfigure
卻會出現下方圖片的error
google 了很多文件, 卻找不到解法,
請問有建議的處理方向嗎?

gitlab.rb ldap 內容


gitlab_rails['ldap_enabled'] = true                                                                                                                                         
gitlab_rails['ldap_servers'] = YAML.load <<-'EOS'                                                                                                                           
    main: # 'main' is the GitLab 'provider ID' of this LDAP server           
    label: 'LDAP'                                                                                                                                                           
    host: '192.168.1.100'                                                                                                                                                    
    port: 389                                                                                                                                                               
    uid: 'uid'                                                                                                                                                              
    bind_dn: 'CN=gitlab_auth,OU=System Accounts,DC=domain,DC=com,DC=tw'                                                                                                     
    password: 'abc12356'                                                                                                                                                    
    encryption: 'plain' # "start_tls" or "simple_tls" or "plain"                                                                                                            
    verify_certificates: false                                                                                                                                              
    active_directory: true                                                                                                                                                  
    allow_username_or_email_login: false                                                                                                                                    
    lowercase_usernames: false                                                                                                                                              
    block_auto_created_users: false
    base: 'OU=PE-Users,OU=gitlab-TPE,DC=domain,DC=com,DC=tw'
    user_filter: ''
    ## EE only
    group_base: ''
    admin_group: ''
    sync_ssh_keys: false
EOS

2022/11/14
經查此文章,LDAP 問題已解決, 希望這解決方式對大家有幫助

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答