Re: Freetds with mssql domain authentication error - login packet rejected
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 24 Oct 2013 17:43:12 +0530 Ganesh Ranganathan <[email protected]> wrote: > Is there a way to verify what library freetds is > using for kerberos authentication? Yes, ldd(1) will tell you: $ ldd $(command -v tsql) /usr/local/bin/tsql: -lc.12 => /usr/lib/libc.so.12 -ltermcap.0 => /usr/lib/libtermcap.so.0 -lreadline.6 => /usr/pkg/lib/libreadline.so.6 -lpthread.0 => /usr/lib/libpthread.so.0 It so happens I'm not using Kerberos, but you get the idea. --jkl