From d04ffbe70416df4b1b63e7d4e21dbcbb428afe49 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 29 Sep 2010 14:19:04 -0600 Subject: fix typos in Makefile.am, acctpolicy schema Fixed some typos and copy/paste errors in Makefile.am and acctpolicy schema --- Makefile.am | 2 +- Makefile.in | 2 +- ldap/schema/60acctpolicy.ldif | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6371f83b..ccf42d85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -179,7 +179,7 @@ endif if enable_acctpolicy LIBACCTPOLICY_PLUGIN = libacctpolicy-plugin.la LIBACCTPOLICY_SCHEMA = $(srcdir)/ldap/schema/60acctpolicy.ldif -enable_bitwise = 1 +enable_acctpolicy = 1 endif serverplugin_LTLIBRARIES = libacl-plugin.la libattr-unique-plugin.la \ diff --git a/Makefile.in b/Makefile.in index a4c8f9e0..9c94ff1a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1268,7 +1268,6 @@ server_LTLIBRARIES = libslapd.la libns-dshttpd.la @enable_dna_TRUE@LIBDNA_PLUGIN = libdna-plugin.la @enable_dna_TRUE@enable_dna = 1 @enable_bitwise_TRUE@LIBBITWISE_PLUGIN = libbitwise-plugin.la -@enable_acctpolicy_TRUE@enable_bitwise = 1 @enable_bitwise_TRUE@enable_bitwise = 1 @enable_presence_TRUE@LIBPRESENCE_PLUGIN = libpresence-plugin.la @enable_presence_TRUE@LIBPRESENCE_SCHEMA = $(srcdir)/ldap/schema/10presence.ldif @@ -1277,6 +1276,7 @@ server_LTLIBRARIES = libslapd.la libns-dshttpd.la @SELINUX_TRUE@POLICY_FC = selinux-built/dirsrv.fc @enable_acctpolicy_TRUE@LIBACCTPOLICY_PLUGIN = libacctpolicy-plugin.la @enable_acctpolicy_TRUE@LIBACCTPOLICY_SCHEMA = $(srcdir)/ldap/schema/60acctpolicy.ldif +@enable_acctpolicy_TRUE@enable_acctpolicy = 1 serverplugin_LTLIBRARIES = libacl-plugin.la libattr-unique-plugin.la \ libback-ldbm.la libchainingdb-plugin.la libcollation-plugin.la \ libcos-plugin.la libderef-plugin.la libdes-plugin.la libdistrib-plugin.la \ diff --git a/ldap/schema/60acctpolicy.ldif b/ldap/schema/60acctpolicy.ldif index 40c092ec..2eff427c 100644 --- a/ldap/schema/60acctpolicy.ldif +++ b/ldap/schema/60acctpolicy.ldif @@ -26,7 +26,7 @@ attributeTypes: ( 2.16.840.1.113719.1.1.4.1.35 NAME 'lastLoginTime' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'Account Policy Plugin' ) ## -## acctPolicySubentry is an an account policy pointer (DN syntax) +## acctPolicySubentry is an account policy pointer (DN syntax) attributeTypes: ( 1.3.6.1.4.1.11.1.3.2.1.2 NAME 'acctPolicySubentry' DESC 'Account policy pointer' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE USAGE directoryOperation -- cgit