File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/source/AdministratorGuide/UserManagement
src/DIRAC/FrameworkSystem Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Consider the registration process
41
41
42
42
User management has been provided by the Registry section of the Configuration System. To manage it you can use:
43
43
44
- - :ref: `dirac commands <registry_cmd >` to managing Registry
44
+ - :ref: `dirac commands <admin_registry_cmd >` to managing Registry
45
45
- configuration manager application in the Web portal (need to :ref: `install WebAppDIRAC extension <installwebappdirac >`)
46
46
- modify local cfg file manually (by default it located in /opt/dirac/etc/dirac.cfg)
47
47
- use the :mod: `~DIRAC.ConfigurationSystem.Agent.VOMS2CSAgent ` to fetch VOMS VO users
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class AuthServer(_AuthorizationServer):
61
61
62
62
def __init__ (self ):
63
63
self .db = AuthDB () # place to store session information
64
- self .log = log
64
+ self .log = sLog
65
65
self .idps = IdProviderFactory ()
66
66
self .proxyCli = ProxyManagerClient () # take care about proxies
67
67
self .tokenCli = TokenManagerClient () # take care about tokens
Original file line number Diff line number Diff line change 10
10
11
11
- using a user certificate, creating a proxy.
12
12
- go through DIRAC Authorization Server by selecting your Identity Provider.
13
-
13
+
14
14
15
15
Example:
16
16
# Login with default group
You can’t perform that action at this time.
0 commit comments