Fixed in docs and code. Thanks. Best Regards,
Luca Garulli Founder & CEO OrientDB <http://orientdb.com/> On 19 May 2016 at 15:23, Arul Dhesiaseelan <[email protected]> wrote: > Thanks. I was misled with the error message. > > Connecting to remote Server instance [remote:localhost] with user 'root'... > Error: > com.orientechnologies.orient.core.exception.OSecurityAccessException: Wrong > user/password to [connect] to the remote OrientDB Server instance. Get the > user/password from the config/orientdb-server-config.xml file > > updating this doc could be useful > http://orientdb.com/docs/last/Server-Security.html. > > On Thu, May 19, 2016 at 12:38 AM, Luca Garulli <[email protected]> > wrote: > >> In v2.2 it's PBKDF2WithHmacSHA256 if you run with Java8 >> and PBKDF2WithHmacSHA1 if lower. >> >> Best Regards, >> >> Luca Garulli >> Founder & CEO >> OrientDB <http://orientdb.com/> >> >> >> On 19 May 2016 at 06:32, 'scott molinari' via OrientDB < >> [email protected]> wrote: >> >>> Luca, what is the hashing algorithm used to make/ check the root >>> password? SHA256? SHA512? It seems SHA256. Just want to make sure.... >>> >>> Arul, when you know the hashing algorithm, it is best to create your >>> own hash (with your own password) <https://defuse.ca/checksums.htm>. >>> The autogeneration is only there to show you what you need to do within the >>> orient-server-config.xml config file for your own password and so ODB will >>> also even work (it breaks, without the user property in the file). >>> >>> I also think this could be better explained in the docs. :-) Let me know >>> where this is best discussed in the docs Luca and I'll add it. Or, is there >>> a section explaining this already (I couldn't find it)? :-) >>> >>> Scott >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "OrientDB" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "OrientDB" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
