similar to: add user in samba server

Displaying 20 results from an estimated 1400 matches similar to: "add user in samba server"

2015 Feb 28
1
回复: add user in samba server
Here is my configuration file. [global] workgroup = WORKGROUP server string = %h server dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d security = user encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program =
2015 Feb 27
0
add user in samba server
On 27/02/15 13:05, ???? wrote: > # smbpasswd -a linuxsir New SMB password: Retype new SMB password: # ls /etc/samba gdbcommands smb.conf smb.conf.bak smbpasswd # groups linuxsir linuxsir : linuxsir my_test_group1 root at debian:/home/debian# cat /etc/group root:x:0: sambashare:x:119: root at debian:/home/debian# # cat /etc/samba/smbpasswd > I have add user linuxsir in samba with a
2015 Feb 25
1
how to share file between samba on debian and ES File Explorer app on android phone?
There are two machines:ones is my pc whose os is debian7.8,other is my android phone whose os ids android4.4. ES File Explorer app was installed on my android phone,i have add linuxsir as samba user with : smbpasswd -a linuxsir config1 :samba on pc The /etc/samba/smb.conf is as the following. security = share [public] browseable = yes writable = yes path = /home guest ok = yes sudo
2015 Mar 04
2
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
Thanks Guido, unfortunately no luck: root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS * grep: apparmor: Is a directory grep: patches: Is a directory grep: source: Is a directory root@<server>:~/debian# root@<server>:~/debian# root@<server>:~/debian# root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS */* root@<server>:~/debian#
2009 Aug 20
2
Installation problem on Debian Lenny (libfontconfig).
On Debian Lenny 5.0.2 with standard distros: Code: debian# cat /etc/apt/sources.list deb http://ftp.us.debian.org/debian lenny main contrib non-free deb http://security.debian.org/ lenny/updates main contrib deb-src http://security.debian.org/ lenny/updates main contrib deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib deb-src http://volatile.debian.org/debian-volatile
2024 Oct 20
1
Copy with curl ? force user ignored?
Hello, I have a couple of questions for a guest only, stand alone server: 1. Windows Explorer can copy a file to Samba, while curl fails: ========== root at debian# ll /mnt/sdcard/ drwxrwxrwx 2 root root???? 8192 Jan? 1? 1970 ./ ========== root at debian# cat smb.conf [global] workgroup = WORKGROUP netbios name = debian security = user server role = standalone server map to guest = Bad User
2009 Nov 05
1
problem with force group parameter
Hello! I tryed to configure Debian Linux file server as Windows 2003 domain member using samba with security = ADS mode and stucked with such problem: File server (fs) succesfully joined my domain with correct user and group mapping (i'm using idmap rid). Users from domain have their unix accounts with <DOMAIN_NAME>\ prefix, i.e for domain user "andrey" i have local unix
2006 Jul 15
1
vsftpd virtual users not able to delete the files (second time post)
hey friends, I am using vsftpd version 2.0.1 on Centos4.0. I am trying to create some virtual users who can upload,download and delete the files in their particular directories. I followed the below link to create the virutal users http://linuxsir.zahui.net/html/23/43449.htm I have created a user called "tester" and the entries in the tester file (/etc/vsftpd/vsftpd_user_conf/tester)
2005 Jul 08
3
permission denied from winxp box to samba share.
trying to set up a totaly anonymous share for users on a linux box with samba 3.0.10 point to a dir on my hard drive that looks like drwxr-xr-x 2 root root 4096 Jul 7 22:39 sambashare in my smb.conf, for this dir, I have [globalshare] path = /usr/local/share/sambashare read only = No guest ok = Yes guest only = Yes guest account = nobody writeable = yes windows users can
2012 Nov 16
2
grant windows group share permission
Hello i like to give a windows group (W2K3-AD) permissions to use a share read/write on a Samba domain member server. Therefore if have added the Samba server to the domain without problem and created a share like this: [bild] comment = Some Comment path = /data/bild admin users = root force user = smbuser force group = sambashare valid users = DOMAIN\w-user1
2020 Aug 14
2
Recurring Error: The specified network name is no longer available
Hi Rowland, Made some changes as shown below: [global]? ? ? ? log file = %S.log? ? ? ? log level = 3? ? ? ? workgroup = WORKGROUP? ? ? ? security = user? ? ? ? passdb backend = tdbsam? ? ? ? printing = cups? ? ? ? printcap name = cups? ? ? ? load printers = yes? ? ? ? cups options = raw? ? ? ? lanman auth = no? ? ? ? ntlm auth = yes [Anonymous]? ? ? ? comment = anonymous file share? ? ? ? path =
2007 Mar 13
5
can´t access share by name, but on ip
Hi All ! i?m running Clearcase (IBM Rational) and have some strange problems ... when i use Samba ver 3.21b i can?t access the samba share by name (\\servername\sambashare) but i can access it on ip (\\192.168.1.100\sambashare\) i?m running debug level 10 and it seems like it can?t authenticate when access on netbios/dns/host name but on ip it can ? when running samba ver 3.23b from
2020 Aug 14
2
Recurring Error: The specified network name is no longer available
Hello again, So I made an overall change to the config and removed the sambashare entirely. I just want to have a basic connection before any further modification. Below is the config setup: [global]? ? ? ? log file = %S.log? ? ? ? log level = 3? ? ? ? workgroup = WORKGROUP? ? ? ? security = user? ? ? ? printing = cups? ? ? ? printcap name = cups? ? ? ? cups options = raw? ? ? ? ntlm auth = yes? ?
2006 Nov 23
5
Xen Dom0 with FibreChannel (FC) can''t export disk to DomU
Hello all, I have a problem with Xen and FibreChannel. The Dom0 can''t export a Disk on a FibreChannel SAN-Box to the DomU''s. In the DomU configuration I try: disk = [ ''phy:/dev/sdb1,/dev/sda1,w'' ] or disk = [ ''file:/mnt/sambashare.img,sda1,w'' ] sambashare.img is a 512MB great Diskimage on a Partition on the FC-SAN-Box, the Dom0 mount this
2015 Mar 04
0
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
I'm have a lot of difficulty implementing the actions suggested so far by those who've chimed in about this issue. I've resolved now to do the following: * make clean and make world on xen source, and capture build logs * look up libxl build logs and see what compiler flags were used * repeat above for libvirt source and virt-manager source * report back on the compiler flag
2019 Nov 26
3
Samba share not working: getpwuid(1000) failed, Failed to finalize nt token & NT_STATUS_UNSUCCESSFUL
I have a small home network with server and 5 clients all on an internal LAN with private IPs. Samba, Version 4.7.6-Ubuntu, file sharing is not working on the server for any of the 5 clients. I have tried both mount.cifs and smbclient. The same errors are thrown in the server's samba logs for all connection attempts, regardless of how the client tries to connect: getpwuid(1000) failed,
2020 Aug 14
2
Recurring Error: The specified network name is no longer available
Hi Rowland, Sorry for the delay, my current smb.conf is: [global]? ? ? ? log file = %S.log? ? ? ? log level = 3? ? ? ? workgroup = WORKGROUP? ? ? ? security = user? ? ? ? passdb backend = tdbsam? ? ? ? printing = cups? ? ? ? printcap name = cups? ? ? ? load printers = yes? ? ? ? cups options = raw? ? ? ? lanman auth = no? ? ? ? ntlm auth = yes? ? ? ? client lanman auth = no [Anonymous]? ? ? ?
2024 Oct 20
1
Copy with curl ? force user ignored?
On Sun, 20 Oct 2024 16:42:12 +0200 Gilles via samba <samba at lists.samba.org> wrote: > Hello, > > I have a couple of questions for a guest only, stand alone server: > > 1. Windows Explorer can copy a file to Samba, while curl fails: > > ========== > root at debian# ll /mnt/sdcard/ > drwxrwxrwx 2 root root???? 8192 Jan? 1? 1970 ./ > ========== > root at
2010 Jul 27
1
windows 7 professional Samba share access denied
Hello, I'm a newbie to this list and hope I'm in the right place. I have a FreeBSD 7.1 running samba version 3.3 with windows 2000 AD. I can access the share using ip address of the share machine but if I try to access using \\sambaShare\folder1 it prompt me for username and password, (it should not prompt me for username and password because i already login to the domain). However, I
2018 Jun 20
2
User cannot log on from this workstation. Error 2240
Hello Samba Team, I faced an issue to allow a user to connect a samba share at windows Logon and if I tried with "net use S: \\sambashare /user:DOMAIN\user passwd. I get the following error : "User cannot log on from this workstation. Error 2240" It happens only with this user, because with others accounts I can connect to the share without error. Windows client is Windows 10