diff options
author | Gerald Carter <jerry@samba.org> | 2001-08-24 05:09:59 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-08-24 05:09:59 +0000 |
commit | 39329f986cbce4d8c4066034705af33b86092f6b (patch) | |
tree | 60e21e98b39d00720223725f2fbd3f91b8a353e7 /source/include/smb.h | |
parent | f223acf8727bbe3cf3fd86995c2313093c53e9a6 (diff) | |
download | samba-39329f986cbce4d8c4066034705af33b86092f6b.tar.gz samba-39329f986cbce4d8c4066034705af33b86092f6b.tar.xz samba-39329f986cbce4d8c4066034705af33b86092f6b.zip |
Checkin of LDAP passdb rewrite by Shahms E. King <shahms@shahms.com>
Many things to fix, but this is a very good start. And Shahms and
I can work on the same code base.
--jerry
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index 8444912e72e..ea240d0ac42 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -1260,6 +1260,12 @@ enum printing_types {PRINT_BSD,PRINT_SYSV,PRINT_AIX,PRINT_HPUX, #endif /* DEVELOPER */ }; +/* LDAP schema types */ +enum schema_types {SCHEMA_COMPAT, SCHEMA_AD, SCHEMA_SAMBA}; + +/* LDAP SSL options */ +enum ldap_ssl_types {LDAP_SSL_ON, LDAP_SSL_OFF, LDAP_SSL_START_TLS}; + /* Remote architectures we know about. */ enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_SAMBA}; |