| | |
| | | } |
| | | catch(Exception e) |
| | | { |
| | | LocalizableMessage message = |
| | | ERR_CONFIG_BACKEND_MODE_INVALID.get(config.dn().toString()); |
| | | throw new ConfigException(message); |
| | | throw new ConfigException(ERR_CONFIG_BACKEND_MODE_INVALID.get(config.dn())); |
| | | } |
| | | |
| | | //Make sure the mode will allow the server itself access to |
| | |
| | | } |
| | | catch(Exception e) |
| | | { |
| | | LocalizableMessage message = |
| | | ERR_CONFIG_BACKEND_MODE_INVALID.get(cfg.dn().toString()); |
| | | unacceptableReasons.add(message); |
| | | unacceptableReasons.add(ERR_CONFIG_BACKEND_MODE_INVALID.get(cfg.dn())); |
| | | acceptable = false; |
| | | } |
| | | |