")
line 34:
line 35: Response.Write("User information for : " +ldapObj.AttrValue(0) + "
")
line 36: For i = 0 To ldapObj.AttrCount -1
line 37: Response.Write("" + ldapObj.AttrType(i) +" : " + ldapObj.AttrValue(i) + "
" )
line 38: Next
line 39: Response.Write("