summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-12-17 16:26:43 +0100
committerKarolin Seeger <kseeger@samba.org>2008-12-17 16:31:06 +0100
commitb6e7caebe4e7b95977540ea068fb37b4c0cdf97b (patch)
treec76e69fa4976e96bc55af4b900a85cc8fa60eb5c /source3
parent580461629bb88ce3b61770e7abfe2c942a121877 (diff)
downloadsamba-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
Diffstat (limited to 'source3')
-rw-r--r--source3/include/smb.h2
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};