summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8824bc1)
raw | patch | inline | side by side (parent: 8824bc1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Mar 2008 10:55:35 +0000 (10:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Mar 2008 10:55:35 +0000 (10:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9434 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc b/gosa-plugins/dfs/addons/godfs/class_dfsgeneric.inc
index 7cbad31b3bf771f53f4612465c5d2f8da3f542fe..f787f5f212759992a9c88a7675e9b77f48d9ecb8 100644 (file)
plugin::check();
$message = array();
- ## permission
- #if (chkacl($this->acl, "create") != "") {
- # $message[] = _("You have no premissions to create a dfs share.");
- #}
-
- # existance
-
$ldap = $this->config->get_ldap_link();
$base = get_base_from_people($this->ui->dn);
$ou = get_ou("DFS");