summaryrefslogtreecommitdiffstats
path: root/account.py
diff options
context:
space:
mode:
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)