Guest User

Untitled

a guest
Jul 17th, 2018
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ActiveDirectory::Base.server_settings = {
  2. :host => "server.example.com",
  3. :username => "username",
  4. :password => "password",
  5. :domain => "example.com",
  6. :base_dn => "DC=example,DC=com"
  7. }
Add Comment
Please, Sign In to add comment