LdapAuth 2.3 with user realm identification

LdapAuth 2.3 adds a new realm.get call to identify the user base for which an LdapAuth instance provides authentication and details provisioning. This call is intended to enable future versions of our OpenID Connect server to handle multiple user realms at once.

The realm name is optional and is set by the ldapAuth.authRealm configuration parameter.

To retrieve the realm name of a particular LdapAuth instance make a realm.get call as described in the web API manual.

Here is an example response identifying the user realm as wonderland.net:

{ "result"  : "wonderland.net",
  "id"      : 1,
  "jsonrpc" : "2.0"
}

If no realm is configured the result will be an empty string.