[debian-edu-commits] debian-edu/ 01/01: etc/gosa/gosa.conf: Support pwreset plugin and schoolmanager plugin by default.

Mike Gabriel sunweaver at debian.org
Wed Jan 10 09:47:41 UTC 2018


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu-config.

commit 62bb18d388a419e015062ab8cfa5c32185a21acf
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Jan 10 10:47:32 2018 +0100

    etc/gosa/gosa.conf: Support pwreset plugin and schoolmanager plugin by default.
---
 debian/changelog   |  2 ++
 etc/gosa/gosa.conf | 14 ++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1935168..dcded97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ debian-edu-config (1.945) UNRELEASED; urgency=medium
   * etc/gosa/gosa.conf: Properly single-quote '%dn' in password hook scripts.
     This fixes failing password syncs / locks / unlocks if user DNs have
     blanks in the DN string. (Closes: #886749).
+  * etc/gosa/gosa.conf: Support pwreset plugin and schoolmanager plugin by
+    default.
 
  -- Mike Gabriel <sunweaver at debian.org>  Tue, 09 Jan 2018 15:19:15 +0100
 
diff --git a/etc/gosa/gosa.conf b/etc/gosa/gosa.conf
index ba624d7..e269e33 100644
--- a/etc/gosa/gosa.conf
+++ b/etc/gosa/gosa.conf
@@ -64,6 +64,8 @@
       <plugin acl="users/viewFaxEntries:self,users/viewFaxEntries" class="faxreport" />
       <plugin acl="users/viewFonEntries:self,users/viewFonEntries" class="fonreport" />
       <plugin acl="ldapmanager" class="ldif" />
+      <plugin acl="schoolmanager" class="schoolmgr"/>
+      <plugin acl="pwreset" class="pwreset"/>
     </section>
   </menu>
 
@@ -307,6 +309,18 @@
     <tab class="csvimport" name="CSV Import" />
   </ldiftab>
 
+  <schoolmanagertab>
+    <tab class="schoolmanagerintro" name="Introduction" />
+    <tab class="importteachers" name="Import Teachers" />
+    <tab class="importstudentsandparents" name="Import Students and Parents" />
+    <tab classu="importstudentsonly" name="Import Students (only)" />
+    <tab class="archiveaccounts" name="Archive Accounts" />
+  </schoolmanagertab>
+
+  <pwresettab>
+    <tab class="managepws" name="Reset Passwords" />
+  </pwresettab>
+
   <faipartitiontabs>
     <tab class="faiPartitionTable" name="Partitions" />
   </faipartitiontabs>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list