s3 Replace is_sid_in_token() with security_token_has_sid() from common code
authorAndrew Bartlett <abartlet@samba.org>
Fri, 17 Sep 2010 03:08:59 +0000 (13:08 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 14 Oct 2010 02:35:04 +0000 (02:35 +0000)
commitdeb7c0243663d3fa435531bad77d2897b1d15285
tree61a4500d22c3641aa161dfa4dd053c1527503a7c
parentc41bb6e846b61b92295887fcbfa670e3f5fbbb46
s3 Replace is_sid_in_token() with security_token_has_sid() from common code

The two routines are identical, so there is no need to keep both.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/Makefile.in
source3/include/proto.h
source3/lib/util_seaccess.c
source3/lib/util_sid.c
source3/rpc_server/srv_samr_nt.c
source3/utils/net_rpc.c