Set the password in the neo4j client configuration.
@param config The neo4j client configuration to update.
@param password The password to authenticate with. The string will be
duplicated, and thus may point to temporary memory.
@return 0 on success, or -1 on error (errno will be set).
Set the password in the neo4j client configuration.
@param config The neo4j client configuration to update. @param password The password to authenticate with. The string will be duplicated, and thus may point to temporary memory. @return 0 on success, or -1 on error (errno will be set).