diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-03-13 17:35:47 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2004-03-13 17:35:47 +0000 |
commit | 9522e181d1537bb4ec5e1d39ee4fb5034d07be20 (patch) | |
tree | 5fc639e35ea6e969b0777022f5db4cb1ac33763a /source3/nsswitch/winbindd.h | |
parent | ebd5fe9d02433c5bfe480ae09385ddd3f7e2364c (diff) | |
download | samba-9522e181d1537bb4ec5e1d39ee4fb5034d07be20.tar.gz samba-9522e181d1537bb4ec5e1d39ee4fb5034d07be20.tar.bz2 samba-9522e181d1537bb4ec5e1d39ee4fb5034d07be20.zip |
Add alias support to winbindd_passdb. Sorry, Simo, this does not leave too
much of your winbindd_passdb, users are currently not provided by that, only
aliases. Currently the code to maintain that stuff is not yet in, this will be
next, see my next posting to samba-technical.
Volker
(This used to be commit 9e0fb457ba77a55f8271b6acc91a07f0a8df3760)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r-- | source3/nsswitch/winbindd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index 0087d58195..5c05a1b045 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -97,6 +97,7 @@ struct winbindd_domain { BOOL native_mode; /* is this a win2k domain in native mode ? */ BOOL active_directory; /* is this a win2k active directory ? */ BOOL primary; /* is this our primary domain ? */ + BOOL internal; /* BUILTIN and member SAM */ /* Lookup methods for this domain (LDAP or RPC) */ struct winbindd_methods *methods; |