On Tue, Apr 22, 2014 at 6:57 AM, Paulus Tuerah <pau...@yahoo.com> wrote:

> Hi,
>
> I have many repositories, and I want all the repositories to have same
> user & category capabilities.
> So I set the users & categories capabilities in one repository, and then
> export it to file, then import it to other repositories.
>
> Users and categories are imported. But there are 2 problems:
> 1. Sometimes not all users & categories are exported, sometimes category
> "Reader" is not exported, sometimes all categories are not exported (only
> normal users are exported). Is this bugs? I use fossil configuration export
> user filename --repository "path-to-repo.fossil"
>

This seems like a bug to me.


> 2. In other repositories, I can see the user, but I can not login with
> that user because of wrong password.
> I change the password in the web ui to be the same, and I can login
> normally.
> I try to export user in that other repository, and I see the password is
> different.
> The original repository: pw 'c0644e265cbb14d2c97921e7485293ff00abaa77'
> The imported configuration repository: pw
> 'a7592474d2116164ebfe0f6513c1824cd6e8511c'
> Even though the password is the same. I guess different repository has
> different password key.
> Is there a way to copy the password as well to other repository?
>
> Fossil has a way to designate one repository as the master for
authenticating user login. You still have to export user information to
each new repository and configure each to use the master for password
authentication, but once setup, all authentication for any of the
repositories is handled via the one.

(Unfortunately, I can't find the documentation for this feature.)
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to