#----------------------------------------------------------------------------- # /etc/check.d/mini_httpd_unimount.exp - expressions for parameter checks # # Copyright (c) 2011-2018 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2011-06-09 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. #----------------------------------------------------------------------------- UNIMOUNT_USER = '([-._[:lower:]0-9])+' : 'no valid user name, because only the following characters are allowed: a-z, 0-9, ., _ and -' UNIMOUNT_EUSER = '()|(RE:UNIMOUNT_USER)' : 'no valid user name, should be an empty string or contain only the following characters: a-z, 0-9, ., _ and -' UNIMOUNT_GROUP = '(RE:UNIMOUNT_USER)' : 'no valid group name, because only the following characters are allowed: a-z, 0-9, ., _ and -' UNIMOUNT_AUTH_USER = '([-._[:lower:]0-9])+' : 'no valid user name, because only the following characters are allowed: a-z, 0-9, ., _ and -' UNIMOUNT_FTYPE = 'ext|ext2|ext3|iso9660|msdos|nfs|nfs4|ntfs|smbfs|umsdos|vfat' : 'no valid file system type given.'