[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Rename attribute before return
You could use a relay database to do this:
database relay
suffix "ou=Cooked,dc=example,dc=com"
relay "ou=Uncooked,dc=example,dc=com"
overlay rwm
[rwm-whatever you want to change]
Then you could tell Your Favorite Commercial Software basedn="ou=Cooked"
while telling OpenLDAP software that basedn="ou=Uncooked." I know you
mentioned 2.2. You probably could use back-ldap or back-meta to accomplish
similar; it won't be quite as elegant, but it might work.