s3: rename sid_check_is_domain() to sid_check_is_our_sam()
authorMichael Adam <obnox@samba.org>
Thu, 12 Jul 2012 13:55:21 +0000 (15:55 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 12 Jul 2012 14:43:51 +0000 (16:43 +0200)
commitc43505b621725c9a754f0ee98318d451b093f2ed
tree62ffe55074eecc8f46bdedb252ef5622a1625b8e
parentac2644b7766e41858d53ead9d0c023a26265789a
s3: rename sid_check_is_domain() to sid_check_is_our_sam()

This does not check whether the given sid is the domain sid,
but whether it is the sid of the local sam, which is different
for a domain member server.
13 files changed:
source3/passdb/lookup_sid.c
source3/passdb/machine_sid.c
source3/passdb/machine_sid.h
source3/passdb/pdb_interface.c
source3/passdb/pdb_ldap.c
source3/rpc_server/samr/srv_samr_nt.c
source3/winbindd/wb_lookupsids.c
source3/winbindd/wb_next_grent.c
source3/winbindd/wb_next_pwent.c
source3/winbindd/winbindd_cache.c
source3/winbindd/winbindd_cm.c
source3/winbindd/winbindd_samr.c
source3/winbindd/winbindd_util.c