summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9322663)
raw | patch | inline | side by side (parent: 9322663)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Apr 2011 09:04:25 +0000 (09:04 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Apr 2011 09:04:25 +0000 (09:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20710 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/README.cn=config | [deleted file] | patch | blob | history |
gosa-core/README.ldap | [new file with mode: 0644] | patch | blob |
gosa-core/debian/gosa.docs | patch | blob | history | |
gosa-core/debian/rules | patch | blob | history |
diff --git a/gosa-core/README.cn=config b/gosa-core/README.cn=config
+++ /dev/null
@@ -1,36 +0,0 @@
-OpenLDAP setup using cn=config
-==============================
-
-In order to include additional schema files into your cn=config driven
-LDAP setup, add the required schema files this way:
-
-# ldapadd -Y EXTERNAL -H ldapi:/// -f your_schema_file.ldif
-
-The GOsa schema packages include .schema and .ldif versions of the
-schema files.
-
-This for loop might help when adding schema files to a (nearly) fully
-stuffed installation:
-
-8<----------------------------------------------------------------------------
-for schema in \
- gosa/samba3.ldif \
- gosa/gosystem.ldif \
- gosa/gofon.ldif \
- gosa/gofax.ldif \
- gosa/goto.ldif \
- gosa/goserver.ldif \
- gosa/gosa-samba3.ldif \
- gosa/goto-mime.ldif \
- gosa/trust.ldif \
- gosa/pureftpd.ldif \
- gosa/fai.ldif \
- gosa/sudo.ldif \
- gosa/openssh-lpk.ldif \
- gosa/nagios.ldif \
- gosa/kolab2.ldif \
- dyngroup.ldif; do
-
- ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/$schema || exit 1
-done
-8<----------------------------------------------------------------------------
diff --git a/gosa-core/README.ldap b/gosa-core/README.ldap
--- /dev/null
+++ b/gosa-core/README.ldap
@@ -0,0 +1,36 @@
+OpenLDAP setup using cn=config
+==============================
+
+In order to include additional schema files into your cn=config driven
+LDAP setup, add the required schema files this way:
+
+# ldapadd -Y EXTERNAL -H ldapi:/// -f your_schema_file.ldif
+
+The GOsa schema packages include .schema and .ldif versions of the
+schema files.
+
+This for loop might help when adding schema files to a (nearly) fully
+stuffed installation:
+
+8<----------------------------------------------------------------------------
+for schema in \
+ gosa/samba3.ldif \
+ gosa/gosystem.ldif \
+ gosa/gofon.ldif \
+ gosa/gofax.ldif \
+ gosa/goto.ldif \
+ gosa/goserver.ldif \
+ gosa/gosa-samba3.ldif \
+ gosa/goto-mime.ldif \
+ gosa/trust.ldif \
+ gosa/pureftpd.ldif \
+ gosa/fai.ldif \
+ gosa/sudo.ldif \
+ gosa/openssh-lpk.ldif \
+ gosa/nagios.ldif \
+ gosa/kolab2.ldif \
+ dyngroup.ldif; do
+
+ ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/$schema || exit 1
+done
+8<----------------------------------------------------------------------------
index 729b65803e53267dc1ab3d3313ddb0a5e94f2503..6b903b6598ae0debcf0af01c17cb3833cf99a3a5 100644 (file)
gosa-core/FAQ
gosa-core/AUTHORS
gosa-core/README
+gosa-core/README.ldap
gosa-core/README.safemode
diff --git a/gosa-core/debian/rules b/gosa-core/debian/rules
index 2d5b95a5090524f2cf54976b80b6ee65cd415375..efecd2fede088088786bd8a46b1391870c8ab8c9 100755 (executable)
--- a/gosa-core/debian/rules
+++ b/gosa-core/debian/rules
dh $@
override_dh_compress:
- dh_compress --exclude=gosa.conf
+ dh_compress --exclude=gosa.conf gosa.conf.5
override_dh_install:
dh_install --exclude=*ttf