Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
fimex:faq [2015-10-26 13:34:11] heikok [How to use fimex as opendap-client?] |
fimex:faq [2024-07-03 07:11:55] (current) alexanderb opendap auth on jammy |
||
|---|---|---|---|
| Line 169: | Line 169: | ||
| </ | </ | ||
| - | ===== Why takes linking with '' | ||
| - | This happens with older versions of gcc, seen with 3.3 on debian sarge. | + | ==== Authentication ==== |
| - | Use '' | + | In theory, it should be possible to specify username and password |
| + | - in '' | ||
| + | - as part of the URL for example | ||
| + | |||
| + | Example '' | ||
| + | < | ||
| + | machine thredds.met.no | ||
| + | login XXXX | ||
| + | password YYYY | ||
| + | </ | ||
| + | |||
| + | Example '' | ||
| + | < | ||
| + | HTTP.NETRC=YOURHOME/ | ||
| + | |||
| + | HTTP.CREDENTIALS.USERNAME=XXXX | ||
| + | HTTP.CREDENTIALS.PASSWORD=YYYY | ||
| + | |||
| + | HTTP.USERNAME=XXXX | ||
| + | HTTP.PASSWORD=YYYY | ||
| + | </ | ||
| + | |||
| + | Unfortunately, this does not always seem to work as expected. | ||
| + | Known status of OpenDAP authentication support (applies to '' | ||
| + | * Specifying | ||
| + | * 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 20.04 (focal), username and password can only be read from netrc, but cannot be specified in the URL. | ||
| + | * For Ubuntu 22.04 (jammy), the only solution known to us is to add a '' | ||