#----------------------------------------------------------------------------- # cups.exp - cups check definitions __FLI4LVER__ # # Last Update: $Id$ #----------------------------------------------------------------------------- CUPS_LISTEN = '((RE:IPADDR)|(RE:FW_NET_IP)):(RE:NUM_INT)' : 'should be IP_NET_1_IPADDR or an IP adress followd by a port' CUPS_NAME = '([A-Za-z0-9]){1,8}' : 'no valid cups_name, use only 1 to 8 characters or digits without ä, ö, ü, ß...' CUPS_PRINTERNAME = '()|(RE:CUPS_NAME)' : 'no valid cups_printername, empty or only 8 characters or digits without ä, ö, ü, ß...' CUPS_A = '(RE:IPADDR)|(RE:NETWORK)|(RE:IPADDR)/(RE:IPADDR)' : 'ERROR' CUPS_ACCESS = '()|all|none|((RE:CUPS_A)([[:space:]]+(RE:CUPS_A))*)' : 'no valid entry, could be empty, the word all, the word none, or one or more ip adresses or networks separated by spaces'