Code

- Adding a NEWS.Debian file explaining the new place for the gosa schema Closes #867
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 1 May 2010 09:52:14 +0000 (09:52 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 1 May 2010 09:52:14 +0000 (09:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18005 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/debian/NEWS.Debian [new file with mode: 0644]

diff --git a/gosa-core/debian/NEWS.Debian b/gosa-core/debian/NEWS.Debian
new file mode 100644 (file)
index 0000000..4c308dd
--- /dev/null
@@ -0,0 +1,20 @@
+The GOsa schema have been moved to a new place, they are now
+in /etc/ldap/schema/gosa.
+
+You have to adapt you slapd.conf accordingly
+
+# These should be present for GOsa.
+include         /etc/ldap/schema/gosa/samba3.schema
+include         /etc/ldap/schema/gosa/gosystem.schema
+include         /etc/ldap/schema/gosa/gofon.schema
+include         /etc/ldap/schema/gosa/gofax.schema
+include         /etc/ldap/schema/gosa/goto.schema
+include         /etc/ldap/schema/gosa/goserver.schema
+include         /etc/ldap/schema/gosa/gosa-samba3.schema
+include         /etc/ldap/schema/gosa/trust.schema
+
+After adapting you can remove the gosa schema in /etc/ldap/schema
+
+Benoit Mortier 01/05/2010
+
+