File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
docs/source/UserGuide/Tutorials/ManagingUserCredentials Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -86,13 +86,13 @@ Creating a user proxy
86
86
The switches below will create a proxy of group "dirac_user" (if defined) and will securely upload such
87
87
proxy to the DIRAC proxy store (ProxyManager), from where it could later be downloaded::
88
88
89
- dirac-proxy-init --group dirac_user --upload
89
+ dirac-proxy-init --group dirac_user
90
90
91
91
92
92
The additional "--debug" switch (alias of "-ddd") can be used for debugging purposes,
93
93
and its output would end up being similar to the following::
94
94
95
- $ dirac-proxy-init --group dirac_user --upload -- debug
95
+ $ dirac-proxy-init --group dirac_user --debug
96
96
Generating proxy...
97
97
Enter Certificate password:
98
98
Contacting CS...
@@ -130,9 +130,6 @@ Creating a user proxy
130
130
VOMS extension corresponding to the DIRAC group if the gLite UI environment is available.
131
131
This proxy is stored in the local "/tmp/" directory, as shown.
132
132
133
- If the gLite UI environment is not available, the VOMS extensions will not be loaded into the proxy.
134
- This is not a serious problem, still most of the operations will be possible.
135
-
136
133
137
134
Getting the proxy information
138
135
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
You can’t perform that action at this time.
0 commit comments