#461 fix build problem with mozldap c sdk
Closed: wontfix None Opened 11 years ago by cgrzemba.

build with mozldap failed for compiling pw.c because of missing LDAP_MOD_OP

patch:
--- a/ldap/servers/slapd/pw.c
+++ b/ldap/servers/slapd/pw.c
@@ -61,6 +61,9 @@
#if defined( _WIN32 )
#undef LDAPDebug
#endif / _WIN32 /
+#if defined( USE_MOZLDAP )
+#define LDAP_MOD_OP (0x0007)
+#endif / USE_MOZLDAP /

#include "slap.h"


To ssh://git.fedorahosted.org/git/389/ds.git
82ae04c..20e5c59 master -> master
commit changeset:f5bd0ed/389-ds-base
Author: Rich Megginson rmeggins@redhat.com
Date: Fri Sep 14 09:20:18 2012 -0600

Metadata Update from @rmeggins:
- Issue assigned to rmeggins
- Issue set to the milestone: 1.3.0.a1

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/461

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata