Displaying 1 result from an estimated 1 matches for "idmap_cache_upd".
2002 Oct 22
4
Re: Coming round to SURS...
...K(idmap_cache_sid_to_id(sid,id,group)))
> {
> return NT_STATUS_OK;
> }
>
> if (!NT_STATUS_IS_OK(idmap_central_sid_to_id(sid,id,group)))
> {
> return NT_STATUS_UNSUCCESFUL;
> }
>
> idmap_cache_update(sid,id,group);
> return NT_STATUS_OK;
> }
>
> NT_STATUS idmap_uid_to_sid(uid_t uid, DOM_SID **sid);
> {
> if (NT_STATUS_IS_OK(idmap_cache_uid_to_sid(uid,sid)))
> {
> return NT_STATUS_OK;
> }
>
> if (...