Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132263
Collapse All | Expand All

(-)clients.orig/tools/common.c (-1 / +1 lines)
Lines 904-911 Link Here
904
tool_bind( LDAP *ld )
904
tool_bind( LDAP *ld )
905
{
905
{
906
#ifdef LDAP_CONTROL_PASSWORDPOLICYREQUEST
906
#ifdef LDAP_CONTROL_PASSWORDPOLICYREQUEST
907
	if ( ppolicy ) {
908
		LDAPControl *ctrls[2], c;
907
		LDAPControl *ctrls[2], c;
908
	if ( ppolicy ) {
909
		c.ldctl_oid = LDAP_CONTROL_PASSWORDPOLICYREQUEST;
909
		c.ldctl_oid = LDAP_CONTROL_PASSWORDPOLICYREQUEST;
910
		c.ldctl_value.bv_val = NULL;
910
		c.ldctl_value.bv_val = NULL;
911
		c.ldctl_value.bv_len = 0;
911
		c.ldctl_value.bv_len = 0;

Return to bug 132263