/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ ;Enable JMX jmx.enable=true ; These ports can't be the same as the default ports for ESME (which is if starting by jetty (like in jetty:run) - 8080) ;Enable and set port for socket access (text output) (Ostrich) admin_text_port=9989 ;Enable and set port for web access (JSON output) (Ostrich) admin_http_port=8099 esme.enable_tracks=true esme.enable_actions=true esme.enable_tokens=true ;Enable LDAP ldap.enabled=false ;Hostname or IP of LDAP server ldap.server.host=localhost ;Port of LDAP server ldap.server.port=10389 ;Base DN from the LDAP Server ldap.server.base=ou=esme,dc=lester,dc=org ;User that has access to LDAP server to perform search operations ldap.server.userName=uid=admin,ou=system ;Password for user above ldap.server.password=secret ;Authentication type ldap.server.authType=simple ;Referral ldap.server.referral=follow ;Initial context factory class ldap.server.initial_context_factory=com.sun.jndi.ldap.LdapCtxFactory ;Prefix for user to whom additional LDAP attributes belong, for example 'uid' or 'sAMAccountName' ldap.uidPrefix=uid ;User base DN for user to whom additional LDAP attributes belong ldap.userBase=ou=Users,ou=esme,dc=lester,dc=org ;Group base DN to check whether user has specific role ldap.groupBase=ou=Groups,ou=esme,dc=lester,dc=org ;Allow access to application for following roles role_list=esme-users,monitoring-admin