summaryrefslogtreecommitdiff
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-11-25 23:05:13 +0000
committerAndrew Tridgell <tridge@samba.org>2001-11-25 23:05:13 +0000
commit5a735a88e472a48cd4329832998dc31c1e230ecb (patch)
treecb573ffc444eebc9623e0a780109e93960500f5a /source/include
parent1c9d951f86609b08e5660b0fc966c5e5058a3ce2 (diff)
downloadsamba-5a735a88e472a48cd4329832998dc31c1e230ecb.tar.gz
added 'security=ADS'
Diffstat (limited to 'source/include')
-rw-r--r--source/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index d3b999f3cb0..1d7612e9e8c 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -1282,7 +1282,7 @@ char *strdup(char *s);
enum protocol_types {PROTOCOL_NONE,PROTOCOL_CORE,PROTOCOL_COREPLUS,PROTOCOL_LANMAN1,PROTOCOL_LANMAN2,PROTOCOL_NT1};
/* security levels */
-enum security_types {SEC_SHARE,SEC_USER,SEC_SERVER,SEC_DOMAIN};
+enum security_types {SEC_SHARE,SEC_USER,SEC_SERVER,SEC_DOMAIN,SEC_ADS};
/* server roles */
enum server_types