从来没弄过 Ruby,最近在配置 Gitlab 碰到问题,想简单调试一下。
Gitlab 是按照
https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md 来配置的。
一切都好,除了不能用 LDAP 账号 checkout 代码。
Google 了一番之后,打算在 /home/git/gitlab/lib/gitlab/backend/grack_auth.rb 中写点日至出来。插入了一行代码:
File.open('/tmp/ldaplog','a') { |file| file.write("Hello World!\n") }
这样是不是就该能在 ldaplog 中看到点东西?我啥也没看到,是不是什么地方没搞好?