By: Praveen Srinivasan user 24 Mar 2022 at 9:08 a.m. CDT

1 Response
Praveen Srinivasan gravatar
Hi Team, I was trying to import some clients with GLUU 4.3.1 version (docker version). When I try to use /root/bin/encode.py to convert the password I am getting the below error. I am using `gluufederation/opendj:4.3.1_02` docker image. ``` Traceback (most recent call last): File "/opt/gluu/bin/encode.py", line 5, in <module> from pyDes import * ModuleNotFoundError: No module named 'pyDes' ``` However I've fixed the issue by running below command inside container for now. But we need to add pyDes in GLUU 4.3.1 Opendj Dockerfile `pip install pyDes` I dont find the pyDes in requirements.txt file either (https://github.com/GluuFederation/docker-opendj/blob/4.3.1_02/requirements.txt)

By Michael Schwartz Account Admin 24 Mar 2022 at 10:28 a.m. CDT

Michael Schwartz gravatar
Yeah, right. We don't ship with pydes in the image. But you figured it out.