Changeset 221 for branches/samba-3.3.x/source/lib/smbldap.c
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/lib/smbldap.c
r206 r221 582 582 int smb_ldap_start_tls(LDAP *ldap_struct, int version) 583 583 { 584 #ifdef LDAP_OPT_X_TLS 584 585 int rc; 586 #endif 585 587 586 588 if (lp_ldap_ssl() != LDAP_SSL_START_TLS) {
Note:
See TracChangeset
for help on using the changeset viewer.