Re: Error 83 trying to use BigInt with Net::LDAP replace

2007-06-29 Thread Chris Ridd
On 28/6/07 2:46, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have a field (18 characters) TimeStamp field that needs to be updated on > an ActiveDirectory Ldap Server. > > I have tried to use Net::LDAP to do so, but when the INT gets converted to > a float (e.g. after 15 digits, etc.) the

Error 83 trying to use BigInt with Net::LDAP replace

2007-06-29 Thread Mark . Herzfeld
I have a field (18 characters) TimeStamp field that needs to be updated on an ActiveDirectory Ldap Server. I have tried to use Net::LDAP to do so, but when the INT gets converted to a float (e.g. after 15 digits, etc.) the Update fails. So, I created a variable with Math::BigInt, and passed tha