diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-10-07 15:04:48 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-10-07 15:04:48 +0000 |
commit | ec85f2e53d18a818440cf716ad6b6892594cae85 (patch) | |
tree | 8793c810f9b935a740ea4ad013671c9e50fb6ce6 /source3/include | |
parent | 426d930adb9f816053b6cb3ea0696c1a8ad38d3c (diff) | |
download | samba-ec85f2e53d18a818440cf716ad6b6892594cae85.tar.gz samba-ec85f2e53d18a818440cf716ad6b6892594cae85.tar.bz2 samba-ec85f2e53d18a818440cf716ad6b6892594cae85.zip |
- revert to old idle dir code (marty pointed out a problem with the
new code)
- handle server level security in the new "detect NT password length
stuffups" code
(This used to be commit 7c135d499409d4ddedb978f681559dae90ac4288)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index 465e0029b6..12d3fb9e88 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -156,6 +156,6 @@ /* the directory to sit in when idle */ -#define IDLE_DIR "/" +/* #define IDLE_DIR "/" */ #endif |