Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| fimex:faq [2021-03-23 07:15:03] alexanderb Update OpenDAP authentication | fimex:faq [2024-07-03 07:11:55] (current) alexanderb opendap auth on jammy | ||
|---|---|---|---|
| Line 186: | Line 186: | ||
| < | < | ||
| HTTP.NETRC=YOURHOME/ | HTTP.NETRC=YOURHOME/ | ||
| + | |||
| + | HTTP.CREDENTIALS.USERNAME=XXXX | ||
| + | HTTP.CREDENTIALS.PASSWORD=YYYY | ||
| + | |||
| + | HTTP.USERNAME=XXXX | ||
| + | HTTP.PASSWORD=YYYY | ||
| </ | </ | ||
| Line 193: | Line 199: | ||
| * For Ubuntu 16.04 (xenial, EOL), both URL and netrc seem to work. | * For Ubuntu 16.04 (xenial, EOL), both URL and netrc seem to work. | ||
| * For Ubuntu 18.04 (bionic), username and password cannot be read from netrc, but can be specified in the URL. | * For Ubuntu 18.04 (bionic), username and password cannot be read from netrc, but can be specified in the URL. | ||
| - | * For Ubuntu 20.04 (focal), | + | * For Ubuntu 20.04 (focal), username and password | 
| + | * For Ubuntu 22.04 (jammy), the only solution known to us is to add a '' | ||