Code

Updated configuration file 'gosa.conf'.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Jul 2008 09:11:03 +0000 (09:11 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Jul 2008 09:11:03 +0000 (09:11 +0000)
-Changed MyAccount->User ACLs to "user" instead of "generic"

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11573 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/gosa.conf

index 401a2bbf0f819f17ed8457d3eaca5e5c5fdfdc05..b4d51cf30c7eaaab498ce2cbb96253c75685288b 100644 (file)
@@ -2,7 +2,7 @@
 <conf config_version="{$config_checksum}" >
        <menu>
                <section name="My account">
-                       <plugin acl="users/generic:self"                class="user" />
+                       <plugin acl="users/user:self"           class="user" />
                        <plugin acl="users/posixAccount:self"   class="posixAccount" />
                        <plugin acl="users/environment:self"    class="environment" 
 {if $cv.optional.kioskpath_active}                             kioskpath="{$cv.optional.kioskpath}"{/if}/>