Indicate Underflow/Overflow in Integer Attributes
-------------------------------------------------

                 Key: SER-403
                 URL: http://tracker.iptel.org/browse/SER-403
             Project: SER
          Issue Type: Improvement
          Components: LDAP
    Affects Versions: Ipteldorf
            Reporter: Jan Janak
            Priority: Minor


The operators < and > cannot be used in LDAP search filter, RFC4515 only
  supports <= and >= so we create the search filter like this:
  fld<10 -> (fld<=9)
  fld>10 -> (fld>=11)
  The module should issue an warning when the incremented/decremented field
  value overflows/underflows.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.iptel.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to