diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-12-17 16:26:43 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-12-17 16:31:06 +0100 |
commit | b6e7caebe4e7b95977540ea068fb37b4c0cdf97b (patch) | |
tree | c76e69fa4976e96bc55af4b900a85cc8fa60eb5c | |
parent | 580461629bb88ce3b61770e7abfe2c942a121877 (diff) | |
download | samba-b6e7caebe4e7b95977540ea068fb37b4c0cdf97b.tar.gz samba-b6e7caebe4e7b95977540ea068fb37b4c0cdf97b.tar.bz2 samba-b6e7caebe4e7b95977540ea068fb37b4c0cdf97b.zip |
s3/smb.h: Remove unused LDAP_SSL_ON.
LDAP_SSL_ON is not defined at all.
Ldaps can be used by specifying an ldaps URL using the "passdb backend"
parameter.
Karolin
-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 891bd4aaf7..a8a2d98154 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1514,7 +1514,7 @@ enum printing_types {PRINT_BSD,PRINT_SYSV,PRINT_AIX,PRINT_HPUX, 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}; +enum ldap_ssl_types {LDAP_SSL_OFF, LDAP_SSL_START_TLS}; /* LDAP PASSWD SYNC methods */ enum ldap_passwd_sync_types {LDAP_PASSWD_SYNC_ON, LDAP_PASSWD_SYNC_OFF, LDAP_PASSWD_SYNC_ONLY}; |