rp_lookup_administrator_p

one of the documented procedures in this installation of the ACS
Usage:
rp_lookup_administrator_p   user_id
What it does:
Used with util_memoize to cache the results of ad_administrator_p.
Defined in: /web/philip/packages/acs-core/abstract-url-procs.tcl

Source code:


    set db [ns_db gethandle log]
    set value [ad_administrator_p $db $user_id]
    ns_db releasehandle $db
    return $value


philg@mit.edu