Skip to content

Instantly share code, notes, and snippets.

@ThomasLocke
Created January 24, 2012 10:39
Show Gist options
  • Save ThomasLocke/1669552 to your computer and use it in GitHub Desktop.
Save ThomasLocke/1669552 to your computer and use it in GitHub Desktop.
LDAP server JSON
{
"servers": [
{
"host": "alpha",
"password": "secret",
"base_dn": "dc=example,dc=com",
"user_dn": "cn=Directory Manager",
"active": "true"
},
{
"host": "beta",
"password": "secret",
"base_dn": "dc=example,dc=com",
"user_dn": "cn=Directory Manager",
"active": "true"
},
{
"host": "gamma",
"password": "secret",
"base_dn": "dc=example,dc=com",
"user_dn": "cn=Directory Manager",
"active": "true"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment