Skip to content

Commit 4b16b98

Browse files
committed
docs: fix reference to registry commands
1 parent 212a82a commit 4b16b98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/AdministratorGuide/UserManagement/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Consider the registration process
4141

4242
User management has been provided by the Registry section of the Configuration System. To manage it you can use:
4343

44-
- :ref:`dirac commands <registry_cmd>` to managing Registry
44+
- :ref:`dirac commands <admin_registry_cmd>` to managing Registry
4545
- configuration manager application in the Web portal (need to :ref:`install WebAppDIRAC extension <installwebappdirac>`)
4646
- modify local cfg file manually (by default it located in /opt/dirac/etc/dirac.cfg)
4747
- use the :mod:`~DIRAC.ConfigurationSystem.Agent.VOMS2CSAgent` to fetch VOMS VO users

src/DIRAC/FrameworkSystem/private/authorization/AuthServer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class AuthServer(_AuthorizationServer):
6161

6262
def __init__(self):
6363
self.db = AuthDB() # place to store session information
64-
self.log = log
64+
self.log = sLog
6565
self.idps = IdProviderFactory()
6666
self.proxyCli = ProxyManagerClient() # take care about proxies
6767
self.tokenCli = TokenManagerClient() # take care about tokens

src/DIRAC/FrameworkSystem/scripts/dirac_login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
- using a user certificate, creating a proxy.
1212
- go through DIRAC Authorization Server by selecting your Identity Provider.
13-
13+
1414
1515
Example:
1616
# Login with default group

0 commit comments

Comments
 (0)