Bug#782529: gosa-plugin-ldapmanager: CSV Import not enabled on clean installation
Philipp Huebner
debalance at debian.org
Mon Apr 13 19:03:53 UTC 2015
Package: gosa-plugin-ldapmanager
Version: 2.7.4+reloaded2-1
Severity: normal
Hi,
on a clean installation of openldap and gosa, the CSV Import that got
fixed in #698840 doesn't show up.
After comparing my gosa.conf to the one that Debian Edu uses,
I found that the following change makes it appear:
diff --git a/gosa/gosa.conf b/gosa/gosa.conf
index a9dcf82..7347b77 100644
--- a/gosa/gosa.conf
+++ b/gosa/gosa.conf
@@ -313,6 +313,8 @@
<ldiftab>
<tab class="ldifexport" name="Export" />
<tab class="xlsexport" name="Excel Export" />
+ <tab class="ldifimport" name="Import" />
+ <tab class="csvimport" name="CSV Import" />
</ldiftab>
<faipartitiontabs>
The ldifimport line is of no use, on both native Debian and Debian Edu
it only displays "Temporary disabled".
The csvimport line does the trick!
Even after recreating gosa.conf with the web installer the above line(s)
were still missing, so I guess the web installer needs to be patched so
that it includes that line, then #698840 would be truly fixed.
Regards,
Philipp
More information about the Debian-edu-pkg-team
mailing list