From: cajus Date: Tue, 12 Apr 2011 09:04:25 +0000 (+0000) Subject: Renamed files and updated compression rules X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d6d71015b077a170261b51e4dfdd3135110976ea;p=gosa.git Renamed files and updated compression rules git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20710 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/README.cn=config b/gosa-core/README.cn=config deleted file mode 100644 index 65e295b9d..000000000 --- a/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 new file mode 100644 index 000000000..65e295b9d --- /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<---------------------------------------------------------------------------- diff --git a/gosa-core/debian/gosa.docs b/gosa-core/debian/gosa.docs index 729b65803..6b903b659 100644 --- a/gosa-core/debian/gosa.docs +++ b/gosa-core/debian/gosa.docs @@ -1,4 +1,5 @@ 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 2d5b95a50..efecd2fed 100755 --- a/gosa-core/debian/rules +++ b/gosa-core/debian/rules @@ -4,7 +4,7 @@ dh $@ override_dh_compress: - dh_compress --exclude=gosa.conf + dh_compress --exclude=gosa.conf gosa.conf.5 override_dh_install: dh_install --exclude=*ttf