Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. options = {
  2. "drivertype" = "thin", // Not really sure what this means
  3. "java.naming.security.authentication" = "simple", // Authentification method
  4.  
  5. // Credentials
  6. "java.naming.security.principal" = "CN=Flash Gordon,CN=Users,DC=example,DC=com",
  7. "java.naming.security.credentials" = "1234"
  8. };
  9.  
  10. // Connect like you're used to
  11. database("localhost", 1521, "my_database", "Hank", "unicorns66", "oracleldap", options);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement