diff options
author | Luke Leighton <lkcl@samba.org> | 1998-11-23 21:51:05 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-11-23 21:51:05 +0000 |
commit | e76f593b3572ac881f1aa1fb3326d8b7169b0078 (patch) | |
tree | 2aa952b7a088beb666869a22e825c0c00192f87c /source/include/smb.h | |
parent | e93491953a2555401a372de74ac2aee0cc44cb88 (diff) | |
download | samba-e76f593b3572ac881f1aa1fb3326d8b7169b0078.tar.gz samba-e76f593b3572ac881f1aa1fb3326d8b7169b0078.tar.xz samba-e76f593b3572ac881f1aa1fb3326d8b7169b0078.zip |
unix instance of group database API
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index d0880c9cd3c..8ffd55d10ab 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -1560,6 +1560,15 @@ enum protocol_types {PROTOCOL_NONE,PROTOCOL_CORE,PROTOCOL_COREPLUS,PROTOCOL_LANM /* security levels */ enum security_types {SEC_SHARE,SEC_USER,SEC_SERVER,SEC_DOMAIN}; +/* server roles */ +enum server_types +{ + ROLE_DOMAIN_NONE, + 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}; |