[samba-jp:18831] Samba2.2 から Samba3 へのバージョンアップ (ldapsam_compat)
高橋 健吾
hattori18 @ yahoo.co.jp
2006年 8月 9日 (水) 17:27:19 JST
こんにちは。
高橋と申します。
環境
OS:Redhat Enterprise3
Samba 3.0.14
OpenLDAP 2.0.27-17
現在、Smba2系から Samba3へのバージョンアップを行っています。
(Samba2.2.11-ja-1.0 → Samba3.0.14)
既存2.2のスキーマを使用するため、「ldapsam_compat」を使用しています。
・smbldap-useradd.pl(2系)を使用してユーザー登録。
・smbldap-passwd.pl(2系)でパスワードを設定。
・サーバーにアクセスするとログインできない。
smbldap-usershow.plを使用して、LDAPデータを確認すると、
「lmPassword:」と「ntPassword:」の項目が消失します。
どなたか原因と対処法をご存知でしたら
ご教授いただけませんでしょうか?
以下,confとログファイルです。
smb.conf
--------------------------------------------------------------------------------
[global]
dos charset = CP932
unix charset = EUCJP-MS
display charset = CP932
workgroup = SMB2
netbios name = SMB_02
server string = FS2
os level = 50
preferred master = Yes
domain master = Yes
security = user
encrypt passwords = Yes
domain logons = Yes
admin users = Administrator
passdb backend = ldapsam_compat:ldap://127.0.0.1
ldap suffix = o=***,c=jp,o=*****
ldap admin dn = cn=Manager,o=***,c=jp,o=****
ldap user suffix = ou=Users
ldap group suffix = ou=Groups
ldap machine suffix = ou=Computers
ldap passwd sync = yes
ldap ssl = no
log level = 3
deadtime = 10
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
logon path =
logon home =
lm announce = Yes
lm interval = 720
dns proxy = No
wins support = Yes
dos filetimes = Yes
dos filetime resolution = Yes
create mask = 0775
force create mode = 0775
force directory mode = 0775
hide files = /.??*/
logon script = %G.bat
--------------------------------------------------------------------------------------------------------------
[2006/08/09 16:49:06, 0] smbd/server.c:main(798)
smbd version 3.0.14a started.
Copyright Andrew Tridgell and the Samba Team 1992-2004
[2006/08/09 16:49:06, 2] param/loadparm.c:do_section(3426)
Processing section "[netlogon]"
[2006/08/09 16:49:06, 2] param/loadparm.c:do_section(3426)
Processing section "[homes]"
[2006/08/09 16:49:06, 2] param/loadparm.c:do_section(3426)
Processing section "[public]"
[2006/08/09 16:49:06, 2] param/loadparm.c:do_section(3426)
Processing section "[person]"
[2006/08/09 16:49:06, 2] param/loadparm.c:do_section(3426)
Processing section "[COMMON]"
[2006/08/09 16:49:06, 3] param/loadparm.c:lp_add_ipc(2401)
adding IPC service
[2006/08/09 16:49:06, 3] param/loadparm.c:lp_add_ipc(2401)
adding IPC service
[2006/08/09 16:49:06, 3] printing/pcap.c:pcap_cache_reload(114)
reloading printcap cache
[2006/08/09 16:49:06, 3] printing/pcap.c:pcap_cache_reload(213)
reload status: ok
[2006/08/09 16:49:06, 3] printing/pcap.c:pcap_cache_reload(114)
reloading printcap cache
[2006/08/09 16:49:06, 3] printing/pcap.c:pcap_cache_reload(213)
reload status: ok
[2006/08/09 16:49:06, 2] lib/interface.c:add_interface(81)
added interface ip=131.180.10.202 bcast=131.180.255.255 nmask=255.255.0.0
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2006/08/09 16:49:06, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:49:06, 2] lib/smbldap.c:smbldap_open_connection(692)
smbldap_open_connection: connection opened
[2006/08/09 16:49:06, 3] lib/smbldap.c:smbldap_connect_system(866)
ldap_connect_system: succesful connection to the LDAP server
ldap_connect_system: LDAP server does not support paged results
[2006/08/09 16:49:06, 2] passdb/pdb_ldap.c:init_sam_from_ldap(499)
init_sam_from_ldap: Entry found for user: nobody
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2006/08/09 16:49:06, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2006/08/09 16:49:06, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2006/08/09 16:49:06, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2006/08/09 16:49:06, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:49:06, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:49:06, 3] smbd/server.c:main(831)
loaded services
[2006/08/09 16:49:06, 3] smbd/server.c:main(846)
Becoming a daemon.
[2006/08/09 16:49:06, 2] lib/tallocmsg.c:register_msg_pool_usage(57)
Registered MSG_REQ_POOL_USAGE
[2006/08/09 16:49:06, 2] lib/dmallocmsg.c:register_dmalloc_msgs(71)
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
[2006/08/09 16:49:06, 3] printing/printing.c:start_background_queue(1322)
start_background_queue: Starting background LPQ thread
[2006/08/09 16:49:06, 2] smbd/server.c:open_sockets_smbd(329)
waiting for a connection
[2006/08/09 16:50:13, 3] smbd/oplock.c:init_oplocks(1351)
open_oplock_ipc: opening loopback UDP socket.
[2006/08/09 16:50:13, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(303)
Linux kernel oplocks enabled
[2006/08/09 16:50:13, 3] smbd/oplock.c:init_oplocks(1382)
open_oplock ipc: pid = 4407, global_oplock_port = 32786
[2006/08/09 16:50:13, 3] smbd/process.c:process_smb(1091)
Transaction 0 of length 137
[2006/08/09 16:50:13, 3] smbd/process.c:switch_message(886)
switch message SMBnegprot (pid 4407) conn 0x0
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [PC NETWORK PROGRAM 1.0]
[2006/08/09 16:50:13, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [LANMAN1.0]
[2006/08/09 16:50:13, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [Windows for Workgroups 3.1a]
[2006/08/09 16:50:13, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [LM1.2X002]
[2006/08/09 16:50:13, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [LANMAN2.1]
[2006/08/09 16:50:13, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [NT LM 0.12]
[2006/08/09 16:50:13, 3] smbd/negprot.c:reply_nt1(333)
using SPNEGO
[2006/08/09 16:50:13, 3] smbd/negprot.c:reply_negprot(555)
Selected protocol NT LM 0.12
[2006/08/09 16:50:13, 3] smbd/process.c:process_smb(1091)
Transaction 1 of length 240
[2006/08/09 16:50:13, 3] smbd/process.c:switch_message(886)
switch message SMBsesssetupX (pid 4407) conn 0x0
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X(655)
wct=12 flg2=0xc803
[2006/08/09 16:50:13, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all
old
resources.
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(535)
Doing spnego session setup
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(566)
NativeOS=[Windows 2002 Service Pack 2 2600] NativeLanMan=[Windows 2002
5.1] Pr
imaryDomain=[]
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_spnego_negotiate(444)
Got OID 1 3 6 1 4 1 311 2 2 10
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_spnego_negotiate(447)
Got secblob of size 40
[2006/08/09 16:50:13, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(62)
Got NTLMSSP neg_flags=0xa2088207
[2006/08/09 16:50:13, 3] smbd/process.c:process_smb(1091)
Transaction 2 of length 340
[2006/08/09 16:50:13, 3] smbd/process.c:switch_message(886)
switch message SMBsesssetupX (pid 4407) conn 0x0
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X(655)
wct=12 flg2=0xc803
[2006/08/09 16:50:13, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all
old
resources.
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(535)
Doing spnego session setup
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(566)
NativeOS=[Windows 2002 Service Pack 2 2600] NativeLanMan=[Windows 2002
5.1] Pr
imaryDomain=[]
[2006/08/09 16:50:13, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(606)
Got user=[hattori] domain=[PC17864] workstation=[PC17864] len1=24 len2=24
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2006/08/09 16:50:13, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] auth/auth.c:check_ntlm_password(219)
check_ntlm_password: Checking password for unmapped user
[PC17864]\[hattori]@
[PC17864] with the new password interface
[2006/08/09 16:50:13, 3] auth/auth.c:check_ntlm_password(222)
check_ntlm_password: mapped user is: [KAM_SMB2]\[hattori]@[PC17864]
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2006/08/09 16:50:13, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:50:13, 2] lib/smbldap.c:smbldap_open_connection(692)
smbldap_open_connection: connection opened
[2006/08/09 16:50:13, 3] lib/smbldap.c:smbldap_connect_system(866)
ldap_connect_system: succesful connection to the LDAP server
ldap_connect_system: LDAP server does not support paged results
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] auth/auth_sam.c:check_sam_security(257)
check_sam_security: Couldn't find user 'hattori' in passdb.
[2006/08/09 16:50:13, 3] auth/auth_winbind.c:check_winbind_security(80)
check_winbind_security: Not using winbind, requested domain [KAM_SMB2]
was for
this SAM.
[2006/08/09 16:50:13, 2] auth/auth.c:check_ntlm_password(312)
check_ntlm_password: Authentication for user [hattori] -> [hattori]
FAILED wi
th error NT_STATUS_NO_SUCH_USER
[2006/08/09 16:50:13, 3] smbd/process.c:process_smb(1091)
Transaction 3 of length 240
[2006/08/09 16:50:13, 3] smbd/process.c:switch_message(886)
switch message SMBsesssetupX (pid 4407) conn 0x0
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X(655)
wct=12 flg2=0xc803
[2006/08/09 16:50:13, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all
old
resources.
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(535)
Doing spnego session setup
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(566)
NativeOS=[Windows 2002 Service Pack 2 2600] NativeLanMan=[Windows 2002
5.1] Pr
imaryDomain=[]
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_spnego_negotiate(444)
Got OID 1 3 6 1 4 1 311 2 2 10
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_spnego_negotiate(447)
Got secblob of size 40
[2006/08/09 16:50:13, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(62)
Got NTLMSSP neg_flags=0xa2088207
[2006/08/09 16:50:13, 3] smbd/process.c:process_smb(1091)
Transaction 4 of length 340
[2006/08/09 16:50:13, 3] smbd/process.c:switch_message(886)
switch message SMBsesssetupX (pid 4407) conn 0x0
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X(655)
wct=12 flg2=0xc803
[2006/08/09 16:50:13, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all
old
resources.
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(535)
Doing spnego session setup
[2006/08/09 16:50:13, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(566)
NativeOS=[Windows 2002 Service Pack 2 2600] NativeLanMan=[Windows 2002
5.1] Pr
imaryDomain=[]
[2006/08/09 16:50:13, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(606)
Got user=[hattori] domain=[PC17864] workstation=[PC17864] len1=24 len2=24
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2006/08/09 16:50:13, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] auth/auth.c:check_ntlm_password(219)
check_ntlm_password: Checking password for unmapped user
[PC17864]\[hattori]@
[PC17864] with the new password interface
[2006/08/09 16:50:13, 3] auth/auth.c:check_ntlm_password(222)
check_ntlm_password: mapped user is: [KAM_SMB2]\[hattori]@[PC17864]
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2006/08/09 16:50:13, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 3] auth/auth_sam.c:check_sam_security(257)
check_sam_security: Couldn't find user 'hattori' in passdb.
[2006/08/09 16:50:13, 3] auth/auth_winbind.c:check_winbind_security(80)
check_winbind_security: Not using winbind, requested domain [KAM_SMB2]
was for
this SAM.
[2006/08/09 16:50:13, 2] auth/auth.c:check_ntlm_password(312)
check_ntlm_password: Authentication for user [hattori] -> [hattori]
FAILED wi
th error NT_STATUS_NO_SUCH_USER
[2006/08/09 16:50:13, 3] smbd/process.c:timeout_processing(1334)
timeout_processing: End of file from client (client has disconnected).
[2006/08/09 16:50:13, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:13, 2] smbd/server.c:exit_server(609)
Closing connections
[2006/08/09 16:50:13, 3] smbd/connection.c:yield_connection(69)
Yielding connection to
[2006/08/09 16:50:13, 3] smbd/server.c:exit_server(652)
Server exit (normal exit)
[2006/08/09 16:50:18, 3] smbd/oplock.c:init_oplocks(1351)
open_oplock_ipc: opening loopback UDP socket.
[2006/08/09 16:50:18, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(303)
Linux kernel oplocks enabled
[2006/08/09 16:50:18, 3] smbd/oplock.c:init_oplocks(1382)
open_oplock ipc: pid = 4408, global_oplock_port = 32786
[2006/08/09 16:50:18, 3] smbd/process.c:process_smb(1091)
Transaction 0 of length 137
[2006/08/09 16:50:18, 3] smbd/process.c:switch_message(886)
switch message SMBnegprot (pid 4408) conn 0x0
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:18, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [PC NETWORK PROGRAM 1.0]
[2006/08/09 16:50:18, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [LANMAN1.0]
[2006/08/09 16:50:18, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [Windows for Workgroups 3.1a]
[2006/08/09 16:50:18, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [LM1.2X002]
[2006/08/09 16:50:18, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [LANMAN2.1]
[2006/08/09 16:50:18, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [NT LM 0.12]
[2006/08/09 16:50:18, 3] smbd/negprot.c:reply_nt1(333)
using SPNEGO
[2006/08/09 16:50:18, 3] smbd/negprot.c:reply_negprot(555)
Selected protocol NT LM 0.12
[2006/08/09 16:50:18, 3] smbd/process.c:process_smb(1091)
Transaction 1 of length 240
[2006/08/09 16:50:18, 3] smbd/process.c:switch_message(886)
switch message SMBsesssetupX (pid 4408) conn 0x0
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:18, 3] smbd/sesssetup.c:reply_sesssetup_and_X(655)
wct=12 flg2=0xc803
[2006/08/09 16:50:18, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all
old
resources.
[2006/08/09 16:50:18, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(535)
Doing spnego session setup
[2006/08/09 16:50:18, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(566)
NativeOS=[Windows 2002 Service Pack 2 2600] NativeLanMan=[Windows 2002
5.1] Pr
imaryDomain=[]
[2006/08/09 16:50:18, 3] smbd/sesssetup.c:reply_spnego_negotiate(444)
Got OID 1 3 6 1 4 1 311 2 2 10
[2006/08/09 16:50:18, 3] smbd/sesssetup.c:reply_spnego_negotiate(447)
Got secblob of size 40
[2006/08/09 16:50:18, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(62)
Got NTLMSSP neg_flags=0xa2088207
[2006/08/09 16:50:18, 3] smbd/process.c:process_smb(1091)
Transaction 2 of length 342
[2006/08/09 16:50:18, 3] smbd/process.c:switch_message(886)
switch message SMBsesssetupX (pid 4408) conn 0x0
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:18, 3] smbd/sesssetup.c:reply_sesssetup_and_X(655)
wct=12 flg2=0xc803
[2006/08/09 16:50:18, 2] smbd/sesssetup.c:setup_new_vc_session(608)
setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all
old
resources.
[2006/08/09 16:50:18, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(535)
Doing spnego session setup
[2006/08/09 16:50:18, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(566)
NativeOS=[Windows 2002 Service Pack 2 2600] NativeLanMan=[Windows 2002
5.1] Pr
imaryDomain=[]
[2006/08/09 16:50:18, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(606)
Got user=[yamada23] domain=[PC17864] workstation=[PC17864] len1=24
len2=24
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2006/08/09 16:50:18, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:18, 3] auth/auth.c:check_ntlm_password(219)
check_ntlm_password: Checking password for unmapped user
[PC17864]\[yamada23]
@[PC17864] with the new password interface
[2006/08/09 16:50:18, 3] auth/auth.c:check_ntlm_password(222)
check_ntlm_password: mapped user is: [KAM_SMB2]\[yamada23]@[PC17864]
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2006/08/09 16:50:18, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:50:18, 2] lib/smbldap.c:smbldap_open_connection(692)
smbldap_open_connection: connection opened
[2006/08/09 16:50:18, 3] lib/smbldap.c:smbldap_connect_system(866)
ldap_connect_system: succesful connection to the LDAP server
ldap_connect_system: LDAP server does not support paged results
[2006/08/09 16:50:18, 2] passdb/pdb_ldap.c:init_sam_from_ldap(499)
init_sam_from_ldap: Entry found for user: yamada23
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:18, 3] libsmb/ntlm_check.c:ntlm_password_check(189)
ntlm_password_check: NO NT password stored for user yamada23.
[2006/08/09 16:50:18, 3] libsmb/ntlm_check.c:ntlm_password_check(356)
ntlm_password_check: NEITHER LanMan nor NT password supplied for user
yamada23
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2006/08/09 16:50:18, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2006/08/09 16:50:18, 2] passdb/pdb_ldap.c:init_ldap_from_sam(912)
init_ldap_from_sam: Setting entry for user: yamada23
[2006/08/09 16:50:18, 2] passdb/pdb_ldap.c:ldapsam_update_sam_account(1726)
ldapsam_update_sam_account: successfully modified uid = yamada23 in the
LDAP d
atabase
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:18, 3] auth/auth_winbind.c:check_winbind_security(80)
check_winbind_security: Not using winbind, requested domain [KAM_SMB2]
was for
this SAM.
[2006/08/09 16:50:18, 2] auth/auth.c:check_ntlm_password(312)
check_ntlm_password: Authentication for user [yamada23] -> [yamada23]
FAILED
with error NT_STATUS_WRONG_PASSWORD
[2006/08/09 16:50:18, 3] smbd/process.c:timeout_processing(1334)
timeout_processing: End of file from client (client has disconnected).
[2006/08/09 16:50:18, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/08/09 16:50:18, 2] smbd/server.c:exit_server(609)
Closing connections
[2006/08/09 16:50:18, 3] smbd/connection.c:yield_connection(69)
Yielding connection to
[2006/08/09 16:50:18, 3] smbd/server.c:exit_server(652)
Server exit (normal exit)
--------------------------------------
Let's start Yahoo! Auction - Free Campaign Now!
http://pr.mail.yahoo.co.jp/auction/
samba-jp メーリングリストの案内