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.

Rami Huhtala

Reply via email to