JHT ===> More hacks!
authorJohn Terpstra <jht@samba.org>
Wed, 17 Sep 1997 14:54:35 +0000 (14:54 +0000)
committerJohn Terpstra <jht@samba.org>
Wed, 17 Sep 1997 14:54:35 +0000 (14:54 +0000)
(This used to be commit 0b859fdfac07322f021dbb74791914e22f6b9884)

examples/smb.conf.default

index a815a29011fcb3c93669938747662fe0a5da8f73..7de2c21768baec023d79c0d01593b5912d883dea 100644 (file)
 ; Use password server option only with security = server
 ;   password server = <NT-Server-Name>
 
 ; Use password server option only with security = server
 ;   password server = <NT-Server-Name>
 
+; Encrypted Password Support - Off by default. Requires smbpasswd file
+; Refer to docs/Encryption.txt
+   encrypt passwords = no
+
 ; Configuration Options ***** The location of this entry in your smb.conf
 ; heirachy determines  which parameters are overwritten - please watch out!
 ; Where %m is any SMBName (machine name, or computer name) for which a custom
 ; Configuration Options ***** The location of this entry in your smb.conf
 ; heirachy determines  which parameters are overwritten - please watch out!
 ; Where %m is any SMBName (machine name, or computer name) for which a custom
@@ -52,9 +56,6 @@
 ; Performance Related Options
 ; Before setting socket options read the smb.conf man page!!
    socket options = TCP_NODELAY 
 ; Performance Related Options
 ; Before setting socket options read the smb.conf man page!!
    socket options = TCP_NODELAY 
-; Socket Address is used to specify which socket Samba
-; will listen on (good for aliased systems)
-;   socket address = aaa.bbb.ccc.ddd
 ; Use keep alive only if really needed!!!!
 ;   keep alive = 60
 ; Configure Samba to use multiple interfaces
 ; Use keep alive only if really needed!!!!
 ;   keep alive = 60
 ; Configure Samba to use multiple interfaces
@@ -94,8 +95,8 @@
 
 ; run a specific logon batch file per workstation (machine)
 ;   logon script = %m.bat
 
 ; run a specific logon batch file per workstation (machine)
 ;   logon script = %m.bat
-; run a specific logon batch file per username
-;   logon script = %u.bat
+; run a specific logon batch file per session username (ie: Client User Name)
+;   logon script = %U.bat
 
 ; Where to store roving profiles (only for Win95 and WinNT)
 ;        %L substitutes for the SMB name we are called, %U is username
 
 ; Where to store roving profiles (only for Win95 and WinNT)
 ;        %L substitutes for the SMB name we are called, %U is username