mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:loadparm/docs: Set default for "ldap ssl" to "start tls".
This has been discussed on samba-technical before. 3.3 and newer only! Karolin
This commit is contained in:
parent
cbb085b2a2
commit
cf9f2484b7
@ -27,11 +27,11 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><parameter moreinfo="none">Start_tls</parameter> = Use
|
<para><parameter moreinfo="none">start tls</parameter> = Use
|
||||||
the LDAPv3 StartTLS extended operation (RFC2830) for
|
the LDAPv3 StartTLS extended operation (RFC2830) for
|
||||||
communicating with the directory server.</para>
|
communicating with the directory server.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</description>
|
</description>
|
||||||
<value type="default">no</value>
|
<value type="default">start tls</value>
|
||||||
</samba:parameter>
|
</samba:parameter>
|
||||||
|
@ -4879,7 +4879,7 @@ static void init_globals(bool first_time_only)
|
|||||||
string_set(&Globals.szLdapIdmapSuffix, "");
|
string_set(&Globals.szLdapIdmapSuffix, "");
|
||||||
|
|
||||||
string_set(&Globals.szLdapAdminDn, "");
|
string_set(&Globals.szLdapAdminDn, "");
|
||||||
Globals.ldap_ssl = LDAP_SSL_OFF;
|
Globals.ldap_ssl = LDAP_SSL_START_TLS;
|
||||||
Globals.ldap_passwd_sync = LDAP_PASSWD_SYNC_OFF;
|
Globals.ldap_passwd_sync = LDAP_PASSWD_SYNC_OFF;
|
||||||
Globals.ldap_delete_dn = False;
|
Globals.ldap_delete_dn = False;
|
||||||
Globals.ldap_replication_sleep = 1000; /* wait 1 sec for replication */
|
Globals.ldap_replication_sleep = 1000; /* wait 1 sec for replication */
|
||||||
|
Loading…
Reference in New Issue
Block a user