By: Nils Buntenbeck user 02 Oct 2019 at 6:41 a.m. CDT

3 Responses
Nils Buntenbeck gravatar
I need to add passport to an already set up and running instance of gluu. Following the documentation I chrooted into the gluu container, downloaded the appropriate script, made it executable and ran it. Expected result: Passport is installed Actual result: Script immediately exits with [root@localhost community-edition-setup]# ./post-setup-add-components.py -addpassport Traceback (most recent call last): File "./post-setup-add-components.py", line 43, in <module> attribDataTypes.startup('.') NameError: name 'attribDataTypes' is not defined Python Version is 2.7.5 Any help appreciated :-)

By Thomas Gasmyr Mougang staff 02 Oct 2019 at 7:26 a.m. CDT

Thomas Gasmyr Mougang gravatar
Hi **Buntenbeck**, Can you try with this script and let me know if it works for you.

By Nils Buntenbeck user 02 Oct 2019 at 7:36 a.m. CDT

Nils Buntenbeck gravatar
hi thomas, it seems, that this script worked :-) at least it produced no errors and gave nice feedback: Installing Passport ... Passport installation done Please exit container and restart Gluu Server restart worked, will test the new feature! thanks so far :-)

By Nils Buntenbeck user 02 Oct 2019 at 7:44 a.m. CDT

Nils Buntenbeck gravatar
working now! thank you for your help!