Re: mission: emulate "trusted login"
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Craig Berry wrote: > > I don't know but there is a *lot* of authentication documentation here: > > http://msdn.microsoft.com/en-us/library/aa374735(VS.85).aspx Thanks Craig. Yup, that's in the neighborhood. At least I'm on the right track. I'm hoping to find out the values for: function_name( ... &magic_value ); credential = do_something(magic_value); // optional ... tds_putn(... credential); I'm not quite sure what the "credential" is, technically, that is passed as part of the login sequence, nor how to produce it, nor what is needed to produce it. But at least I know I'm wading in the right, er, pool. ;-) --jkl