Hello,<br><br>I have a string attribute named Relaciones in my ldap. <br><br>This attribute can have more than one value. Actually I return those values in the reply:<br><br>Sending Access-Accept of id 229 to X.X.X.X port 32796<br>

    Relaciones += "-11"<br>    Relaciones += "03"<br>    Relaciones += "-01"<br><br>I want to authorize the access only if there is one attibute Relaciones whith a positive value. So I would like to use unlang in authorize module to check all the attributes "Relaciones" whit a regex, but I don't know how can I check all the attributes, and how can I stop procesing the attributes if I found one wihtout a minus sign.<br>

<br><br>if ("%{reply:Relaciones}" =~ /^([0-9]{2})/) {<br><br>}<br><br><br>Thanks very much, and sorry for my english.<br><br><br>-- <br>____________________<br><br>  Ana Gallardo Gómez<br>____________________<br>