Hi, This is with regards to CR 6557371 Updated P2 ldap/switch ldap_cachemgr daemon crashes in getldap_lookup(), if many servideSearchDescriptors are defined.
A customer created an LDAP configuration with a long list of search descriptors. I fixed the bug within the Duckwater project and, since the project intends to move the LDAP client configuration to SMF, it turned out that a big configuration like a one described in the CR can not be stored to SMF. Currently the facility does not allow values longer then 4KB: #define REP_PROTOCOL_VALUE_LEN 4096 /* maximum value length */ Is it possible to remove that limitation? Thanks in advance, Igor