steffen: server/kolabd/kolabd kolabcheckperm,NONE,1.1

cvs at intevation.de cvs at intevation.de
Mon Jan 3 13:46:42 CET 2005


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv24418/kolabd

Added Files:
	kolabcheckperm 
Log Message:
script for checking permissions (issue558)

--- NEW FILE: kolabcheckperm ---
#!@l_prefix@/bin/perl

# (c) 2004 Klaralvdalens Datakonsult AB
#
# Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
#
# This program is Free Software under the GNU General Public License (>=v2).
# Read the file COPYING that comes with this packages for details.

use strict;
use Kolab;
use Kolab::Util;
use Kolab::Conf;

exit( Kolab::Conf::checkPermissions>0?0:-1 );





More information about the commits mailing list