summaryrefslogtreecommitdiffstats
path: root/slapi-nis.spec
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2010-11-22 17:15:28 -0500
committerNalin Dahyabhai <nalin@redhat.com>2010-11-22 17:15:28 -0500
commita588c2d2e6cfea6d78de93b2fecf9c915dd28c81 (patch)
tree3247cffb1e38b68ea82f7e0a37a8d2196eab3712 /slapi-nis.spec
parentf8ea25ff9798c23e93d2a9a15ce6dfc13d05ac02 (diff)
downloadslapi-nis-a588c2d2e6cfea6d78de93b2fecf9c915dd28c81.tar.gz
slapi-nis-a588c2d2e6cfea6d78de93b2fecf9c915dd28c81.tar.xz
slapi-nis-a588c2d2e6cfea6d78de93b2fecf9c915dd28c81.zip
- flesh out the description
Diffstat (limited to 'slapi-nis.spec')
-rw-r--r--slapi-nis.spec19
1 files changed, 12 insertions, 7 deletions
diff --git a/slapi-nis.spec b/slapi-nis.spec
index d83eb26..ce7a4fa 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -10,12 +10,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: 389-ds-base-devel, mozldap-devel, tcp_wrappers-devel
%description
-This slapi-nis package contains two plugins which aim to ease the
-transition of a network from NIS to LDAP. The NIS Server plugin
-(nisserver-plugin) allows the directory server itself to act as a NIS
-server, and the Schema Compatibility plugin (schemacompat-plugin)
-allows the directory server to provide modified views of data stored
-in the directory.
+This package provides two plugins for Red Hat and 389 Directory Server.
+
+The NIS Server plugin allows the directory server to act as a NIS server
+for clients, dynamically generating and updating NIS maps according to
+its configuration and the contents of the DIT, and serving the results to
+clients using the NIS protocol as if it were an ordinary NIS server.
+
+The Schema Compatibility plugin allows the directory server to provide an
+alternate view of entries stored in part of the DIT, optionally adding,
+dropping, or renaming attribute values, and optionally retrieving values
+for attributes from multiple entries in the tree.
%prep
%setup -q
@@ -30,7 +35,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT/%{_libdir}/dirsrv/plugins/*.la
%if 0
-# ns-slapd doesn't want to start in koji
+# ns-slapd doesn't want to start in koji, so no tests get run
%check
make check
%endif