https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225344
--- Comment #2 from Conrad Meyer <[email protected]> --- Part of the problem is that the environment variables aren't detected until the library, while the interactive authentication is done from the binary. So there is a layering violation needed to determine to use the environment variables without prompting. I'd suggest moving the interactive authentication code into the library instead, and predicating it on the necessary environment variables not being set. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
