ldap connection #712
swapdonkey
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Is ldap not supported?
Below is example using jdbc ldap connection string
connStr := go_ora.BuildJDBC("<user>", "<pass>", "jdbc:oracle:thin:@ldap://<ldap>:<port>/<Server>,<cn....>",emptyUrlOptions ) conn,err := sql.Open("oracle", connStr) err = conn.Ping()results in a
no address passed in connection stringIs there a way of getting ldap connection string to work?
All reactions