summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-09-29 14:19:04 -0600
committerRich Megginson <rmeggins@redhat.com>2010-10-01 17:02:53 -0600
commitd04ffbe70416df4b1b63e7d4e21dbcbb428afe49 (patch)
tree9f1126f0260c44b18abe4b5d568385fd0e3ae666
parent037623905acf1379c964821dbb00f82f2ef1ac95 (diff)
downloadds-d04ffbe70416df4b1b63e7d4e21dbcbb428afe49.tar.gz
ds-d04ffbe70416df4b1b63e7d4e21dbcbb428afe49.tar.xz
ds-d04ffbe70416df4b1b63e7d4e21dbcbb428afe49.zip
fix typos in Makefile.am, acctpolicy schema
Fixed some typos and copy/paste errors in Makefile.am and acctpolicy schema
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
-rw-r--r--ldap/schema/60acctpolicy.ldif2
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