Skip to content

Commit

Permalink
up to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Onushkin committed Jul 23, 2015
1 parent eda40b2 commit 2699cf9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
rm /var/lib/apt/lists/*_*

# Download rattic
ENV RATTIC_VERSION 1.2.2
ENV RATTIC_VERSION 1.3.1
ADD https://github.com/tildaslash/RatticWeb/archive/v${RATTIC_VERSION}.tar.gz /opt/rattic.tar.gz

# Unpack rattic
Expand Down
15 changes: 14 additions & 1 deletion local.dist.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
debug = False
secretkey = %SECRET_KEY%
hostname = localhost
timezone = Europe/Berlin
timezone = Europe/Moscow
passwordexpirydays = 365

[filepaths]
Expand All @@ -15,3 +15,16 @@ host = localhost
port = 3306
engine = django.db.backends.mysql
name = rattic

[ldap]
uri = ldap://windows01
binddn = [email protected]
bindpw = R4tticP4ss
userbase = cn=users,dc=win,dc=int,dc=tildaslash,dc=com
userfilter = (sAMAccountName=%(user)s)
groupbase = cn=users,dc=win,dc=int,dc=tildaslash,dc=com
groupfilter = (objectClass=group)
grouptype = ActiveDirectoryGroupType
staff = CN=Staff,CN=Users,DC=win,DC=int,DC=tildaslash,DC=com
requirecert = False

0 comments on commit 2699cf9

Please sign in to comment.