Ignore:
Timestamp:
Jul 6, 2011, 8:21:13 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/param/loadparm.c

    r596 r599  
    326326        bool bClientPlaintextAuth;
    327327        bool bClientUseSpnego;
     328
    328329        bool bDebugPrefixTimestamp;
    329330        bool bDebugHiresTimestamp;
     
    13961397        },
    13971398        {
     1399
     1400
     1401
     1402
     1403
     1404
     1405
     1406
     1407
    13981408                .label          = "username",
    13991409                .type           = P_STRING,
     
    55775587FN_GLOBAL_BOOL(lp_use_spnego, &Globals.bUseSpnego)
    55785588FN_GLOBAL_BOOL(lp_client_use_spnego, &Globals.bClientUseSpnego)
     5589
    55795590FN_GLOBAL_BOOL(lp_hostname_lookups, &Globals.bHostnameLookups)
    55805591FN_LOCAL_PARM_BOOL(lp_change_notify, bChangeNotify)
Note: See TracChangeset for help on using the changeset viewer.