File: README.gosa-conf

package info (click to toggle)
gosa-plugins-pwreset 2.8~git20211021.d93b138-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: php: 371; sh: 123; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 857 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Install Instructions.
--------------------

Apart from installing this package, you have to add the below config
section to /etc/gosa/gosa.conf:

"""
diff --git a/etc/gosa/gosa.conf b/etc/gosa/gosa.conf
index cabe925..2bbc920 100644
--- a/gosa/gosa.conf
+++ b/gosa/gosa.conf
@@ -63,6 +63,7 @@
       <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>
 
@@ -290,6 +291,10 @@
     <tab class="managecourses" name="Manage Courses" />
   </schoolmanagertab>
 
+  <pwresettab>
+    <tab class="managepws" name="Reset Passwords" />
+  </pwresettab>
+
   <faipartitiontabs>
     <tab class="faiPartitionTable" name="Partitions"/>
   </faipartitiontabs>
"""