- **status**: accepted --> review


---

** [tickets:#2525] log: just supported maximum 2047 characters for long DN**

**Status:** review
**Milestone:** 5.17.08
**Created:** Mon Jul 10, 2017 09:37 AM UTC by Canh Truong
**Last Updated:** Mon Jul 10, 2017 09:37 AM UTC
**Owner:** Canh Truong


In log service, log just supported maximum 2047 characters for long DN:

bool lga_is_extended_name_valid(const SaNameT* name) {
  if (name == nullptr) return false;
  if (osaf_is_extended_name_valid(name) == false) return false;

  SaConstStringT str = osaf_extended_name_borrow(name);
  if (strlen(str) >= kOsafMaxDnLength) return false;

  return true;
}

it should support maximum 2048 characters for long DN.



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to