My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions

Issue 1007 attachment: gerrit.config (598 bytes)

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
[gerrit]
basePath = git
[database]
type = H2
database = db/ReviewDB
[auth]
type = LDAP
[ldap]
server = LDAP_SERVER_NAME_REMOVED
accountBase = ou=gsa,o=ORGANISATION_REMOVED
groupBase = ou=Group,ou=gsa,o=ORGANISATION_REMOVED
accountPattern = (&(objectClass=gsaAccount)(uid=${username}))
accountFullName = cn
groupMemberPattern = (&(objectClass=gsaGroup)(member=${dn}))
[sendemail]
smtpServer = localhost
[container]
user = gerrituser
javaHome = /usr/lib/j2sdk1.6-ibm/jre
[sshd]
listenAddress = *:29418
[httpd]
listenUrl = http://*:8080/
[cache]
directory = cache
Powered by Google Project Hosting