Le 08/11/16 à 15:59, Strong, Emily a écrit :
> This is hopefully a basic question - how do you read the list of ACIs from an 
> OU? 

> In our groovy scripts for managing users we follow the pattern:
>
> ldap = LDAP.newInstance(<host>,<user>,<pwd>)
>
> ldap.eachEntry(<filter>,<ou>, SearchScope.ONE) { }
>
>
> Is there an equivalent to eachEntry for ACIs?

That does not make a lot of sense : eachEntry is retreiving entries from
a LDAP server, which is not related at all with ACI...

What are you trying to do exactly ?

Reply via email to