diff options
Diffstat (limited to 'notes/delegated-management')
-rw-r--r-- | notes/delegated-management | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/notes/delegated-management b/notes/delegated-management index 8865c29..faa5c28 100644 --- a/notes/delegated-management +++ b/notes/delegated-management @@ -1,8 +1,8 @@ -Delegated management in Legit ------------------------------ +Delegated management in Gitano +------------------------------ -If you wish to delegate management in legit then the rules syntax can provide a -very effective way to delegate access to the legit-admin repository. +If you wish to delegate management in gitano then the rules syntax can provide a +very effective way to delegate access to the gitano-admin repository. In particular, you could use a ruleset like: @@ -26,7 +26,7 @@ if you want users to be able to alter their own. If you use either of the above rules to allow delegated administration, you probably want to pop a 'GrantClone(Group "some-admin-group")' and a -'DenyClone(User "legit/any")' at the top of your legit-admin repository rules +'DenyClone(User "gitano/any")' at the top of your gitano-admin repository rules file. If you're not worried about the security of the site should the admin repo be @@ -34,16 +34,16 @@ cloned by a non-admin then don't worry about those. It shouldn't be an issue unless you also store non-standard admin content which could be exploited, or unless your user list or users' keys are considered secret. Later if we store email addresses etc in users' metadata files then it may be 'secret'. As such, -the *default* legit-admin repo-specific rules will contain: +the *default* gitano-admin repo-specific rules will contain: ---8<---- GrantClone(User "whatever") -DenyClone(User "legit/any") +DenyClone(User "gitano/any") ---8<---- -Where 'whatever' is the username you gave legit when it created your +Where 'whatever' is the username you gave gitano when it created your fundamental admin repository commit. -By default, when you set up legit, the legit-admin repository is created with -the deny rules above and a group called legit-admin which contains the one user +By default, when you set up gitano, the gitano-admin repository is created with +the deny rules above and a group called gitano-admin which contains the one user created during setup. |