diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-05-27 04:13:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:19 -0500 |
commit | db3c011977e9aad535be298d64fa63af61c0669c (patch) | |
tree | 0add1b6fa4d8e2433caede7654a8c727ee4c5995 /source4/include/enums.h | |
parent | 39a236883ee4015980ff3d3cab8a8e5fec858502 (diff) | |
download | samba-db3c011977e9aad535be298d64fa63af61c0669c.tar.gz samba-db3c011977e9aad535be298d64fa63af61c0669c.tar.xz samba-db3c011977e9aad535be298d64fa63af61c0669c.zip |
r917: - added the start of a LSA server to samba4.
- added start of QueryDomainInfo in samr server
"net rpc info" from samba3 now works against a samba4 server. I
suspect join will work fairly soon.
(This used to be commit 0a2c6a1062d0e364356853001f5f39bdb542f453)
Diffstat (limited to 'source4/include/enums.h')
-rw-r--r-- | source4/include/enums.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/include/enums.h b/source4/include/enums.h index 5be158840f..e56f403a30 100644 --- a/source4/include/enums.h +++ b/source4/include/enums.h @@ -29,15 +29,6 @@ enum protocol_types {PROTOCOL_NONE,PROTOCOL_CORE,PROTOCOL_COREPLUS,PROTOCOL_LANM /* security levels */ enum security_types {SEC_SHARE,SEC_USER,SEC_SERVER,SEC_DOMAIN,SEC_ADS}; -/* server roles */ -enum server_types -{ - ROLE_STANDALONE, - ROLE_DOMAIN_MEMBER, - ROLE_DOMAIN_BDC, - ROLE_DOMAIN_PDC -}; - /* printing types */ enum printing_types {PRINT_BSD,PRINT_SYSV,PRINT_AIX,PRINT_HPUX, PRINT_QNX,PRINT_PLP,PRINT_LPRNG,PRINT_SOFTQ, |