diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-11-25 23:05:13 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-11-25 23:05:13 +0000 |
commit | 481c644b7b32aa876c69153760fe8a460eea0e69 (patch) | |
tree | b1484c5be9fa27a629ddb984486322987e9df848 /source3/include | |
parent | 2e686c98d1c5f52f285b9595cb6d7790e2de5d66 (diff) | |
download | samba-481c644b7b32aa876c69153760fe8a460eea0e69.tar.gz samba-481c644b7b32aa876c69153760fe8a460eea0e69.tar.bz2 samba-481c644b7b32aa876c69153760fe8a460eea0e69.zip |
added 'security=ADS'
(This used to be commit 5a735a88e472a48cd4329832998dc31c1e230ecb)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index d3b999f3cb..1d7612e9e8 100644 --- a/source3/include/smb.h +++ b/source3/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 |