Displaying 7 results from an estimated 7 matches for "print_impersonation_info".
2020 May 20
0
Intermittent permission denied when accessing share
...access the server with the new alias. I get prompted for credentials (first issue), and even if I enter valid domain u/p I get rejected.
After restarting Samba I'm able to browse the shares but not to enter them. I get this in logs:
[2020/05/20 16:42:23.869228, 5] ../../source3/smbd/uid.c:298(print_impersonation_info)
print_impersonation_info: Impersonated user: uid=(3000020,3000020), gid=(0,100), cwd=[/tmp]
[2020/05/20 16:42:23.869262, 8] ../../source3/modules/vfs_dfs_samba4.c:121(dfs_samba4_get_referrals)
dfs_samba4: Requested DFS name: \server\SHARE1 utf16-length: 26
[2020/05/20 16:42:23.869276, 8] ../...
2019 Nov 25
3
Samba4 - Printer Drivers install fails
Le 25/11/2019 ? 09:15, L.P.H. van Belle via samba a ?crit?:
> I tested Friday also with a W7 pc.
> Not working, im try to see what i can do today on this problem.
>
> Greetz,
>
> Louis
Hi Louis,
Thanks for your help. I'm still investigating on it, but sadly i cannot
upgrade to 4.11 as those servers cannot reach external repositories for
security reasons (those servers
2020 May 18
2
Intermittent permission denied when accessing share
Thanks for the suggestions!
> The latter is easiest to deal with, replace it with a CNAME in the AD dns.
I did the CNAME, but when I remove the netbios alias I can see the shares list when accessing \\aliasname, but then I'm not allowed into any of them. I tried rebooting the client but same result, and I also don't see anything in the logs :(
> The first will require a bit more
2020 Jul 23
2
vfs_shadow_copy2: permission denied - SMB_VFS_NEXT_OPENDIR() failed for '/snapshots'
...rder_unlock: release lock order 1 for
/var/lib/samba/lock/smbXsrv_open_global.tdb
[2020/07/23 21:33:47.673777, 5]
../../source3/smbd/uid.c:326(change_to_user_impersonate)
change_to_user_impersonate: Skipping user change - already user
[2020/07/23 21:33:47.673825, 5]
../../source3/smbd/uid.c:300(print_impersonation_info)
print_impersonation_info: Impersonated user: uid=(11117,11117),
gid=(0,10513), cwd=[/ofs]
[2020/07/23 21:33:47.673858, 4]
../../source3/smbd/sec_ctx.c:216(push_sec_ctx)
push_sec_ctx(11117, 10513) : sec_ctx_stack_ndx = 1
[2020/07/23 21:33:47.673878, 4] ../../source3/smbd/uid.c:576(push_conn_c...
2020 Oct 18
2
"unable to move extended attributes and ACL" when using mv from macOS with fruit
...ode (was: 0644): Permission denied
mv: /Volumes/ubuntu/test.txt: set times: Permission denied
test.txt -> /Volumes/ubuntu/test.txt
As setting the mode fails, the file is no longer readable by the client.
In the server logs, I see:
[2020/10/18 20:21:10.882387, 5]
../../source3/smbd/uid.c:295(print_impersonation_info)
print_impersonation_info: Impersonated user: uid=(1000,1000),
gid=(0,1000), cwd=[/home/ubuntu]
[2020/10/18 20:21:10.882435, 5]
../../source3/smbd/filename.c:481(unix_convert)
unix_convert called on file "test.txt"
[2020/10/18 20:21:10.882466, 5]
../../source3/smbd/filename.c:6...
2024 Feb 01
1
Samba omitting the user group setting, might be a bug
...???????????? 0):
[2024/01/30 23:48:22.301575,? 5]
../../source3/auth/token_util.c:873(debug_unix_user_token)
? UNIX token of user 1000
? Primary group is 1000 and contains 2 supplementary groups
? Group[? 0]: 1001
? Group[? 1]: 100
[2024/01/30 23:48:22.301613,? 5]
../../source3/smbd/uid.c:293(print_impersonation_info)
? print_impersonation_info: Impersonated user: uid=(1000,1000),
gid=(0,1000), cwd=[/]
[2024/01/30 23:48:22.301630,? 4]
../../source3/smbd/sec_ctx.c:319(set_sec_ctx_internal)
? setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2024/01/30 23:48:22.301641,? 5]
../../libcli/security/security_token....
2023 Nov 10
2
understanding stat cache
...eate
22448 smbXsrv_open_global_verify_record
22452 smbXsrv_open_global_store
22464 create_file_unixpath
22464 open_file_ntcreate
22550 ctdbd_migrate
23938 smbd_check_access_rights
30254 change_to_user_impersonate
32897 stat_cache_lookup
32909 ctdbd_control
33618 dos_mode
33668 print_impersonation_info
67348 dbwrap_lock_order_lock
67348 dbwrap_lock_order_unlock
75420 dos_mode_debug_print
83604 parse_dos_attribute_blob
294337 xid_to_sid
(I guess, some of them have to be reduced because the same call print multiple lines and some of them are only called because of the high debug level)....