##----------------------------------------------------------------------------- ## check/oidentd.exp ## ## Creation: 2004-01-01 abe ## 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. ##----------------------------------------------------------------------------- OIDENT_NETWORK = '(RE:IPADDR)/(RE:IPADDR)' : 'no valid network specification, should be a network address followed by a netmask, for instance 192.168.6.0/255.255.255.0' OIDENT_HOST_IP = '(RE:IPADDR)|(RE:NETWORK)|(RE:OIDENT_NETWORK)|(RE:FQDN)|(RE:HOST_REF)' : 'no valid host ip/name specification, for instance 192.168.0.1 or 192.168.0.0/24 or 192.168.0.0/255.255.255.0 or fully qualified domain name or @hostname' OIDENT_SYSTEM_TYPE = 'DOS|ELF|MACOS|MSDOS|OS/2|OTHERS|PC-DOS|SCO-XENIX/386|SUN|UNIX|UNIX-BSD|UNIX-PC|UNKNOWN|WIN32|XENIX' : 'no valid system type, please read documentation'