I can’t connect to samba after blocking SMB1 protocol. Early, I just click in Nautilus to “Connect to Server” and inputted smb://mySambaHost/. Now, I can get connected with this way. Unhandled error message: Failed to retrieve share list from server: Connection timed out I tried installing smbclient, but I can only connect to server whith no-friendly command (for me): /usr/bin/smbclient
Tag: samba
Join Windows 7 to SAMBA+LDAP PDC
In my smb.cfg I have follow command for adding machine user to my PDC server: When I want to join new Win7 machine to my PDC with root user (this is default configuration) I got follow message: I tried adding follows, but without success (same error message) Note: If I run command manually: /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false
error in exporting glusterfs volume using samba/cifs
I am trying to export glusterfs mount point as the samba export, and then mount it using CIFS protocol. I have followed the below steps: Added below lines to smb.conf file Started the smb service: when i try to mount it using the CIFS getting below error: I am not sure,the steps I followed are fully correct I could not
How are all files and directories created as root:root in smb mount ( RHEL)? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question
Changing SAMBA Password in Java
I have a Java program running on linux that needs to be able to both set a users initial samba password, and then allow them to change their password without giving them access to the terminal. Below is my code for changing the users password, as this is easier to test with, and I will be able to figure the
TortoiseGit – copy via sftp on pull
Intro: I have 2 folders which are on the same GIT repository, one is on a very slow Samba network drive, and one locally. using GIT on samba is extremely slow, but the Samba is my server, which is actually vmplayer running ubuntu server on a windows machine. My question is: is it possible to automatically copy files from the
SSSD Authentication with Samba 4
I have recently upgraded to samba 4 from samba 3.5 on a RHEL 6.3 platform. It is pleasing that the new version can replace AD DC and has it’s own built it kdc and ldb database. Now my intention is to make linux boxes authenticate to samba4 by connecting through ldap as samba 4 works like a kerberized ldap server.