0
votes
2answers
103 views

User's password can not be set with passwd

I am running Ubuntu as a server, but with X-windows setup. I have SSH , Samba and RAID 5 setup. Was having trouble browsing Samba shares from my Windows 7 laptop, so I thought it might be a problem ...
0
votes
0answers
194 views

Adding additional users to Ubuntu server and configuring Samba

I have installed Ubuntu Server 12.10 and during the install created a user for myself ben, I now wish to add a second user bill. I have an external drive that I have mounted to /media/storage and ...
3
votes
1answer
686 views

How to migrate all users to an new server

My file server which is running Linux Ubuntu 12.01, contains more than 30 users and its samba user accounts. Now I have an brand new machine, and want move all those user accounts from the old ...
0
votes
0answers
189 views

Samba Server Make Multiple User Permissions Profiles

I have a Samba file server running, and I was wondering how I could make multiple user accounts that have different permissions. For example, at the moment I have a user, smbusr, but when I ssh to the ...
1
vote
2answers
1k views

Create a user for sharing purposes only

I want to create simple user, who don't have any authority to use the system by logging in, but can access the resources shared on the network from a domain. I am under an impression that samba user ...
0
votes
2answers
295 views

What is the UID (user id) & GID (group id) that Samba Service using?

What is the default UID (user in) and GID (group id) that Samba service using? For an example, Apache2 runs as www-data, likewise what is the UID that Samba service using?
0
votes
1answer
204 views

User Independant Share Folder

At the moment, I have a folder in my home directory that is shared on my laptop and can also be accessed by the other windows desktop pcs in my network but now I have decided to make my home folder ...
2
votes
2answers
13k views

How to grant write permissions in Samba?

I'm having trouble with read/write permissions on my Samba server, how do I fix my smb.conf and file permissions to have a more unified access? smb.conf [global] workgroup = workgroup netbios name = ...
0
votes
1answer
835 views

Nautilus file share for multiple users is not working. Only owner gets access

I have always had trouble setting up samba shares with ubuntu. In the past I've tried getting it to work by configuring /etc/samba/smb.conf but never achieved what I wanted. Last time I managed to get ...
0
votes
2answers
861 views

Ubuntu user credentials, file permissions

I am using Ubuntu 10.10 for web development by using the symfony framework. Normally I install Ubuntu Lamp (Turnkey edition), log in as root and configure all the necessary software in the server ...
0
votes
1answer
592 views

Synchronising samba and unix user accounts

Is there an easy way to have a samba user automatically created whenever a unix user is created? Currently I'm using LDAP. But it is not that easy, and also very difficult to setup. I'm looking for a ...