diff options
author | Rich Megginson <rmeggins@redhat.com> | 2009-01-14 18:48:42 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2009-01-14 18:48:42 +0000 |
commit | 191839c55de39a69bb0773133b8426b5c8dd244f (patch) | |
tree | b87463683d419ae7a52ff23e423c99dad4fe651e /Makefile.am | |
parent | e4c899f022ffdc917d5b7a6a828325d6d5e3a09e (diff) | |
download | ds-191839c55de39a69bb0773133b8426b5c8dd244f.tar.gz ds-191839c55de39a69bb0773133b8426b5c8dd244f.tar.xz ds-191839c55de39a69bb0773133b8426b5c8dd244f.zip |
Resolves: bug 202134
Description: add sudo and hostObject schemas by default
Fix Description: added 60nss-ldap.ldif for the hostObject and other nss ldap schema
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9bea4bfa..9dfe565c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -228,6 +228,7 @@ schema_DATA = $(srcdir)/ldap/schema/00core.ldif \ $(srcdir)/ldap/schema/60sabayon.ldif \ $(srcdir)/ldap/schema/60sudo.ldif \ $(srcdir)/ldap/schema/60trust.ldif \ + $(srcdir)/ldap/schema/60nss-ldap.ldif \ $(srcdir)/ldap/schema/99user.ldif sbin_SCRIPTS = ldap/admin/src/scripts/setup-ds.pl \ |