[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: acl question



ok cool.

used back-ldap to do 
map attribute mail custom_email

and was able to modify the filter in the client with
mail=* to clean that up.

sorry for the silly questions.. you can go about your business.



Jonathan Higgins
IT R&D Project Manager
Kennesaw State University
jhiggins@kennesaw.edu


>>> Mike Jackson <mj@sci.fi> 2/25/2005 1:44:53 PM >>>
Jonathan Higgins wrote:
> Hey,
> is it possible to create an acl that acts like an ldap filter, and
> allow a regex?
> 
> what I would like to do is:
> 1. if someone searches on the "mail" attribute, if its blank, don't
> return the entry at all.

(&(uid=joe)(mail=*))


> 2. replace the mail attribute that gets returned with a
"custom_email"
> attribute.

You need to write a "plugin" or "overlay" for this.

--
mike