summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/slapi-plugin.h
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-04-01 16:38:53 -0700
committerNathan Kinder <nkinder@redhat.com>2010-04-05 08:11:34 -0700
commit1f56658556ff4987a0f870b279dbb4dccecfff8d (patch)
tree875f5058754f16e9cd87a527f567d6013feef143 /ldap/servers/slapd/slapi-plugin.h
parent4b520bfed95c10ecf9239f7a42f3fb38b673d203 (diff)
downloadds-1f56658556ff4987a0f870b279dbb4dccecfff8d.tar.gz
ds-1f56658556ff4987a0f870b279dbb4dccecfff8d.tar.xz
ds-1f56658556ff4987a0f870b279dbb4dccecfff8d.zip
Add managed entries plug-in
This adds a new managed entries plug-in. This plug-in allows one to have the Directory Server automatically maintain a set of entries that are based off of another type of entry (such as user private group entries based off of user entries). For more details, see the design document at: http://directory.fedoraproject.org/wiki/Managed_Entry_Design
Diffstat (limited to 'ldap/servers/slapd/slapi-plugin.h')
-rw-r--r--ldap/servers/slapd/slapi-plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/slapd/slapi-plugin.h b/ldap/servers/slapd/slapi-plugin.h
index 47fc7b86..9229ea70 100644
--- a/ldap/servers/slapd/slapi-plugin.h
+++ b/ldap/servers/slapd/slapi-plugin.h
@@ -3384,7 +3384,7 @@ int slapi_attr_value_cmp( const Slapi_Attr *attr, const struct berval *v1, const
* \param v Pointer to the \c berval structure containing the value for
* which you want to search.
* \return \c 0 if the attribute contains the specified value.
- * \return \c 01 if the attribute does not contain the specified value.
+ * \return \c -1 if the attribute does not contain the specified value.
* \see slapi_attr_add_value()
* \see slapi_attr_first_value()
* \see slapi_attr_next_value()