search for: lp_machine_password_timeout

Displaying 4 results from an estimated 4 matches for "lp_machine_password_timeout".

2002 Nov 20
3
The Samba Team announces Samba 2.2.7 - security release
...ng on truncate only matters when opening truncate with current SYSTEM|HIDDEN -> NONE. It''s fine to truncate on open with current NONE -> SYSTEM | HIDDEN. 3) Fix bug in rpcclient''s deldriver command 4) Don''t set global_machine_password_needs_changing if lp_machine_password_timeout() is set to zero 5) don''t parse the BUFFER5 if the buffer length is zero 6) fix core dump if pdbedit is run as non-root or smbpasswd file does not exist 7) Ensure can_delete() returns correct error code 8) correctly return NT_STATUS_DELETE_PENDING from open code 9) fix bug that as...
2002 Nov 20
3
The Samba Team announces Samba 2.2.7 - security release
...ng on truncate only matters when opening truncate with current SYSTEM|HIDDEN -> NONE. It''s fine to truncate on open with current NONE -> SYSTEM | HIDDEN. 3) Fix bug in rpcclient''s deldriver command 4) Don''t set global_machine_password_needs_changing if lp_machine_password_timeout() is set to zero 5) don''t parse the BUFFER5 if the buffer length is zero 6) fix core dump if pdbedit is run as non-root or smbpasswd file does not exist 7) Ensure can_delete() returns correct error code 8) correctly return NT_STATUS_DELETE_PENDING from open code 9) fix bug that as...
2002 Jul 17
0
user password expiration patch (Samba 2.2.4/2.2.5 PDC with LDAP)
...out = 60; /* 1 minute default. */ Globals.ReadSize = 16 * 1024; Globals.lm_announce = 2; /* = Auto: send only if LM clients found */ @@ -1673,6 +1677,7 @@ FN_GLOBAL_INTEGER(lp_lm_announce, &Globals.lm_announce) FN_GLOBAL_INTEGER(lp_lm_interval, &Globals.lm_interval) FN_GLOBAL_INTEGER(lp_machine_password_timeout, &Globals.machine_password_timeout) +FN_GLOBAL_INTEGER(lp_user_password_expiration, &Globals.user_password_expiration) FN_GLOBAL_INTEGER(lp_change_notify_timeout, &Globals.change_notify_timeout) FN_GLOBAL_INTEGER(lp_stat_cache_size, &Globals.stat_cache_size) FN_GLOBAL_INTEGER(l...
2009 Jan 29
1
Problem compiling 3.3.0?
On RH 5.2, and I've previously compiled and installed 3.0.28a on this box. configure ran clean, but make fails with:- Compiling smbd/server.c Linking bin/smbd smbd/server.o: In function `housekeeping_fn': server.c:(.text+0x21e): undefined reference to `attempt_machine_password_change' collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1 Anyone else encountered this?