[debian-edu-commits] r78792 - branches/wheezy/debian-edu-config/etc/gosa

schweer-guest at alioth.debian.org schweer-guest at alioth.debian.org
Sun Jan 20 16:54:49 UTC 2013


Author: schweer-guest
Date: 2013-01-20 16:54:49 +0000 (Sun, 20 Jan 2013)
New Revision: 78792

Modified:
   branches/wheezy/debian-edu-config/etc/gosa/gosa.conf
Log:
make gosa-sync work on passwords / thanks andi


Modified: branches/wheezy/debian-edu-config/etc/gosa/gosa.conf
===================================================================
--- branches/wheezy/debian-edu-config/etc/gosa/gosa.conf	2013-01-20 05:47:38 UTC (rev 78791)
+++ branches/wheezy/debian-edu-config/etc/gosa/gosa.conf	2013-01-20 16:54:49 UTC (rev 78792)
@@ -39,7 +39,7 @@
             'viewFaxEntries' permissions are set -->
       <plugin acl="users/netatalk,users/environment,users/posixAccount,users/kolabAccount,users/phpscheduleitAccount,users/oxchangeAccount,users/proxyAccount,users/connectivity,users/pureftpdAccount,users/phpgwAccount,users/opengwAccount,users/pptpAccount,users/intranetAccount,users/webdavAccount,users/nagiosAccount,users/sambaAccount,users/groupware,users/mailAccount,users/user,users/scalixAccount,users/password,users/gofaxAccount,users/phoneAccount,users/Groupware" 
               class="userManagement" 
-              postmodify="USERPASSWORD=%userPassword /usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync %dn" />
+              postmodify="USERPASSWORD=%new_password /usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync %dn" />
       <plugin acl="groups" class="groupManagement" />
       <plugin acl="roles" class="roleManagement"/>
       <plugin acl="acl"  class="aclManagement" />
@@ -80,7 +80,8 @@
   <!-- These entries will be rendered on the path navigator -->
   <pathMenu>
       <plugin acl="users/netatalk:self,users/environment:self,users/posixAccount:self,users/kolabAccount:self,users/phpscheduleitAccount:self,users/oxchangeAccount:self,users/proxyAccount:self,users/connectivity:self,users/pureftpdAccount:self,users/phpgwAccount:self,users/opengwAccount:self,users/pptpAccount:self,users/intranetAccount:self, users/webdavAccount:self,users/nagiosAccount:self,users/sambaAccount:self,users/mailAccount:self,users/groupware, users/user:self,users/scalixAccount:self,users/gofaxAccount:self,users/phoneAccount:self,users/Groupware:self" class="MyAccount" />
-      <plugin acl="users/password:self" class="password" />
+      <plugin acl="users/password:self" class="password" 
+              postmodify="USERPASSWORD=%new_password /usr/bin/sudo /usr/share/debian-edu-config/tools/gosa-sync %dn"/>
   </pathMenu>
 
 
@@ -461,11 +462,11 @@
         honourIvbbAttributes="false" 
         enableSnapshots="true" 
         snapshotBase="ou=snapshots,dc=skole,dc=skolelinux,dc=no" 
-        snapshotAdminDn="cn=gosa-admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no" snapshotAdminPassword="$GOSAPWD" 
+        snapshotAdminDn="cn=gosa-admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no" snapshotAdminPassword=".KN/LX1J" 
         snapshotURI="ldaps://ldap.intern/" 
         config="ou=gosa,ou=configs,ou=systems,dc=skole,dc=skolelinux,dc=no">
             <referral URI="ldap://ldap.intern/dc=skole,dc=skolelinux,dc=no" 
-                adminDn="cn=gosa-admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no" adminPassword="$GOSAPWD"/>
+                adminDn="cn=gosa-admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no" adminPassword=".KN/LX1J"/>
     </location>
   </main>
 </conf>




More information about the debian-edu-commits mailing list