By: Rassiel Rebustillo user 26 Aug 2015 at 9:50 a.m. CDT

3 Responses
Rassiel Rebustillo gravatar
Hi. I'm trying gluuCE and it seems SCIM is not part of gluuCE. If so, how do I create user? I'm trying to use ldap but how do I encrypt/decrypt the user password? Any help would be very appreciated!! Thanks!

By Rassiel Rebustillo user 26 Aug 2015 at 5:14 p.m. CDT

Rassiel Rebustillo gravatar
Great, thanks for your support. Those links are about Gluu Cache. I don't see how is that related to the passwords :( I'm trying to write a code to insert a user using LDAP... My question is about how do I encrypt de password so I can store it properly into LDAP. About SCIM, ... is it SCIM part of the Gluu Community Edition?

By Mohib Zico staff 31 Aug 2015 at 5:32 a.m. CDT

Mohib Zico gravatar
>> I'm trying to write a code to insert a user using LDAP... My question is about how do I encrypt de password so I can store it properly into LDAP. You can push text in Gluu Server as password ( attribute userPassword ). Gluu server encrypt that and save that in it's own LDAP. i.e. there is a registration page for your Gluu Server: https://<hostName>/identity/register When user use this page and insert his/her clear text password, it saves into Gluu Server as encrypted format.