To test, remove the openldap24 RPMs on RHEL5 systems and attempt to build the SSSD. Without the patch, compilation fails because there's no LDAPDerefRes. With the patch, the build process fails during configure.
On Sun, Sep 23, 2012 at 09:10:04PM +0200, Jakub Hrozek wrote:
To test, remove the openldap24 RPMs on RHEL5 systems and attempt to build the SSSD. Without the patch, compilation fails because there's no LDAPDerefRes. With the patch, the build process fails during configure.
ACK, because I assume that LDAPDerefRes was introduced in OpenLDAP together with, ldap_create_deref_control_value(), ldap_parse_derefresponse_control() and ldap_derefresponse_free(). But if time permits I wouldn't mind if you want to add those calls to AC_CHECK_FUNCS in src/external/ldap.m4 as well.
bye, Sumit
On Mon, Sep 24, 2012 at 12:18:36PM +0200, Sumit Bose wrote:
On Sun, Sep 23, 2012 at 09:10:04PM +0200, Jakub Hrozek wrote:
To test, remove the openldap24 RPMs on RHEL5 systems and attempt to build the SSSD. Without the patch, compilation fails because there's no LDAPDerefRes. With the patch, the build process fails during configure.
ACK, because I assume that LDAPDerefRes was introduced in OpenLDAP together with, ldap_create_deref_control_value(), ldap_parse_derefresponse_control() and ldap_derefresponse_free(). But if time permits I wouldn't mind if you want to add those calls to AC_CHECK_FUNCS in src/external/ldap.m4 as well.
bye, Sumit
Sure, attached.
On Mon, Sep 24, 2012 at 12:46:51PM +0200, Jakub Hrozek wrote:
On Mon, Sep 24, 2012 at 12:18:36PM +0200, Sumit Bose wrote:
On Sun, Sep 23, 2012 at 09:10:04PM +0200, Jakub Hrozek wrote:
To test, remove the openldap24 RPMs on RHEL5 systems and attempt to build the SSSD. Without the patch, compilation fails because there's no LDAPDerefRes. With the patch, the build process fails during configure.
ACK, because I assume that LDAPDerefRes was introduced in OpenLDAP together with, ldap_create_deref_control_value(), ldap_parse_derefresponse_control() and ldap_derefresponse_free(). But if time permits I wouldn't mind if you want to add those calls to AC_CHECK_FUNCS in src/external/ldap.m4 as well.
bye, Sumit
Sure, attached.
ACK
bye, Sumit
On Mon, Sep 24, 2012 at 06:43:56PM +0200, Sumit Bose wrote:
On Mon, Sep 24, 2012 at 12:46:51PM +0200, Jakub Hrozek wrote:
On Mon, Sep 24, 2012 at 12:18:36PM +0200, Sumit Bose wrote:
On Sun, Sep 23, 2012 at 09:10:04PM +0200, Jakub Hrozek wrote:
To test, remove the openldap24 RPMs on RHEL5 systems and attempt to build the SSSD. Without the patch, compilation fails because there's no LDAPDerefRes. With the patch, the build process fails during configure.
ACK, because I assume that LDAPDerefRes was introduced in OpenLDAP together with, ldap_create_deref_control_value(), ldap_parse_derefresponse_control() and ldap_derefresponse_free(). But if time permits I wouldn't mind if you want to add those calls to AC_CHECK_FUNCS in src/external/ldap.m4 as well.
bye, Sumit
Sure, attached.
ACK
bye, Sumit
Pushed to master.
sssd-devel@lists.fedorahosted.org