"LDAP" section
Configuration for LDAP authentication. Typically configured using the UI, see here: Post-installation Configuration
A typical example
See general.xml for an exmaple
"LDAP": {

"server" : {

"anonymousReadOnly" : false,

"base" : "",

"password" : "",

"referral" : "follow",

"url" : "ldap://your-ldap-server:389",

"userDn" : ""

},

"mapping" : {

"address" : "streetAddress",

"city" : "L",

"company" : "company",

"country" : "c",

"email" : "mail",

"firstName" : "givenName",

"lastName" : "sn",

"mailSuffix" : "",

"mobile" : "mobile",

"name" : "sAMAccountName",

"password" : "",

"phone" : "telephoneNumber",

"state" : "st",

"status" : "",

"timeZonePattern" : "tz",

"title" : "",

"zip" : "postalCode"

},

"realm" : {

"enabled" : false,

"fallback" : true,

"storePassword" : true,

"userBase" : "",

"userPattern" : "",

"userSearch" : "sAMAccountName={0}",

"userSubtree" : true

},

"cache" : {

"enabled" : true,

"failureTTL" : 60000,

"successTTL" : 300000

}

}

Was this helpful?