summaryrefslogtreecommitdiffstats
path: root/account.py
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-24 03:34:46 +0200
committerMarian Sigler <m@qjym.de>2012-09-24 03:34:46 +0200
commit9c2ce8952287cc626cb8babad2a9ad23098b0c24 (patch)
tree6a7e375170ff9719c8625e62ddc05d46ba71a360 /account.py
parent9606704fa0ae06835142d2a67ada661ef203b0c6 (diff)
downloadweb-9c2ce8952287cc626cb8babad2a9ad23098b0c24.tar.gz
web-9c2ce8952287cc626cb8babad2a9ad23098b0c24.tar.bz2
web-9c2ce8952287cc626cb8babad2a9ad23098b0c24.zip
templates/_macros: move errors in own macro
Diffstat (limited to 'account.py')
-rw-r--r--account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.py b/account.py
index 734ff1d..e037240 100644
--- a/account.py
+++ b/account.py
@@ -17,7 +17,7 @@ class AccountService:
its own authentication request (bind).
To test you stuff against our test setup use Port-Forwarding
- ssh spline -L 5678:vm-acocunt:389 -N
+ ssh spline -L 5678:vm-account:389 -N
* register a new user
>> service = AccountService(LDAP_HOST, LDAP_BASE_DN, ADMIN_USER, ADMIN_PW, SERVICES)