Displaying 4 results from an estimated 4 matches for "utestuser".
Did you mean:
testuser
2020 Nov 23
3
NT_STATUS_FS_DRIVER_REQUIRED
...ap to guest = Bad User
usershare path =
[sysvol]
path = /var/lib/samba/sysvol
read only = No
[netlogon]
path = /var/lib/samba/sysvol/defilippo.lan/scripts
read only = No
[video]
path = /home/video
vfs objects = acl_xattr
from command line access is ok:
smbclient //dom.lan/video -Utestuser -c 'ls'
Enter DOM\testuser's password:
. D 0 Mon Nov 23 05:32:17 2020
.. D 0 Sun Nov 22 11:44:50 2020
test1.mkv N 2976050178 Sun Nov 22 20:19:49 2020
test2.mkv N 3948612773 Sun Nov 22...
2014 Feb 14
1
trying to add DC to existing domain
...n/smbd -D --option=server
role check:inhibit=yes --foreground
I have checked if the directories actually exist and if the path
directives in smb.conf are correct.
I have tried to access those shares via a Windows machine and directly
on the CLI via smbclient.
bin/smbclient //localhost/netlogon -Utestuser
Enter testuser's password:
session setup failed: NT_STATUS_OBJECT_NAME_NOT_FOUND
Does anybody know what could be the cause of this issue ?
Thank you very much for your kind help
best regards
Andreas
2020 Nov 23
0
NT_STATUS_FS_DRIVER_REQUIRED
On 23/11/2020 13:03, banda bassotti wrote:
>
> but basically why error only from explorer:
>
>
> and not if I use: net use z: \\dom.lan\video -Utestuser ?
I have just checked and I can connect from a Win 10 computer via
Explorer and my smb.conf is very similar to yours. I wonder if this down
to Apparmor ? First thing I do when installing Debian now is to 'apt
purge apparmor'
Rowland
2005 Jan 27
0
Unknown code krb5 156
Hi,
I am having trouble joining an AD Domain with samba3.0.10:
All checks mentioned in the Samba-Guides (regarding LDAP & Kerberos) passed,
but when I use
>netra:~/samba-3.0.10/source/bin# ./net ads join -Utestuser
>testuser's password:
>[2005/01/27 10:41:11, 0] libads/kerberos.c:ads_kinit_password(146)
> kerberos_kinit_password testuser@INTRA.DOMAIN.DE failed: Unknown code
krb5 156
It takes over an minute from entering the password until the error message
appears.
Debug output doesn't he...