Re: how auth "local" works and is documented
Chapman Flack <[email protected]> Tue, 15 Aug 2017 11:13:28 -0400
| Newsgroups | gmane.comp.archivers.amanda.devel |
|---|---|
| Message-ID | <[email protected]> |
On 08/14/2017 10:06 PM, Chapman Flack wrote: > On 04/13/17 08:12, Jean-Louis Martineau wrote: >> On 12/04/17 01:50 PM, Chapman Flack wrote: >>> That algorithm should succeed with any usable spelling of any valid >>> name for the current host, taking into account the possibility of >>> multiple interfaces and addresses assigned, and so on. >> >> The algorithm looks good. >> Are you going to write a patch? > > I've just created a pull request, > https://github.com/zmanda/amanda/pull/79 Ok, that's not quite ready yet ... Solaris 10 getaddrinfo() needs a socktype hint, or it happily returns results with socktype and protocol values that socket() will reject. Update coming later.... -Chap