mortenbra / alexandria-plsql-utils

Oracle PL/SQL Utility Library
784 stars 317 forks source link

Guys do you know any such library for ntlm token genration same like yours for postgres ? #48

Closed codeimmortal closed 7 years ago

codeimmortal commented 7 years ago

I have used this in oracle can you tell me for postgres .

l_ntlm_auth_str := plsql_utils.ntlm_http_pkg.begin_request(a_url, a_username, a_password);

I want to use same functionality in postgres.

eaolson commented 7 years ago

I don't know of any and a quick google search didn't turn up anything. You could use the code in this package to write your own version. But as this isn't a defect with plsql-utils, I'd suggest @mortenbra close this issue.

codeimmortal commented 7 years ago

Thanks