diff options
author | Rich Megginson <rmeggins@redhat.com> | 2007-10-26 22:04:38 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2007-10-26 22:04:38 +0000 |
commit | 33bdb0dbd7dc03961818e8d58d15908cf6b6c4fc (patch) | |
tree | 7c9e861360857eb29e380b51d12333065549e644 /Makefile.in | |
parent | 3d499b357c00f1af4181d92b6c68c5abf8d3370e (diff) | |
download | ds-33bdb0dbd7dc03961818e8d58d15908cf6b6c4fc.tar.gz ds-33bdb0dbd7dc03961818e8d58d15908cf6b6c4fc.tar.xz ds-33bdb0dbd7dc03961818e8d58d15908cf6b6c4fc.zip |
Resolves: bug 353071
Description: Need to support mail server schema
Fix Description: There are customers who are using the mail schema, so we need to keep it in the product.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index b1ca18ff..b3986d37 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1088,6 +1088,7 @@ schema_DATA = $(srcdir)/ldap/schema/00core.ldif \ $(srcdir)/ldap/schema/50ns-admin.ldif \ $(srcdir)/ldap/schema/50ns-certificate.ldif \ $(srcdir)/ldap/schema/50ns-directory.ldif \ + $(srcdir)/ldap/schema/50ns-mail.ldif \ $(srcdir)/ldap/schema/50ns-value.ldif \ $(srcdir)/ldap/schema/50ns-web.ldif \ $(srcdir)/ldap/schema/60pam-plugin.ldif \ |