updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / fusiondirectory / fusiondirectory-schema.install
blobaac1f6955776fb701f3cb1d83081ae6da6414634
1 post_install() {
2   echo
3   echo "-------------------------------------------------------------------------"
4   echo "1. Include required schema files in slapd.conf:"
5   echo "include /etc/openldap/schema/cosine.schema"
6   echo "include /etc/openldap/schema/inetorgperson.schema"
7   echo "include /etc/openldap/schema/openldap.schema"
8   echo "include /etc/openldap/schema/nis.schema"
9   echo "include /etc/openldap/schema/misc.schema"
10   echo "include /etc/openldap/schema/fusiondirectory/trust.schema"
11   echo "include /etc/openldap/schema/fusiondirectory/samba3.schema"
12   echo "include /etc/openldap/schema/fusiondirectory/gosystem.schema"
13   echo "include /etc/openldap/schema/fusiondirectory/gofon.schema"
14   echo "include /etc/openldap/schema/fusiondirectory/goto.schema"
15   echo "include /etc/openldap/schema/fusiondirectory/goto-mime.schema"
16   echo "include /etc/openldap/schema/fusiondirectory/gosa-samba3.schema"
17   echo "include /etc/openldap/schema/fusiondirectory/gofax.schema"
18   echo "include /etc/openldap/schema/fusiondirectory/goserver.schema"
19   echo
20   echo "2. Configure suffix, rootdn and rootpw in slapd.conf"
21   echo "3. put slapd into hosts.allow"
22   echo "4. Start slapd"
23   echo "-------------------------------------------------------------------------"