#----------------------------------------------------------------------------- # /etc/check.d/ldapserver.exp - expressions for check table of configuration params # # Copyright (c) 2009-2023 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2009-11-18 jed # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------------- LDAPSERVER_TRANSPORT = 'default|tls|both' : 'no valid transport, should be default, tls or both' LDAPSERVER_TLS_PROTOCOL = 'auto|none|ssl2|ssl3|tls1' : 'no valid ssl protocol, should be auto, none, ssl2, ssl3 or tls1' LDAPSERVER_FORCE_TLS = 'yes|no|ignore' : 'invalid value, only yes, no or ignore are allowed'