diff options
author | Gerald Carter <jerry@samba.org> | 2002-10-04 21:39:09 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-10-04 21:39:09 +0000 |
commit | d2eae2a2999de61ddb494780f2477f7f7569b804 (patch) | |
tree | c5d3c8a6faedc72c2d778fa3875ef87e47f88801 /source3/nsswitch/winbindd.h | |
parent | f7832e935f99ade0c764e063bb06e5ca36dd0bee (diff) | |
download | samba-d2eae2a2999de61ddb494780f2477f7f7569b804.tar.gz samba-d2eae2a2999de61ddb494780f2477f7f7569b804.tar.bz2 samba-d2eae2a2999de61ddb494780f2477f7f7569b804.zip |
merge native_mode flag in winbindd_domain struct from app-head
(This used to be commit dd948a302ad6bd4307ecdfb10510e12185150eae)
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 dd92ecefe6..4ca59ff1cc 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -90,6 +90,7 @@ struct winbindd_domain { fstring name; /* Domain name */ fstring alt_name; /* alt Domain name (if any) */ DOM_SID sid; /* SID for this domain */ + BOOL native_mode; /* is this a win2k domain in native mode ? */ /* Lookup methods for this domain (LDAP or RPC) */ |