Skip to content

Commit

Permalink
Update dcache-minimal-installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mksahakyan committed Jan 19, 2023
1 parent ea7b107 commit cf11ab0
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ EOF


During the login process they will be executed in the order **auth**, **map**, **account** and
**session**. The identity plugins are not used during login, but later on to map from UID+GID back to user (e.g ??). Within these groups they are used in the order they are specified.
**session**. The identity plugins are not used during login, but later on to map from UID+GID back to user. Within these groups they are used in the order they are specified.



Expand Down Expand Up @@ -396,10 +396,16 @@ To check the status we use the following command:
To stop and restart dcache.target command are:

> systemctl restart dcache.target
>
> systemctl stop dcache.target
>
> journalctl -f -u dcache@dCacheDomain

> touch /etc/dcache/htpasswd
>
> htpasswd -bm /etc/dcache/htpasswd admin dickerelch
So now you can upload a file:

> curl -u admin:dickerelch -L -T /bin/bash http://localhost:2880/home/tester/test-file
Expand Down

0 comments on commit cf11ab0

Please sign in to comment.