View | Details | Raw Unified | Return to bug 509874
Collapse All | Expand All

(-)yast2-ldap-2.17.3/src/LdapAgent.cc (+3 lines)
Lines 232-237 Link Here
232
		value = YCPString (val);
232
		value = YCPString (val);
233
	}
233
	}
234
234
235
	if ( key == "uniqueMember" ) 
236
		key = "uniquemember";
237
	
235
	ret->add(YCPString (key), YCPValue(value));
238
	ret->add(YCPString (key), YCPValue(value));
236
    }
239
    }
237
    // for the need of yast2-users
240
    // for the need of yast2-users

Return to bug 509874