[BlueOnyx:16457] Re: Website admin : web login after migration

Michael Stauber mstauber at blueonyx.it
Wed Nov 12 11:59:13 -05 2014


Hi Cédric,

> Any tip for debugging this ?

Use cceclient to check what info CODB has for this user:

[root at sol ~]# /usr/sausalito/bin/cceclient
100 CSCP/0.99
200 READY
find User name = contactaa
104 OBJECT 335

That should return the Object ID for this user. In this example "335".
Then use "get <OID>" to examine the object. Example:

get 335

This will return the entire data for that object.

Make sure the following is present:

102 DATA enabled = "1"
102 DATA ui_enabled = "1"

Because if that's not the case, then the user is disabled and he cannot
login to any service.

If the object is there, the password is valid and both "enabled" and
"ui_enabled" are set to "1", then logins should work.

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list