kubo / ruby-oci8

Ruby-oci8 - Oracle interface for ruby
Other
169 stars 75 forks source link

OCI8 support LDAP authentication for Oracle? #174

Closed jliang888 closed 6 years ago

jliang888 commented 6 years ago

In MySQL world, we usually use a generic user(say scott) which have ssl-key=scott.pem and ssk-cert=scott.crt on local file system, I can use that to access db via mysql client easily, does OCI8 support it for Oracle? or you have better way?

Thanks.

kubo commented 6 years ago

Some people seem to use LDAP authentication and I had received issues about LDAP symbol conflicts. However I don't know how to use it. If you can use LDAP authentication on sqlplus and you can't on ruby-oci8, it is a ruby-oci8 issue. I'll do my best about it. Otherwise, I could do nothing.

jliang888 commented 6 years ago

Thanks.