Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/param/loadparm.c

    r140 r165  
    16171617
    16181618        string_set(&Globals.szLdapAdminDn, "");
    1619         Globals.ldap_ssl = LDAP_SSL_ON;
     1619        Globals.ldap_ssl = LDAP_SSL_OFF;
    16201620        Globals.ldap_passwd_sync = LDAP_PASSWD_SYNC_OFF;
    16211621        Globals.ldap_delete_dn = False;
     
    27962796        int iIndex;
    27972797
    2798         if (*pszParmName == '-')
     2798        if (*pszParmName == '-' && !strequal(pszParmName, "-valid"))
    27992799                return (-1);
    28002800
Note: See TracChangeset for help on using the changeset viewer.