User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01
Grant access to a group through your acls and then make these
administrative users members of it. Here is a sample acl:
access to dn=".*,ou=People,dc=mydomain,dc=ca" attr=userPassword
by self write
by dn="uid=root,ou=People,dc=mydomain,dc=ca" write
by dn="gid=admin,ou=Group,dc=mydomain,dc=ca" write
by * auth
Also in your scripts, make sure that you manage concurrent accesses. If
all the scripts are on the same machine, you can use a semaphore for
this. If they are on different machines it get's more complicated.