Re: FreeTDS "domain" authentication.
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <1215580014.8533.1.camel@freddy> |
Il giorno mar, 08/07/2008 alle 19.05 -0700, Graeme Stewart ha scritto: > Never mind, I figured out the problem. It was a user error! (Isn't it always?) > > I needed to quote q/ / the password rather than escape the characters. > > Interestingly it was writing out this e-mail that started me thinking > along that path! > it's a Perl issue, you can use 'domain\user' or "domain\\user".. or another Perl quote! > Apologies for the spam. > no problem > Graeme > freddy77