Some of this function's
arguments are in/out. After the first call for the specified URI,
the in/out parameters do not need to be reset to the initial calling
value. Subsequent calls will retrieve the output values from the
cache, and place them in the output variable without consideration
of the value when the call was made. In other words, after the first
call is made for the URI, the metadata server ignores the input aspect
of the in/out parameters.
Here is an example of
comma-delimited lists for
type and
name arguments:
type = "person,person,person";
name = "Fred,Yolanda,Viktorija";
rc = metasec_getnauth(tc,uri,n,type,name,auth,permission,cond);