Skip to content

Commit

Permalink
Remove more remnants of Globus support
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio authored and Axel-Naumann committed May 14, 2019
1 parent 58e0c25 commit e304b56
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 37 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,6 @@ tags
# /misc/rootsl/
/misc/rootsl/build

# /net/globusauth/src/
/net/globusauth/src/globus_gsi_credential.c

# /proof/proofbench/src/
/proof/proofbench/src/ProofBenchCPUSel.par
/proof/proofbench/src/ProofBenchDataSel.par
Expand Down
17 changes: 1 addition & 16 deletions README/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -353,22 +353,7 @@ individually.

7.13. Globus Authentication (LEGACY):
-------------------------------------
To build the Globus authentication module used by TServerSocket,
you first have to make sure that the Globus Tool Kit is installed
on the machine. See:

http://www.globus.org/

for details and downloads.
Globus Tool Kit is available only for a subset of Unix platforms.
The variable GLOBUS_LOCATION should be defined as the directory
containing Globus lib, include and bin. For compilation purposes
you can pass this directory to the configure script with the option
--with-globus-dir=<globus_dir>. An experimental path is available
for versions 2.2.3 and 2.2.4 of the Globus Tool Kit to fix a small
bug preventing full functionality of the root implementation; this
is activated by setting --with-globus-patch-dir=<globus_src_dir>
where <globus_src_dir> is the globus tool kit source,
Not supported any longer

7.14. SSH Authentication:
-------------------------
Expand Down
3 changes: 1 addition & 2 deletions config/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ WINRTDEBUG := @winrtdebug@
CTORSINITARRAY := @ctorsinitarray@
CXXMKDEPFLAGS := @cxxmkdepflags@

GLBPATCHFLAGS := @glbpatchcflags@
EXTRA_AUTHFLAGS:= @krb5extracflags@ @glbextracflags@ @sslextracflags@
EXTRA_AUTHFLAGS:= @krb5extracflags@ @sslextracflags@

BINDIR := @bindir@
LIBDIR := @libdir@
Expand Down
15 changes: 0 additions & 15 deletions documentation/users-guide/InstallandBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,13 +627,6 @@ PEAC.GmUrl: http://somewhere:8080/clarens/
PEAC.LmUrl: http://elsewhere:8080/clarens/
```

Certificate and key

``` {.cpp}
Clarens.CertFile: $(HOME)/.globus/usercert.pem
Clarens.KeyFile: $(HOME)/.globus/userkey.pem
```

#### Server Authentication in TServerSocket

General setting: file with server access rules
Expand All @@ -648,14 +641,6 @@ Check of host equivalence via `/etc/hosts`.`equiv` or `$HOME/.rhosts`.
SrvAuth.CheckHostsEquivalence: 1
```

Globus/GSI: `hostcert` configuration file.

``` {.cpp}
SrvAuth.HostCert: /etc/root/hostcert.conf
```

Globus/GSI: `gridmap` file.

Force file opening via **`TNetFile`** (**`TXNetFile`**) if a hostname is
specified in the Url. By default, for local files `TFile::Open()`
invokes directly **`TFile.`**
Expand Down
2 changes: 1 addition & 1 deletion proof/doc/confman/UsingVirtualAnalysisFacility.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ In our example we will assume that the remote server's name is
`cloud-gw-213.to.infn.it`: substitute it with your remote endpoint.

First, check that you have your Grid certificate and private key
installed both in your browser and in the `~/.globus` directory of your
installed both in your browser and in the home directory of your
client.

Point your browser to `https://cloud-gw-213.to.infn.it/auth/`: you'll
Expand Down

0 comments on commit e304b56

Please sign in to comment.