Skip to content

Instantly share code, notes, and snippets.

@DicsyDel
Created March 20, 2015 16:41
Show Gist options
  • Save DicsyDel/32b8f5d79502eb927658 to your computer and use it in GitHub Desktop.
Save DicsyDel/32b8f5d79502eb927658 to your computer and use it in GitHub Desktop.
routing[:endpoint_host] = "scalr-test.adskengineer.net"
app[:ip_ranges] = ["172.29.2.54/32", "172.29.2.55/32", "172.29.2.56/32", "172.29.27.133/32"]
app[:instances_connection_policy] = 'local'
app[:configuration] = {
:scalr => {
:auth_mode => 'ldap',
:connections => {
:ldap => {
:host => 'localhost',
:port => '636',
:base_dn => 'OU=Mailboxes,DC=ads,DC=autodesk,DC=com',
:base_dn_groups => 'OU=Security,OU=Groups,DC=ads,DC=autodesk,DC=com',
:group_nesting: no,
:filter => {
:users: "(&(objectCategory=person)(objectClass=user))"
:groups: "(&(objectClass=group))"
},
:mail_attribute: 'mail',
:fullname_attribute: 'displayName',
:username_attribute: 'sAMAccountName'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment