關於gerrit的一些操做

java -jar bin/gerrit.war gsqljava

update ACCOUNT_EXTERNAL_IDS set EMAIL_ADDRESS='gaohang@xxx.com' where ACCOUNT_ID='1000009'; git

 

ldap 配置sql

[gerrit]
        basePath = git
        canonicalWebUrl = http://10.136.131.93:80/
[database]
        type = H2
        database = db/ReviewDB
[auth]
        type = LDAP
[ldap]
        server = ldap://rldap.xxxx.com:389
        username = xxxxx@xxx.com
        password = xxxxxxxxxx
        accountBase = OU=User,OU=bbb,DC=aaa,DC=com
        groupBase = OU=User,OU=bbb,DC=zzz,DC=comssh

[sendemail]
  
[container]
        user = xxx
        javaHome = /usr/lib/jvm/jdk1.6.0_45/jre
[sshd]
        listenAddress = *:29418
[cache]
        directory = cache
[httpd]
        listenUrl = http://*:8080/jvm

相關文章
相關標籤/搜索