* Igor Zymin - Sun Microsystems - Prague Czech Republic <Igor.Zymin at Sun.COM> [2007-06-11 07:38]: > 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?
It might be possible to raise it, but not necessarily to eliminate it. It's also possible to restructure the single property value into a list of values, or even into multiple properties (in a new configuration property group). Please make sure that these approaches aren't more suitable for your configuration data. - Stephen -- sch at sun.com http://blogs.sun.com/sch/