LDAPUtils
I came across the LDAPUtils script and the setManager function in there. setManager: function(source, target) { var ge = source.getElement(this.manager); if (!ge || ge.isNil()) return; this._getLdapUserUpdate(); var ldap = new Packages.com.glide.sys....