From: Christian Anton <mail@christiananton.de>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] Samba mit LDAP-Backend, "Ein gleicher Name ist bereits im Netzwerk vorhanden"
Date: Sun, 11 Sep 2005 03:32:56 +0200 [thread overview]
Message-ID: <43238948.8020903@christiananton.de> (raw)
In-Reply-To: <43229AD7.2050402@christiananton.de>
Ich möchte mich hiermit nochmals für Eure Unterstützung bedanken!
Inzwischen habe ich das meiste am Laufen. Der openldap hört jetzt
nurmehr auf den Port 636 (ldaps), die Linux-Clients können sich mit
diesem Authentifizieren. Die von den smbldap-tools angelegte
Default-Gruppe "Domain Users" mit der GID "513" habe ich über einige
Umwege in "users" mit gid 100 umgebaut, so dass die Benutzer auf
Linuxsystemen die passenden Rechte bekommen.
Die Homeverzeichnisse habe ich zentral für alle User per nfs freigegeben
(ohne die Option no_root_squash), damit alle Linuxrechner über die
gleichen Homeverzeichnisse verfügen und so ihr Home direkt nach dem
Login zur Verfügung haben.
Selbst ein Passwortwechsel funktioniert sowohl von Windows als auch von
Linuxclients aus.
Im Großen und Ganzen bin ich sehr stolz auf mich, bis auf einen Punkt:
Ich habe in meiner smb.conf Datei ein Share namens [public] angelegt.
Die komplette Konfig meines Samba ist in meiner ersten Mail dieses
Threads zu sehen, der Part zum [public] sieht inzwischen so aus:
[public]
comment = Alle User
path = /home/public
browseable = yes
valid users = "users"
guest ok = no
force group = "users"
writeable = yes
force directory mode = 0777
force create mode = 0666
Das entsprechende Verzeichnis auf dem Server sieht folgendermaßen aus:
visualize home # ls -ld /home/public
drwxrwxrwx 2 nobody users 4096 7. Sep 12:06 /home/public
Mein User chris sieht folgendermaßen aus:
visualize home # getent passwd | grep chris
chris:x:1005:100:System User:/home/chris:/bin/bash
visualize home # getent group | grep 100
users::100:games
users:x:100:chris,ketty,rath
Ich kann mich nun am Windowsrechner einloggen und werde direkt mit
meinem Homeverzeichnis auf Laufwerk U: verbunden.
Öffne ich jetzt ein Explorerfenster und gebe in die Titelleiste
\\visualize\public ein, bekomme ich sofort wieder ein
Passwort-Eingabefenster. Dort habe ich versucht, als User "chris" oder
"HPNETZ\chris" einzugeben, jeweils mit dem korrekten Passwort. Leider
ohne Erfolg. (HPNETZ ist der neue Name meiner Domäne). Keine
Fehlermeldung, das Fenster erscheint einfach wieder. Samba schmeisst in
diesem Moment folgende Logmeldungen (ACHTUNG VIEL):
-------------- snip log -------------
[2005/09/11 03:26:46, 3] smbd/process.c:process_smb(1091)
Transaction 10893 of length 43
[2005/09/11 03:26:46, 3] smbd/process.c:switch_message(886)
switch message SMBulogoffX (pid 28172) conn 0x0
[2005/09/11 03:26:46, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:46, 5] auth/auth_util.c:free_server_info(1406)
attempting to free (and zero) a server_info structure
[2005/09/11 03:26:46, 3] smbd/reply.c:reply_ulogoffX(1264)
ulogoffX vuid=118
[2005/09/11 03:26:46, 3] smbd/process.c:process_smb(1091)
Transaction 10894 of length 39
[2005/09/11 03:26:46, 3] smbd/process.c:switch_message(886)
switch message SMBtdis (pid 28172) conn 0x39f220
[2005/09/11 03:26:46, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:46, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:46, 3] smbd/service.c:close_cnum(830)
barebone (192.168.5.31) closed connection to service IPC$
[2005/09/11 03:26:46, 3] smbd/connection.c:yield_connection(69)
Yielding connection to IPC$
[2005/09/11 03:26:46, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:47, 3] smbd/process.c:process_smb(1091)
Transaction 10895 of length 246
[2005/09/11 03:26:47, 3] smbd/process.c:switch_message(886)
switch message SMBsesssetupX (pid 28172) conn 0x0
[2005/09/11 03:26:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X(655)
wct=12 flg2=0xc807
[2005/09/11 03:26:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(535)
Doing spnego session setup
[2005/09/11 03:26:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(566)
NativeOS=[Windows 2002 2600 Service Pack 1] NativeLanMan=[Windows 2002
5.1] PrimaryDomain=[]
[2005/09/11 03:26:47, 3] smbd/sesssetup.c:reply_spnego_negotiate(444)
Got OID 1 3 6 1 4 1 311 2 2 10
[2005/09/11 03:26:47, 3] smbd/sesssetup.c:reply_spnego_negotiate(447)
Got secblob of size 46
[2005/09/11 03:26:47, 5] auth/auth.c:make_auth_context_subsystem(477)
Making default auth method list for DC, security=user, encrypt
passwords = yes
[2005/09/11 03:26:47, 5] auth/auth.c:load_auth_module(384)
load_auth_module: Attempting to find an auth method to match guest
[2005/09/11 03:26:47, 5] auth/auth.c:load_auth_module(409)
load_auth_module: auth method guest has a valid init
[2005/09/11 03:26:47, 5] auth/auth.c:load_auth_module(384)
load_auth_module: Attempting to find an auth method to match sam
[2005/09/11 03:26:47, 5] auth/auth.c:load_auth_module(409)
load_auth_module: auth method sam has a valid init
[2005/09/11 03:26:47, 5] auth/auth.c:load_auth_module(384)
load_auth_module: Attempting to find an auth method to match
winbind:trustdomain
[2005/09/11 03:26:47, 5] auth/auth.c:load_auth_module(384)
load_auth_module: Attempting to find an auth method to match trustdomain
[2005/09/11 03:26:47, 5] auth/auth.c:load_auth_module(409)
load_auth_module: auth method trustdomain has a valid init
[2005/09/11 03:26:47, 5] auth/auth.c:load_auth_module(409)
load_auth_module: auth method winbind has a valid init
[2005/09/11 03:26:47, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(62)
Got NTLMSSP neg_flags=0xe008b297
[2005/09/11 03:26:47, 5] auth/auth.c:get_ntlm_challenge(95)
auth_get_challenge: module guest did not want to specify a challenge
[2005/09/11 03:26:47, 5] auth/auth.c:get_ntlm_challenge(95)
auth_get_challenge: module sam did not want to specify a challenge
[2005/09/11 03:26:47, 5] auth/auth.c:get_ntlm_challenge(95)
auth_get_challenge: module winbind did not want to specify a challenge
[2005/09/11 03:26:47, 5] auth/auth.c:get_ntlm_challenge(135)
auth_context challenge created by random
[2005/09/11 03:26:47, 5] auth/auth.c:get_ntlm_challenge(136)
challenge is:
[2005/09/11 03:26:47, 3] smbd/process.c:process_smb(1091)
Transaction 10896 of length 270
[2005/09/11 03:26:47, 3] smbd/process.c:switch_message(886)
switch message SMBsesssetupX (pid 28172) conn 0x0
[2005/09/11 03:26:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X(655)
wct=12 flg2=0xc807
[2005/09/11 03:26:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(535)
Doing spnego session setup
[2005/09/11 03:26:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(566)
NativeOS=[Windows 2002 2600 Service Pack 1] NativeLanMan=[Windows 2002
5.1] PrimaryDomain=[]
[2005/09/11 03:26:47, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(606)
Got user=[] domain=[] workstation=[BAREBONE] len1=1 len2=0
[2005/09/11 03:26:47, 5] auth/auth_util.c:make_user_info_map(224)
make_user_info_map: Mapping user []\[] from workstation [BAREBONE]
[2005/09/11 03:26:47, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2005/09/11 03:26:47, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2005/09/11 03:26:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2005/09/11 03:26:47, 5] auth/auth_util.c:is_trusted_domain(1560)
is_trusted_domain: Checking for domain trust with [HPNETZ]
[2005/09/11 03:26:47, 5]
passdb/secrets.c:secrets_fetch_trusted_domain_password(334)
secrets_fetch failed!
[2005/09/11 03:26:47, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:47, 5] auth/auth_util.c:make_user_info(132)
attempting to make a user_info for ()
[2005/09/11 03:26:47, 5] auth/auth_util.c:make_user_info(142)
making strings for 's user_info struct
[2005/09/11 03:26:47, 5] auth/auth_util.c:make_user_info(184)
making blobs for 's user_info struct
[2005/09/11 03:26:47, 10] auth/auth_util.c:make_user_info(200)
made an encrypted user_info for ()
[2005/09/11 03:26:47, 3] auth/auth.c:check_ntlm_password(219)
check_ntlm_password: Checking password for unmapped user
[]\[]@[BAREBONE] with the new password interface
[2005/09/11 03:26:47, 3] auth/auth.c:check_ntlm_password(222)
check_ntlm_password: mapped user is: [HPNETZ]\[]@[BAREBONE]
[2005/09/11 03:26:47, 10] auth/auth.c:check_ntlm_password(231)
check_ntlm_password: auth_context challenge created by random
[2005/09/11 03:26:47, 10] auth/auth.c:check_ntlm_password(233)
challenge is:
[2005/09/11 03:26:47, 3] auth/auth.c:check_ntlm_password(268)
check_ntlm_password: guest authentication for user [] succeeded
[2005/09/11 03:26:47, 5] auth/auth.c:check_ntlm_password(305)
check_ntlm_password: guest authentication for user [] -> [] ->
[nobody] succeeded
[2005/09/11 03:26:47, 5] auth/auth_util.c:free_user_info(1380)
attempting to free (and zero) a user_info structure
[2005/09/11 03:26:47, 10] auth/auth_util.c:free_user_info(1383)
structure was created for
[2005/09/11 03:26:47, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(319)
NTLMSSP Sign/Seal - Initialising with flags:
[2005/09/11 03:26:47, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(62)
Got NTLMSSP neg_flags=0x60088215
[2005/09/11 03:26:47, 3] smbd/password.c:register_vuid(222)
User name: nobody Real name: nobody
[2005/09/11 03:26:47, 3] smbd/password.c:register_vuid(241)
UNIX uid 65534 is UNIX user nobody, and will be vuid 119
[2005/09/11 03:26:47, 3] smbd/process.c:process_smb(1091)
Transaction 10897 of length 88
[2005/09/11 03:26:47, 3] smbd/process.c:switch_message(886)
switch message SMBtconX (pid 28172) conn 0x0
[2005/09/11 03:26:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:47, 3] smbd/service.c:make_connection_snum(479)
Connect path is '/tmp' for service [IPC$]
[2005/09/11 03:26:47, 3] lib/util_seaccess.c:se_access_check(251)
[2005/09/11 03:26:47, 3] lib/util_seaccess.c:se_access_check(252)
se_access_check: user sid is S-1-5-21-4116867422-923377573-2109874962-501
se_access_check: also S-1-5-21-4116867422-923377573-2109874962-514
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-32-546
se_access_check: also S-1-5-21-4116867422-923377573-2109874962-132069
[2005/09/11 03:26:47, 3] smbd/vfs.c:vfs_init_default(206)
Initialising default vfs hooks
[2005/09/11 03:26:47, 3] lib/util_seaccess.c:se_access_check(251)
[2005/09/11 03:26:47, 3] lib/util_seaccess.c:se_access_check(252)
se_access_check: user sid is S-1-5-21-4116867422-923377573-2109874962-501
se_access_check: also S-1-5-21-4116867422-923377573-2109874962-514
se_access_check: also S-1-1-0
se_access_check: also S-1-5-2
se_access_check: also S-1-5-32-546
se_access_check: also S-1-5-21-4116867422-923377573-2109874962-132069
[2005/09/11 03:26:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:47, 3] smbd/service.c:make_connection_snum(642)
barebone (192.168.5.31) connect to service IPC$ initially as user
nobody (uid=65534, gid=65534) (pid 28172)
[2005/09/11 03:26:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:47, 3] smbd/reply.c:reply_tcon_and_X(455)
tconX service=IPC$
[2005/09/11 03:26:47, 3] smbd/process.c:process_smb(1091)
Transaction 10898 of length 92
[2005/09/11 03:26:47, 3] smbd/process.c:switch_message(886)
switch message SMBtconX (pid 28172) conn 0x0
[2005/09/11 03:26:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:47, 2] smbd/service.c:make_connection_snum(321)
user 'chris' (from session setup) not permitted to access this share
(public)
[2005/09/11 03:26:47, 3] smbd/error.c:error_packet(129)
error packet at smbd/reply.c(415) cmd=117 (SMBtconX)
NT_STATUS_ACCESS_DENIED
[2005/09/11 03:26:47, 3] smbd/process.c:process_smb(1091)
Transaction 10899 of length 92
[2005/09/11 03:26:47, 3] smbd/process.c:switch_message(886)
switch message SMBtconX (pid 28172) conn 0x0
[2005/09/11 03:26:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:26:47, 2] smbd/service.c:make_connection_snum(321)
user 'chris' (from session setup) not permitted to access this share
(public)
[2005/09/11 03:26:47, 3] smbd/error.c:error_packet(129)
error packet at smbd/reply.c(415) cmd=117 (SMBtconX)
NT_STATUS_ACCESS_DENIED
[2005/09/11 03:26:58, 3] smbd/process.c:process_smb(1091)
-------------- snap log -------------
Wenn ich versuche, mich vom Linux-Client aus mit dem mount-Befehl auf
dieses Public zu connecten, funktioniert das leider genausowenig
(Passwort definitiv korrekt eingegeben):
fibbs ~ # mount -t smbfs -o username=chris //visualize/public /mnt/temp
Password:
12191: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
-------------- snip log -------------
[2005/09/11 03:30:54, 3] smbd/oplock.c:init_oplocks(1351)
open_oplock_ipc: opening loopback UDP socket.
[2005/09/11 03:30:54, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(303)
Linux kernel oplocks enabled
[2005/09/11 03:30:54, 3] smbd/oplock.c:init_oplocks(1382)
open_oplock ipc: pid = 28198, global_oplock_port = 32914
[2005/09/11 03:30:54, 3] smbd/process.c:process_smb(1091)
Transaction 0 of length 183
[2005/09/11 03:30:54, 3] smbd/process.c:switch_message(886)
switch message SMBnegprot (pid 28198) conn 0x0
[2005/09/11 03:30:54, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:30:54, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [PC NETWORK PROGRAM 1.0]
[2005/09/11 03:30:54, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [MICROSOFT NETWORKS 1.03]
[2005/09/11 03:30:54, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [MICROSOFT NETWORKS 3.0]
[2005/09/11 03:30:54, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [LANMAN1.0]
[2005/09/11 03:30:54, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [LM1.2X002]
[2005/09/11 03:30:54, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [DOS LANMAN2.1]
[2005/09/11 03:30:54, 3] smbd/negprot.c:reply_negprot(461)
Requested protocol [Samba]
[2005/09/11 03:30:54, 5] auth/auth.c:make_auth_context_subsystem(477)
Making default auth method list for DC, security=user, encrypt
passwords = yes
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(45)
Attempting to register auth backend rhosts
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(57)
Successfully added auth method 'rhosts'
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(45)
Attempting to register auth backend hostsequiv
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(57)
Successfully added auth method 'hostsequiv'
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(45)
Attempting to register auth backend sam
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(57)
Successfully added auth method 'sam'
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(45)
Attempting to register auth backend sam_ignoredomain
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(57)
Successfully added auth method 'sam_ignoredomain'
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(45)
Attempting to register auth backend unix
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(57)
Successfully added auth method 'unix'
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(45)
Attempting to register auth backend winbind
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(57)
Successfully added auth method 'winbind'
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(45)
Attempting to register auth backend smbserver
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(57)
Successfully added auth method 'smbserver'
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(45)
Attempting to register auth backend trustdomain
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(57)
Successfully added auth method 'trustdomain'
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(45)
Attempting to register auth backend ntdomain
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(57)
Successfully added auth method 'ntdomain'
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(45)
Attempting to register auth backend guest
[2005/09/11 03:30:54, 5] auth/auth.c:smb_register_auth(57)
Successfully added auth method 'guest'
[2005/09/11 03:30:54, 5] auth/auth.c:load_auth_module(384)
load_auth_module: Attempting to find an auth method to match guest
[2005/09/11 03:30:54, 5] auth/auth.c:load_auth_module(409)
load_auth_module: auth method guest has a valid init
[2005/09/11 03:30:54, 5] auth/auth.c:load_auth_module(384)
load_auth_module: Attempting to find an auth method to match sam
[2005/09/11 03:30:54, 5] auth/auth.c:load_auth_module(409)
load_auth_module: auth method sam has a valid init
[2005/09/11 03:30:54, 5] auth/auth.c:load_auth_module(384)
load_auth_module: Attempting to find an auth method to match
winbind:trustdomain
[2005/09/11 03:30:54, 5] auth/auth.c:load_auth_module(384)
load_auth_module: Attempting to find an auth method to match trustdomain
[2005/09/11 03:30:54, 5] auth/auth.c:load_auth_module(409)
load_auth_module: auth method trustdomain has a valid init
[2005/09/11 03:30:54, 5] auth/auth.c:load_auth_module(409)
load_auth_module: auth method winbind has a valid init
[2005/09/11 03:30:54, 5] auth/auth.c:get_ntlm_challenge(95)
auth_get_challenge: module guest did not want to specify a challenge
[2005/09/11 03:30:54, 5] auth/auth.c:get_ntlm_challenge(95)
auth_get_challenge: module sam did not want to specify a challenge
[2005/09/11 03:30:54, 5] auth/auth.c:get_ntlm_challenge(95)
auth_get_challenge: module winbind did not want to specify a challenge
[2005/09/11 03:30:54, 5] auth/auth.c:get_ntlm_challenge(135)
auth_context challenge created by random
[2005/09/11 03:30:54, 5] auth/auth.c:get_ntlm_challenge(136)
challenge is:
[2005/09/11 03:30:54, 3] smbd/negprot.c:reply_nt1(327)
not using SPNEGO
[2005/09/11 03:30:54, 3] smbd/negprot.c:reply_negprot(555)
Selected protocol NT LANMAN 1.0
[2005/09/11 03:30:58, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:31:02, 3] smbd/process.c:process_smb(1091)
Transaction 1 of length 140
[2005/09/11 03:31:02, 3] smbd/process.c:switch_message(886)
switch message SMBsesssetupX (pid 28198) conn 0x0
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:31:02, 3] smbd/sesssetup.c:reply_sesssetup_and_X(655)
wct=13 flg2=0x1
[2005/09/11 03:31:02, 3] smbd/sesssetup.c:reply_sesssetup_and_X(801)
Domain=[KARLSDORF] NativeOS=[Unix] NativeLanMan=[Samba]
PrimaryDomain=[null]
[2005/09/11 03:31:02, 3] smbd/sesssetup.c:reply_sesssetup_and_X(816)
sesssetupX:name=[KARLSDORF]\[chris]@[192.168.5.12]
[2005/09/11 03:31:02, 5] auth/auth_util.c:make_user_info_map(224)
make_user_info_map: Mapping user [KARLSDORF]\[chris] from workstation
[192.168.5.12]
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2005/09/11 03:31:02, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2005/09/11 03:31:02, 5] auth/auth_util.c:is_trusted_domain(1560)
is_trusted_domain: Checking for domain trust with [KARLSDORF]
[2005/09/11 03:31:02, 5]
passdb/secrets.c:secrets_fetch_trusted_domain_password(334)
secrets_fetch failed!
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:31:02, 5] auth/auth_util.c:make_user_info(132)
attempting to make a user_info for chris (chris)
[2005/09/11 03:31:02, 5] auth/auth_util.c:make_user_info(142)
making strings for chris's user_info struct
[2005/09/11 03:31:02, 5] auth/auth_util.c:make_user_info(184)
making blobs for chris's user_info struct
[2005/09/11 03:31:02, 10] auth/auth_util.c:make_user_info(200)
made an encrypted user_info for chris (chris)
[2005/09/11 03:31:02, 3] auth/auth.c:check_ntlm_password(219)
check_ntlm_password: Checking password for unmapped user
[KARLSDORF]\[chris]@[192.168.5.12] with the new password interface
[2005/09/11 03:31:02, 3] auth/auth.c:check_ntlm_password(222)
check_ntlm_password: mapped user is: [HPNETZ]\[chris]@[192.168.5.12]
[2005/09/11 03:31:02, 10] auth/auth.c:check_ntlm_password(231)
check_ntlm_password: auth_context challenge created by random
[2005/09/11 03:31:02, 10] auth/auth.c:check_ntlm_password(233)
challenge is:
[2005/09/11 03:31:02, 10] auth/auth.c:check_ntlm_password(259)
check_ntlm_password: guest had nothing to say
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2005/09/11 03:31:02, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2005/09/11 03:31:02, 2] lib/smbldap.c:smbldap_open_connection(692)
smbldap_open_connection: connection opened
[2005/09/11 03:31:02, 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
[2005/09/11 03:31:02, 2] passdb/pdb_ldap.c:init_sam_from_ldap(499)
init_sam_from_ldap: Entry found for user: chris
[2005/09/11 03:31:02, 5] passdb/login_cache.c:login_cache_init(41)
Opening cache file at /var/cache/samba/login_cache.tdb
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:31:02, 4] libsmb/ntlm_check.c:ntlm_password_check(326)
ntlm_password_check: Checking NT MD4 password
[2005/09/11 03:31:02, 3] libsmb/ntlm_check.c:ntlm_password_check(344)
ntlm_password_check: NT MD4 password check failed for user chris
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2005/09/11 03:31:02, 3] smbd/uid.c:push_conn_ctx(365)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2005/09/11 03:31:02, 4] passdb/pdb_ldap.c:ldapsam_update_sam_account(1693)
ldapsam_update_sam_account: user chris to be modified has dn:
uid=chris,ou=Users,dc=visualize,dc=local
[2005/09/11 03:31:02, 2] passdb/pdb_ldap.c:init_ldap_from_sam(912)
init_ldap_from_sam: Setting entry for user: chris
[2005/09/11 03:31:02, 4] passdb/pdb_ldap.c:ldapsam_update_sam_account(1706)
ldapsam_update_sam_account: mods is empty: nothing to update for user:
chris
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:31:02, 5] auth/auth.c:check_ntlm_password(271)
check_ntlm_password: sam authentication for user [chris] FAILED with
error NT_STATUS_WRONG_PASSWORD
[2005/09/11 03:31:02, 3] auth/auth_winbind.c:check_winbind_security(80)
check_winbind_security: Not using winbind, requested domain [HPNETZ]
was for this SAM.
[2005/09/11 03:31:02, 10] auth/auth.c:check_ntlm_password(259)
check_ntlm_password: winbind had nothing to say
[2005/09/11 03:31:02, 2] auth/auth.c:check_ntlm_password(312)
check_ntlm_password: Authentication for user [chris] -> [chris]
FAILED with error NT_STATUS_WRONG_PASSWORD
[2005/09/11 03:31:02, 5] auth/auth_util.c:free_user_info(1380)
attempting to free (and zero) a user_info structure
[2005/09/11 03:31:02, 10] auth/auth_util.c:free_user_info(1383)
structure was created for chris
[2005/09/11 03:31:02, 3] smbd/error.c:error_packet(145)
error packet at smbd/sesssetup.c(899) cmd=115 (SMBsesssetupX) eclass=1
ecode=5
[2005/09/11 03:31:02, 3] smbd/process.c:timeout_processing(1334)
timeout_processing: End of file from client (client has disconnected).
[2005/09/11 03:31:02, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/09/11 03:31:02, 2] smbd/server.c:exit_server(609)
Closing connections
[2005/09/11 03:31:02, 3] smbd/connection.c:yield_connection(69)
Yielding connection to
[2005/09/11 03:31:02, 3] smbd/server.c:exit_server(652)
Server exit (normal exit)
[2005/09/11 03:31:58, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
-------------- snap log -------------
Wenn jemand ne Idee hat, was hier noch unsauber läuft, möge er sich
bitte melden!
Christian
--
gentoo-user-de@gentoo.org mailing list
next prev parent reply other threads:[~2005-09-11 1:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-06 17:55 [gentoo-user-de] Samba mit LDAP-Backend, "Ein gleicher Name ist bereits im Netzwerk vorhanden" Christian Anton
2005-09-06 20:51 ` Dieter Hürten
2005-09-07 11:00 ` Christian Anton
2005-09-07 22:09 ` Dieter Hürten
2005-09-08 21:49 ` Dieter Hürten
2005-09-10 8:35 ` Christian Anton
2005-09-11 1:32 ` Christian Anton [this message]
2005-09-11 8:11 ` Felix Schuster
2005-09-11 10:31 ` Christian Anton
2005-09-11 10:52 ` Felix Schuster
2005-09-13 10:11 ` Christian Anton
2005-09-13 10:47 ` Christian Anton
2005-09-13 10:51 ` Christian Anton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43238948.8020903@christiananton.de \
--to=mail@christiananton.de \
--cc=gentoo-user-de@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox