From: hickert Date: Thu, 13 Jul 2006 03:18:59 +0000 (+0000) Subject: Added webdav account to acls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8fa096ffb3c4edf8adba971c9272f96ffd7d6249;p=gosa.git Added webdav account to acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4130 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/connectivity/class_webdavAccount.inc b/plugins/personal/connectivity/class_webdavAccount.inc index a438837c9..15f93ad1b 100644 --- a/plugins/personal/connectivity/class_webdavAccount.inc +++ b/plugins/personal/connectivity/class_webdavAccount.inc @@ -121,6 +121,13 @@ class webdavAccount extends plugin } } + function plInfo() + { + return (array( "plDescription" => _("Intranet account settings"), + "plSelfModify" => TRUE, + "plDepends" => array("objectClass" => "gosaAccount"), + "gosaWebdavAccount" => "WebDAV account")); + } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: