summaryrefslogtreecommitdiff
path: root/csharp/test/Glacier2/sessionHelper/run.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-04-01 18:37:55 +0200
committerJose <jose@zeroc.com>2015-04-01 18:37:55 +0200
commit7b291d78262189d29f0cf156f09cb831c896e144 (patch)
tree82003a692d49809c78a9c3322c5e68cbdbb0da47 /csharp/test/Glacier2/sessionHelper/run.py
parentAdd python-passlib dependency for travis builds (diff)
downloadice-7b291d78262189d29f0cf156f09cb831c896e144.tar.bz2
ice-7b291d78262189d29f0cf156f09cb831c896e144.tar.xz
ice-7b291d78262189d29f0cf156f09cb831c896e144.zip
ICE-6383 - remove DES crypt support and related fixes
- rename cryptpasswd.py to hashpassword.py - make install installs the script to main bin directory
Diffstat (limited to 'csharp/test/Glacier2/sessionHelper/run.py')
-rwxr-xr-xcsharp/test/Glacier2/sessionHelper/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Glacier2/sessionHelper/run.py b/csharp/test/Glacier2/sessionHelper/run.py
index 4bfc2a41224..1757891f88d 100755
--- a/csharp/test/Glacier2/sessionHelper/run.py
+++ b/csharp/test/Glacier2/sessionHelper/run.py
@@ -23,7 +23,7 @@ import TestUtil
#
# Generate the crypt passwords file
#
-TestUtil.cryptPasswords(os.path.join(os.getcwd(), "passwords"), {"userid": "abc123"})
+TestUtil.hashPasswords(os.path.join(os.getcwd(), "passwords"), {"userid": "abc123"})
router = os.path.join(TestUtil.getCppBinDir(), "glacier2router")