This is a discussion on Re: [Samba] usrmgr: group not found. within the Samba forums, part of the Networking and Network Related category; Hello Michael. I don't know.. I don't have any groups that conflicts with my user names. Best regards. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello Michael.
I don't know.. I don't have any groups that conflicts with my user names. Best regards. Asbj=F8rn Morell. On 10/20/05, Michael Gasch <gasch@eva.mpg.de> wrote: > > hi, > > is this possibly related to this > [Samba] [Problem] Samba v3 Errors when group and user exists with same > name > > ??? > > Asbj=F8rn Morell wrote: > > Hello. > > usrmgr gives me this error, if I try to create or modify a user: > > The group name could not be found. > > I can create and modify groups with no errors!. This is my smb.conf: > > > > [global] > > addsharecommand =3D /etc/samba/scripts/modify_samba_config.pl > > netbiosname =3D Spider-Man > > deletesharecommand =3D /etc/samba/scripts/modify_samba_config.pl > > usernamemap =3D /etc/samba/smbusers > > maxlogsize =3D 50 > > addprintercommand =3D /etc/samba/scripts/smbaddprinter.pl > > addmachinescript =3D /usr/sbin/useradd -d /dev/null -g machines -c > 'Machine > > Account' -s /bin/false -M '%u' > > deleteuserscript =3D /usr/sbin/userdel -r '%s' > > domainlogons =3D yes > > printcapname =3D cups > > hideunreadable =3D yes > > logfile =3D /var/log/samba/log.%m > > preferredmaster =3D yes > > printing =3D cups > > socketoptions =3D TCP_NODELAY SO_RCVBUF=3D8192 SO_SNDBUF=3D8192 > > delprintercommand =3D /etc/samba/scripts/smbdelprinter.pl > > addusertogroupscript =3D /usr/bin/gpasswd -a '%u' '%g' > > workgroup =3D Marvel > > useclientdriver =3D no > > security =3D user > > smbpasswdfile =3D /etc/samba/private/smbpasswd > > domainmaster =3D yes > > addgroupscript =3D /usr/sbin/groupadd %g && getent group '%g'|awk -F: > > $3}' > > deleteuserfromgroupscript =3D /usr/bin/gpasswd -d '%u' '%g' > > loglevel =3D 5 > > adduserscript =3D /usr/sbin/useradd -m -s /bin/false '%u' > > dnsproxy =3D no > > hidedotfiles =3D yes > > setprimarygroupscript =3D /usr/sbin/usermod -g '%g' '%u' > > deletegroupscript =3D /usr/sbin/groupdel '%g' > > loadprinters =3D yes > > cupsoptions =3D "raw" > > nullpasswords =3D no > > logonpath =3D \\%L\Profiles\%U <file://%25L/Profiles/%25U> > > changesharecommand =3D /etc/samba/scripts/modify_samba_config.pl > > serverstring =3D Samba Server %v > > encryptpasswords =3D yes > > > > ## Section - [printers] > > [printers] > > createmode =3D 0700 > > browseable =3D no > > printable =3D yes > > writable =3D no > > path =3D /var/spool/samba > > guestok =3D no > > comment =3D All Printers > > printcommand =3D lpr-cups -P %p -o raw %s -r # using client side printe= r > > drivers. > > > > ## Section - [Profiles] > > [Profiles] > > rootpreexec =3D PROFILE=3D/var/lib/samba/profiles/%u; if [ ! -e $PROFIL= E ]; > \ > > browseable =3D no > > writable =3D yes > > path =3D /home/profiles > > guestok =3D yes > > > > ## Section - [das] > > [das] > > comment =3D das > > path =3D /tmp > > > > ## Section - [print$] > > [print$] > > readonly =3D yes > > browseable =3D yes > > path =3D /var/lib/samba/printers > > guestok =3D no > > writelist =3D @adm root > > > > ## Section - [homes] > > [homes] > > browseable =3D no > > comment =3D Home Directories > > writable =3D yes > > > > # > > # end of generated smb.conf > > # > > I am logged in as root in the domain. > > > > This is the log.client "error": > > > > [2005/10/20 12:24:38, 6] smbd/process.c:process_smb(1113) > > got message type 0x0 of len 0x88 > > [2005/10/20 12:24:38, 3] smbd/process.c:process_smb(1114) > > Transaction 422 of length 140 > > [2005/10/20 12:24:38, 5] lib/util.c:show_msg(454) > > [2005/10/20 12:24:38, 5] lib/util.c:show_msg(464) > > size=3D136 > > smb_com=3D0x25 > > smb_rcls=3D0 > > smb_reh=3D0 > > smb_err=3D0 > > smb_flg=3D24 > > smb_flg2=3D51207 > > smb_tid=3D2 > > smb_pid=3D928 > > smb_uid=3D101 > > smb_mid=3D6656 > > smt_wct=3D16 > > smb_vwv[ 0]=3D 0 (0x0) > > smb_vwv[ 1]=3D 52 (0x34) > > smb_vwv[ 2]=3D 0 (0x0) > > smb_vwv[ 3]=3D 1024 (0x400) > > smb_vwv[ 4]=3D 0 (0x0) > > smb_vwv[ 5]=3D 0 (0x0) > > smb_vwv[ 6]=3D 0 (0x0) > > smb_vwv[ 7]=3D 0 (0x0) > > smb_vwv[ 8]=3D 0 (0x0) > > smb_vwv[ 9]=3D 0 (0x0) > > smb_vwv[10]=3D 84 (0x54) > > smb_vwv[11]=3D 52 (0x34) > > smb_vwv[12]=3D 84 (0x54) > > smb_vwv[13]=3D 2 (0x2) > > smb_vwv[14]=3D 38 (0x26) > > smb_vwv[15]=3D30312 (0x7668) > > smb_bcc=3D69 > > [2005/10/20 12:24:38, 3] smbd/process.c:switch_message(900) > > switch message SMBtrans (pid 6588) conn 0x80360f00 > > [2005/10/20 12:24:38, 3] smbd/sec_ctx.c:set_sec_ctx(288) > > setting sec ctx (0, 0) - sec_ctx_stack_ndx =3D 0 > > [2005/10/20 12:24:38, 5] auth/auth_util.c:debug_nt_user_token(457) > > NT user token of user S-1-5-21-3000185186-3909684444-328561933-1000 > > contains 15 SIDs > > SID[ 0]: S-1-5-21-3000185186-3909684444-328561933-1000 > > SID[ 1]: S-1-5-21-3000185186-3909684444-328561933-1001 > > SID[ 2]: S-1-1-0 > > SID[ 3]: S-1-5-2 > > SID[ 4]: S-1-5-11 > > SID[ 5]: S-1-5-21-3000185186-3909684444-328561933-1003 > > SID[ 6]: S-1-5-21-3000185186-3909684444-328561933-1005 > > SID[ 7]: S-1-5-21-3000185186-3909684444-328561933-1007 > > SID[ 8]: S-1-5-21-3000185186-3909684444-328561933-1009 > > SID[ 9]: S-1-5-21-3000185186-3909684444-328561933-1013 > > SID[ 10]: S-1-5-21-3000185186-3909684444-328561933-1021 > > SID[ 11]: S-1-5-21-3000185186-3909684444-328561933-1023 > > SID[ 12]: S-1-5-21-3000185186-3909684444-328561933-1041 > > SID[ 13]: S-1-5-21-3000185186-3909684444-328561933-1053 > > SID[ 14]: S-1-5-21-3000185186-3909684444-328561933-1055 > > SE_PRIV 0x0 0x0 0x0 0x0 > > [2005/10/20 12:24:38, 5] auth/auth_util.c:debug_unix_user_token(473) > > UNIX token of user 0 > > Primary group is 0 and contains 11 supplementary groups > > Group[ 0]: 0 > > Group[ 1]: 1 > > Group[ 2]: 2 > > Group[ 3]: 3 > > Group[ 4]: 4 > > Group[ 5]: 6 > > Group[ 6]: 10 > > Group[ 7]: 11 > > Group[ 8]: 20 > > Group[ 9]: 26 > > Group[ 10]: 27 > > [2005/10/20 12:24:38, 5] smbd/uid.c:change_to_user(304) > > change_to_user uid=3D(0,0) gid=3D(0,0) > > [2005/10/20 12:24:38, 3] smbd/ipc.c:reply_trans(539) > > trans <\PIPE\> data=3D52 params=3D0 setup=3D2 > > [2005/10/20 12:24:38, 5] smbd/ipc.c:reply_trans(560) > > calling named_pipe > > [2005/10/20 12:24:38, 3] smbd/ipc.c:named_pipe(334) > > named pipe command on <> name > > [2005/10/20 12:24:38, 5] smbd/ipc.c:api_fd_reply(265) > > api_fd_reply > > [2005/10/20 12:24:38, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(1169) > > search for pipe pnum=3D7668 > > [2005/10/20 12:24:38, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(1173) > > pipe name lsarpc pnum=3D7669 (pipes_open=3D2) > > [2005/10/20 12:24:38, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(1173) > > pipe name samr pnum=3D7668 (pipes_open=3D2) > > [2005/10/20 12:24:38, 3] smbd/ipc.c:api_fd_reply(294) > > Got API command 0x26 on pipe "samr" (pnum 7668) > > [2005/10/20 12:24:38, 6] rpc_server/srv_pipe_hnd.c:write_to_pipe(853) > > write_to_pipe: 7668 name: samr open: Yes len: 52 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 smb_io_rpc_hdr > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0000 major : 05 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0001 minor : 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0002 pkt_type : 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0003 flags : 03 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0004 pack_type0: 10 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0005 pack_type1: 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0006 pack_type2: 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0007 pack_type3: 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0008 frag_len : 0034 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 000a auth_len : 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 000c call_id : 0000015e > > [2005/10/20 12:24:38, 5] > > rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(486) > > unmarshall_rpc_header: using little-endian RPC > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 smb_io_rpc_hdr_req req > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0000 alloc_hint: 0000001c > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0004 context_id: 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0006 opnum : 0022 > > [2005/10/20 12:24:38, 3] > rpc_server/srv_pipe_hnd.c:free_pipe_context(543) > > free_pipe_context: destroying talloc pool of size 0 > > [2005/10/20 12:24:38, 5] rpc_server/srv_pipe.c:api_pipe_request(1509) > > Requested \PIPE\samr > > [2005/10/20 12:24:38, 4] rpc_server/srv_pipe.c:api_rpcTNP(1543) > > api_rpcTNP: samr op 0x22 - api_rpcTNP: rpc command: SAMR_OPEN_USER > > [2005/10/20 12:24:38, 6] rpc_server/srv_pipe.c:api_rpcTNP(1569) > > api_rpc_cmds[20].fn =3D=3D 0x8011982b > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 samr_io_q_open_user > > [2005/10/20 12:24:38, 6] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 smb_io_pol_hnd domain_pol > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0000 data1: 00000000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0004 data2: 00000010 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0008 data3: 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 000a data4: 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8s(758) > > 000c data5: e0 6f 57 43 bc 19 00 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0014 access_mask: 000601bf > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0018 user_rid : 00000bcc > > [2005/10/20 12:24:38, 4] > > rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(162) > > Found policy hnd[0] [000] 00 00 00 00 10 00 00 00 00 00 00 00 E0 6F 57 > 43 > > ........ .....oWC > > [010] BC 19 00 00 .... > > [2005/10/20 12:24:38, 5] > > rpc_server/srv_samr_nt.c:access_check_samr_function(194) > > _samr_open_user: access check ((granted: 0x000f07fb; required: > 0x00000200) > > [2005/10/20 12:24:38, 3] lib/util_seaccess.c:se_access_check(250) > > [2005/10/20 12:24:38, 3] lib/util_seaccess.c:se_access_check(251) > > se_access_check: user sid is > S-1-5-21-3000185186-3909684444-328561933-1000 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1001 > > se_access_check: also S-1-1-0 > > se_access_check: also S-1-5-2 > > se_access_check: also S-1-5-11 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1003 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1005 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1007 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1009 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1013 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1021 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1023 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1041 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1053 > > se_access_check: also S-1-5-21-3000185186-3909684444-328561933-1055 > > [2005/10/20 12:24:38, 5] lib/util_seaccess.c:se_access_check(314) > > se_access_check: access (601bf) denied. > > [2005/10/20 12:24:38, 4] > > rpc_server/srv_samr_nt.c:access_check_samr_object(164) > > _samr_open_user: ACCESS should be DENIED (requested: 0x000601bf) > > but overritten by euid =3D=3D sec_initial_uid() > > [2005/10/20 12:24:38, 4] > > rpc_server/srv_samr_nt.c:access_check_samr_object(182) > > _samr_open_user: access GRANTED (requested: 0x000601bf, granted: > 0x000f05ff) > > [2005/10/20 12:24:38, 3] smbd/sec_ctx.c:push_sec_ctx(256) > > push_sec_ctx(0, 0) : sec_ctx_stack_ndx =3D 1 > > [2005/10/20 12:24:38, 3] smbd/uid.c:push_conn_ctx(388) > > push_conn_ctx(101) : conn_ctx_stack_ndx =3D 0 > > [2005/10/20 12:24:38, 3] smbd/sec_ctx.c:set_sec_ctx(288) > > setting sec ctx (0, 0) - sec_ctx_stack_ndx =3D 1 > > [2005/10/20 12:24:38, 5] auth/auth_util.c:debug_nt_user_token(452) > > NT user token: (NULL) > > [2005/10/20 12:24:38, 5] auth/auth_util.c:debug_unix_user_token(473) > > UNIX token of user 0 > > Primary group is 0 and contains 0 supplementary groups > > [2005/10/20 12:24:38, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(486) > > getsmbfilepwent: returning passwd entry for user nobody, uid 65534 > > [2005/10/20 12:24:38, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(486) > > getsmbfilepwent: returning passwd entry for user root, uid 0 > > [2005/10/20 12:24:38, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(486) > > getsmbfilepwent: returning passwd entry for user winxp$, uid 1001 > > [2005/10/20 12:24:38, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(486) > > getsmbfilepwent: returning passwd entry for user winxp2$, uid 1004 > > [2005/10/20 12:24:38, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(486) > > getsmbfilepwent: returning passwd entry for user atm, uid 1010 > > [2005/10/20 12:24:38, 3] smbd/sec_ctx.c:push_sec_ctx(256) > > push_sec_ctx(0, 0) : sec_ctx_stack_ndx =3D 2 > > [2005/10/20 12:24:38, 3] smbd/uid.c:push_conn_ctx(388) > > push_conn_ctx(101) : conn_ctx_stack_ndx =3D 1 > > [2005/10/20 12:24:38, 3] smbd/sec_ctx.c:set_sec_ctx(288) > > setting sec ctx (0, 0) - sec_ctx_stack_ndx =3D 2 > > [2005/10/20 12:24:38, 5] auth/auth_util.c:debug_nt_user_token(452) > > NT user token: (NULL) > > [2005/10/20 12:24:38, 5] auth/auth_util.c:debug_unix_user_token(473) > > UNIX token of user 0 > > Primary group is 0 and contains 0 supplementary groups > > [2005/10/20 12:24:38, 3] smbd/sec_ctx.c:pop_sec_ctx(386) > > pop_sec_ctx (0, 0) - sec_ctx_stack_ndx =3D 1 > > [2005/10/20 12:24:38, 4] lib/substitute.c:automount_server(337) > > Home server: spider-man > > [2005/10/20 12:24:38, 3] smbd/sec_ctx.c:pop_sec_ctx(386) > > pop_sec_ctx (0, 0) - sec_ctx_stack_ndx =3D 0 > > [2005/10/20 12:24:38, 4] rpc_server/srv_lsa_hnd.c:create_policy_hnd(142= ) > > Opened policy hnd[5] [000] 00 00 00 00 65 00 00 00 00 00 00 00 66 70 57 > 43 > > ....e... ....fpWC > > [010] BC 19 00 00 .... > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 samr_io_r_open_user > > [2005/10/20 12:24:38, 6] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 smb_io_pol_hnd user_pol > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0000 data1: 00000000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0004 data2: 00000065 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0008 data3: 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 000a data4: 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8s(758) > > 000c data5: 66 70 57 43 bc 19 00 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_ntstatus(701) > > 0014 status: NT_STATUS_OK > > [2005/10/20 12:24:38, 5] rpc_server/srv_pipe.c:api_rpcTNP(1590) > > api_rpcTNP: called samr successfully > > [2005/10/20 12:24:38, 3] > rpc_server/srv_pipe_hnd.c:free_pipe_context(543) > > free_pipe_context: destroying talloc pool of size 1668 > > [2005/10/20 12:24:38, 6] rpc_server/srv_pipe_hnd.c:read_from_pipe(910) > > read_from_pipe: 7668 name: samr len: 1024 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 smb_io_rpc_hdr hdr > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0000 major : 05 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0001 minor : 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0002 pkt_type : 02 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0003 flags : 03 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0004 pack_type0: 10 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0005 pack_type1: 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0006 pack_type2: 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0007 pack_type3: 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0008 frag_len : 0030 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 000a auth_len : 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 000c call_id : 0000015e > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_debug(82) > > 000010 smb_io_rpc_hdr_resp resp > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0010 alloc_hint: 00000018 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0014 context_id: 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0016 cancel_ct : 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0017 reserved : 00 > > [2005/10/20 12:24:38, 5] smbd/ipc.c:copy_trans_params_and_data(60) > > copy_trans_params_and_data: params[0..0] data[0..48] > > [2005/10/20 12:24:38, 5] lib/util.c:show_msg(454) > > [2005/10/20 12:24:38, 5] lib/util.c:show_msg(464) > > size=3D104 > > smb_com=3D0x25 > > smb_rcls=3D0 > > smb_reh=3D0 > > smb_err=3D0 > > smb_flg=3D136 > > smb_flg2=3D51201 > > smb_tid=3D2 > > smb_pid=3D928 > > smb_uid=3D101 > > smb_mid=3D6656 > > smt_wct=3D10 > > smb_vwv[ 0]=3D 0 (0x0) > > smb_vwv[ 1]=3D 48 (0x30) > > smb_vwv[ 2]=3D 0 (0x0) > > smb_vwv[ 3]=3D 0 (0x0) > > smb_vwv[ 4]=3D 56 (0x38) > > smb_vwv[ 5]=3D 0 (0x0) > > smb_vwv[ 6]=3D 48 (0x30) > > smb_vwv[ 7]=3D 56 (0x38) > > smb_vwv[ 8]=3D 0 (0x0) > > smb_vwv[ 9]=3D 0 (0x0) > > smb_bcc=3D49 > > [2005/10/20 12:24:38, 6] smbd/process.c:process_smb(1113) > > got message type 0x0 of len 0x80 > > [2005/10/20 12:24:38, 3] smbd/process.c:process_smb(1114) > > Transaction 423 of length 132 > > [2005/10/20 12:24:38, 5] lib/util.c:show_msg(454) > > [2005/10/20 12:24:38, 5] lib/util.c:show_msg(464) > > size=3D128 > > smb_com=3D0x25 > > smb_rcls=3D0 > > smb_reh=3D0 > > smb_err=3D0 > > smb_flg=3D24 > > smb_flg2=3D51207 > > smb_tid=3D2 > > smb_pid=3D928 > > smb_uid=3D101 > > smb_mid=3D6720 > > smt_wct=3D16 > > smb_vwv[ 0]=3D 0 (0x0) > > smb_vwv[ 1]=3D 44 (0x2C) > > smb_vwv[ 2]=3D 0 (0x0) > > smb_vwv[ 3]=3D 1024 (0x400) > > smb_vwv[ 4]=3D 0 (0x0) > > smb_vwv[ 5]=3D 0 (0x0) > > smb_vwv[ 6]=3D 0 (0x0) > > smb_vwv[ 7]=3D 0 (0x0) > > smb_vwv[ 8]=3D 0 (0x0) > > smb_vwv[ 9]=3D 0 (0x0) > > smb_vwv[10]=3D 84 (0x54) > > smb_vwv[11]=3D 44 (0x2C) > > smb_vwv[12]=3D 84 (0x54) > > smb_vwv[13]=3D 2 (0x2) > > smb_vwv[14]=3D 38 (0x26) > > smb_vwv[15]=3D30312 (0x7668) > > smb_bcc=3D61 > > [2005/10/20 12:24:38, 3] smbd/process.c:switch_message(900) > > switch message SMBtrans (pid 6588) conn 0x80360f00 > > [2005/10/20 12:24:38, 4] smbd/uid.c:change_to_user(217) > > change_to_user: Skipping user change - already user > > [2005/10/20 12:24:38, 3] smbd/ipc.c:reply_trans(539) > > trans <\PIPE\> data=3D44 params=3D0 setup=3D2 > > [2005/10/20 12:24:38, 5] smbd/ipc.c:reply_trans(560) > > calling named_pipe > > [2005/10/20 12:24:38, 3] smbd/ipc.c:named_pipe(334) > > named pipe command on <> name > > [2005/10/20 12:24:38, 5] smbd/ipc.c:api_fd_reply(265) > > api_fd_reply > > [2005/10/20 12:24:38, 4] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(1169) > > search for pipe pnum=3D7668 > > [2005/10/20 12:24:38, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(1173) > > pipe name lsarpc pnum=3D7669 (pipes_open=3D2) > > [2005/10/20 12:24:38, 5] rpc_server/srv_pipe_hnd.c:get_rpc_pipe(1173) > > pipe name samr pnum=3D7668 (pipes_open=3D2) > > [2005/10/20 12:24:38, 3] smbd/ipc.c:api_fd_reply(294) > > Got API command 0x26 on pipe "samr" (pnum 7668) > > [2005/10/20 12:24:38, 6] rpc_server/srv_pipe_hnd.c:write_to_pipe(853) > > write_to_pipe: 7668 name: samr open: Yes len: 44 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 smb_io_rpc_hdr > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0000 major : 05 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0001 minor : 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0002 pkt_type : 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0003 flags : 03 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0004 pack_type0: 10 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0005 pack_type1: 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0006 pack_type2: 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8(582) > > 0007 pack_type3: 00 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0008 frag_len : 002c > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 000a auth_len : 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 000c call_id : 0000015f > > [2005/10/20 12:24:38, 5] > > rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(486) > > unmarshall_rpc_header: using little-endian RPC > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 smb_io_rpc_hdr_req req > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0000 alloc_hint: 00000014 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0004 context_id: 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0006 opnum : 0001 > > [2005/10/20 12:24:38, 3] > rpc_server/srv_pipe_hnd.c:free_pipe_context(543) > > free_pipe_context: destroying talloc pool of size 0 > > [2005/10/20 12:24:38, 5] rpc_server/srv_pipe.c:api_pipe_request(1509) > > Requested \PIPE\samr > > [2005/10/20 12:24:38, 4] rpc_server/srv_pipe.c:api_rpcTNP(1543) > > api_rpcTNP: samr op 0x1 - api_rpcTNP: rpc command: SAMR_CLOSE_HND > > [2005/10/20 12:24:38, 6] rpc_server/srv_pipe.c:api_rpcTNP(1569) > > api_rpc_cmds[0].fn =3D=3D 0x801183cc > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 samr_io_q_close_hnd > > [2005/10/20 12:24:38, 6] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 smb_io_pol_hnd pol > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0000 data1: 00000000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0004 data2: 00000065 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0008 data3: 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 000a data4: 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint8s(758) > > 000c data5: 66 70 57 43 bc 19 00 00 > > [2005/10/20 12:24:38, 4] > > rpc_server/srv_lsa_hnd.c:find_policy_by_hnd_internal(162) > > Found policy hnd[0] [000] 00 00 00 00 65 00 00 00 00 00 00 00 66 70 57 > 43 > > ....e... ....fpWC > > [010] BC 19 00 00 .... > > [2005/10/20 12:24:38, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200) > > Closed policy > > [2005/10/20 12:24:38, 5] rpc_server/srv_samr_nt.c:_samr_close_hnd(334) > > samr_reply_close_hnd: 334 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 samr_io_r_close_hnd > > [2005/10/20 12:24:38, 6] rpc_parse/parse_prs.c:prs_debug(82) > > 000000 smb_io_pol_hnd pol > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0000 data1: 00000000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint32(671) > > 0004 data2: 00000000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > 0008 data3: 0000 > > [2005/10/20 12:24:38, 5] rpc_parse/parse_prs.c:prs_uint16(642) > > Everything works fine. > > > > -- > > > > Mvh Asbj=F8rn Morell > > > -- > Michael Gasch > Max Planck Institute for Evolutionary Anthropology > Department of Human Evolution (IT) > Deutscher Platz 6 > D-04103 Leipzig > Germany > > Phone: 49 (0)341 - 3550 137 > -- Mvh Asbj=F8rn Morell -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |