Selelvian

Results 1 issues of Selelvian

On line 174, there is: ($mesg->entry(0)->get_value($$config{'userAttribute'}) == $RAD_REQUEST{'User-Name'}) I think this should be ($mesg->entry(0)->get_value($$config{'userAttribute'}) eq $RAD_REQUEST{'User-Name'}) Because otherwise it is doing a conversion to a numeric type, and comparing that,...