summaryrefslogtreecommitdiff
path: root/source3/include/idmap.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-01-22 16:54:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:21 -0500
commit37cc3e3d62a5bfad80a666839b8b0b78472ac11d (patch)
treec9b4b005cc340e566a6568db8a6fec89cbb14a76 /source3/include/idmap.h
parent0de21e951544b5ee85b074427bda30fff3a1c9f4 (diff)
downloadsamba-37cc3e3d62a5bfad80a666839b8b0b78472ac11d.tar.gz
samba-37cc3e3d62a5bfad80a666839b8b0b78472ac11d.tar.bz2
samba-37cc3e3d62a5bfad80a666839b8b0b78472ac11d.zip
r20951: Remove the DOM_SID field in the struct idmap_domain and bounce
domain SID lookups through the struct winbindd_domain *domain_list by searching by name. Refactor the order lookup when searching for the correct idmap_domain to a single function and remove the requirement that the default domain be listed first in the config file. I would still like to make the idmap_domain array a linked list and remove the existing code which makes use of indexes into the list. Basic testing with tdb pans out ok. (This used to be commit e6c300829ff08dd354f6e9460d396261681e4809)
Diffstat (limited to 'source3/include/idmap.h')
-rw-r--r--source3/include/idmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/idmap.h b/source3/include/idmap.h
index 069aaa73a3..80bd541a23 100644
--- a/source3/include/idmap.h
+++ b/source3/include/idmap.h
@@ -37,7 +37,6 @@
#define SMB_IDMAP_INTERFACE_VERSION 4
struct idmap_domain {
- DOM_SID *sid;
const char *name;
BOOL default_domain;
BOOL readonly;