Rami Huhtala wrote:
> hie
> Can I check somehow all values of attribute:
> like
>
> @values = organizationalPerson,person,top,mailrecipient;
> if ($entry->hasValue("objectClass", "@values", 1))
> {
> # do somethink
> }
> unfortunately this dont work. Have anybody ideas how it works.
You need to loop through the @values.
-- Leif
- hasValue Rami Huhtala
- Re: hasValue Leif Hedstrom
- Re: hasValue Rami Huhtala
