#----------------------------------------------------------------------------- # samba_lpd.exp - samba_lpd check definitions __FLI4LVER__ # # Last Update: $Id$ #----------------------------------------------------------------------------- SMB_NAME = '([A-Za-z0-9]){1,8}' : 'no valid smb_name, use only 1 to 8 characters or digits without ä, ö, ü, ß...' SMB_PRINTERNAME = '()|(RE:SMB_NAME)' : 'no valid smb_printername, empty or only 8 characters or digits without ä, ö, ü, ß...' SMB_A = '(RE:IPADDR)|((RE:OCTET)\.){0,2}((RE:OCTET)\.)' : 'ERROR' SMB_ACCESS = '()|((RE:SMB_A)([[:space:]]+(RE:SMB_A))*)' : 'no valid entry, could be empty, one or more ip adresses separated with a space or 1 to 3 octets followed with a point ...' NUM_LPD_PORT = '0x3bc|0x378|0x278' : 'invalid port address for lpd, valid ports are 0x3bc, 0x378 or 0x278'