Posted By:
Anonymous
Posted On:
Thursday, May 9, 2002 07:26 AM
I'm having trouble adding a boolean attribute to my ldap server. Could anyone please tell me why I might be having trouble with this? the last three attributes are boolean, I have no problem adding the rest of the attributes of type String myAttrs.put("cn", cn); myAttrs.put("givenname", givenname); myAttrs.put("sn", sn); myAttrs.put("address", address); myAttrs.put("email", email); myAttrs.put("telNo", telNo); myAttrs.put("courseID", courseID); myAttrs.put("sport", sport); myAttrs.put("haschildren", haschildren); myAttrs.put("payfees", payfees); m
More>>
I'm having trouble adding a boolean attribute to my ldap
server. Could anyone please tell me why I might be having
trouble with this? the last three attributes are boolean,
I have no problem adding the rest of the attributes of type String
myAttrs.put("cn", cn);
myAttrs.put("givenname", givenname);
myAttrs.put("sn", sn);
myAttrs.put("address", address);
myAttrs.put("email", email);
myAttrs.put("telNo", telNo);
myAttrs.put("courseID", courseID);
myAttrs.put("sport", sport);
myAttrs.put("haschildren", haschildren);
myAttrs.put("payfees", payfees);
myAttrs.put("grant", grant);
<<Less