demexp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Demexp-dev] Problem with preference saving ?


From: David MENTRE
Subject: Re: [Demexp-dev] Problem with preference saving ?
Date: Tue, 27 Sep 2005 11:21:45 +0200

2005/9/27, Thomas Petazzoni <address@hidden>:
> However, I wasn't able to login on the locally running demexp server
> with root/demexp. Is it really the default root password ?

Yes. I have checked in 0.6.2 sources, in participants.ml.nw:
"""
Function [[initialize_default_participant_base]] initializes the base of
participants with an empty base containing only one participant: an
administrator of name ``[[root]]'', of login ``[[demexp]]'' and
belonging to the group [[administration_group]].

\nextchunklabel{code:root-login}
<<participants.ml>>=
let administration_group = "admin"

let classification_group = "classifier"

let initialize_default_participant_base () =
  the_participant_base := create_participant_base ();
  ignore(add_participant "root" "demexp" [administration_group;
                                          classification_group]);
  check_invariants ()
@
"""

Have you tried following procedure?

1. demexp-gtk2-client demexp://localhost:50000

2. In Preferences, set login/pass to root/demexp

3. quit and restart client with demexp-gtk2-client demexp://localhost:50000

Yours,
d.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]