Howard Chu wrote:
You can: 1) consolidate all the information into a single entry, with some kind of tag to differentiate values. e.g. homeDirectory: {host1}/home/foo homeDirectory: {host2}/export/home/bar
2) distribute the information as I suggested before, and perform multiple queries to construct a complete user record
Yes, synchronizing across the subtrees is a hassle, which is why I was hoping for another way.3) create multiple trees with redundant information, and point each client at the relevant subtree.
(1) and (2) require nss_ldap code changes. (3) requires no code changes, but means keeping a lot of redundant trees in sync.
Steve