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

Re: About filters




> Juan Miguel de los Ríos Caparrós wrote:
> 
> I need to search in my ldap an entry using a special filter, I don´t want search with the typical filter (cn=Javier* ). Now I want search entries with a cn attribute distinct of "Javier*" for example...

ldapsearch '(!(cn=javier*))'

Is that what you want?

Julio