Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- react #router
- firefox 파이어폭스
- springboot #spring #jackson
- PyLucene
- 임펠러
- PDFCreator
- OpenSCAD
- startfile
- debian
- Printer Driver
- 노트패드뿔뿔
- 정규표현식
- linux ssh root debian
- Notepad
- Regex
- 소스 <script> 로딩 실패
- 보안연결실패
- SFTP
- cifsutils
- 윈도우
- Basic Auth
- React #React-Table
- Notepadplus
- Windows
- mailutils
- FTP
- VM 호스트 주소
- Notepad++
- 가상머신호스트
Archives
- Today
- Total
JJC's 테크니컬 다이어리
GitLab 10 LDAP 설정 reconfigure 오류 해결 본문
gitlab 설치후 ldap 등을 설정한 후 reconfigure 시 오류 발생시에 해결한 경험을 기록합니다.
$ sudo /opt/gitlab/bin/gitlab-ctl reconfigure 명령시
어쩌구 저쩌구 등.. 오류..
결론부터 말하자면 gitlab.rb 내부의 문제였음.
gitlab_rails['ldap_enabled'] = true
###! **remember to close this block with 'EOS' below**
gitlab_rails['ldap_servers'] = YAML.load <<-'EOS'
main: # 'main' is the GitLab 'provider ID' of this LDAP server
파란색 라인의 indent 변경으로 해결됨.