From 920cd9bdd08b4e4401121cf1eb0b2d08b9da9e1e Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 29 May 2008 16:31:35 -0400 Subject: - move this file --- plugin.ldif.in | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 plugin.ldif.in (limited to 'plugin.ldif.in') diff --git a/plugin.ldif.in b/plugin.ldif.in new file mode 100644 index 0000000..389d531 --- /dev/null +++ b/plugin.ldif.in @@ -0,0 +1,46 @@ +dn: cn=NIS Server, cn=plugins, cn=config +objectclass: top +objectclass: nsSlapdPlugin +objectclass: extensibleObject +cn: NIS Server +nsslapd-pluginpath: @plugindir@/nis-server.so +nsslapd-plugininitfunc: nis_plugin_init +nsslapd-plugintype: postoperation +nsslapd-pluginenabled: on +nsslapd-pluginid: nis-server +nsslapd-version: 0.0 +nsslapd-pluginvendor: redhat.com +nsslapd-plugindescription: NIS Server Plugin + +dn: domain=@domain@+map=passwd.byname, cn=NIS Server, cn=plugins, cn=config +objectclass: top +objectclass: nsSlapdPlugin +objectclass: extensibleObject +domain: @domain@ +map: passwd.byname +base: cn=People, @suffix@ + +dn: domain=@domain@+map=passwd.bynumber, cn=NIS Server, cn=plugins, cn=config +objectclass: top +objectclass: nsSlapdPlugin +objectclass: extensibleObject +domain: @domain@ +map: passwd.bynumber +base: cn=People, @suffix@ + +dn: domain=@domain@+map=group.byname, cn=NIS Server, cn=plugins, cn=config +objectclass: top +objectclass: nsSlapdPlugin +objectclass: extensibleObject +domain: @domain@ +map: group.byname +base: cn=Groups, @suffix@ + +dn: domain=@domain@+map=group.bynumber, cn=NIS Server, cn=plugins, cn=config +objectclass: top +objectclass: nsSlapdPlugin +objectclass: extensibleObject +domain: @domain@ +map: group.bynumber +base: cn=Groups, @suffix@ + -- cgit