mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Remove "sids.h" as it really wasn't being used anywhere, and was exporting
the (now static) global_sam_sid. The only place it was being used was to return global_sid_NULL to some uid->sid functions - and I'm not convinced this is correct in any case. Andrew Bartlett (This used to be commit e2a76a7fc94dd59c09bba3cda91446fad9f8c0e0)
This commit is contained in:
parent
97a8dd6d9a
commit
959ff024da
@ -374,6 +374,5 @@ struct acct_info
|
||||
#include "rpc_wkssvc.h"
|
||||
#include "rpc_spoolss.h"
|
||||
#include "rpc_dfs.h"
|
||||
#include "sids.h"
|
||||
|
||||
#endif /* _NT_DOMAIN_H */
|
||||
|
@ -1,39 +0,0 @@
|
||||
/*
|
||||
Unix SMB/CIFS implementation.
|
||||
SMB parameters and setup
|
||||
Copyright (C) Andrew Tridgell 1992-2000
|
||||
Copyright (C) Luke Kenneth Casson Leighton 1996-2000
|
||||
Copyright (C) Elrond 2000
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#ifndef _SIDS_H
|
||||
#define _SIDS_H
|
||||
|
||||
extern DOM_SID *global_sam_sid;
|
||||
extern fstring global_sam_name;
|
||||
|
||||
extern DOM_SID global_member_sid;
|
||||
|
||||
extern DOM_SID global_sid_S_1_5_32; /* local well-known domain */
|
||||
extern DOM_SID global_sid_S_1_1; /* Global Domain */
|
||||
extern DOM_SID global_sid_NULL;
|
||||
|
||||
extern const DOM_SID *global_sid_everyone;
|
||||
extern const DOM_SID *global_sid_system; /* SYSTEM */
|
||||
extern const DOM_SID *global_sid_builtin;
|
||||
|
||||
#endif /* _SIDS_H */
|
@ -20,8 +20,6 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "nterr.h"
|
||||
#include "sids.h"
|
||||
|
||||
/**********************************************************************************
|
||||
Check if this ACE has a SID in common with the token.
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_WINBIND
|
||||
extern DOM_SID global_sid_NULL; /* NULL sid */
|
||||
|
||||
NSS_STATUS winbindd_request(int req_type,
|
||||
struct winbindd_request *request,
|
||||
|
@ -21,7 +21,6 @@
|
||||
*/
|
||||
|
||||
#include "winbindd.h"
|
||||
#include "sids.h"
|
||||
|
||||
/* Convert a string */
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
*/
|
||||
|
||||
#include "winbindd.h"
|
||||
#include "sids.h"
|
||||
|
||||
/**
|
||||
* @file winbindd_util.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user