Copy numerous private Samba-shares as one user. (Syntax question)
Hello Forum,
I was overwhelmed by how fast and correct the responses to my first question in this forum was, and I hope I expreience this again today.
The reason is that I have to copy a fileserver (Ubuntu 8.04 32 with Samba) to another server via Internet within tomorrow. I have no problem with the shared (Samba)folders, but are struggling with the private ones.
And my question is quite simple:
When adding users to the Samba-server i follow this procedure:
Create a user in Linux and add password to user.
Create user in Samba and add same password.
Edit /etc/samba/smb.conf by adding the new username to the shared folders.
I have configured Samba to, in this process, also create a private share for each linux-user one the server. This is done by the following "code" in /etc/samba/smb.conf:
How do I add myself as one of the valid users? (By doing that I hope to be able to copy every folder in one batch.)
I can of course go around the problem by allowing guests, but I don't want to if I don't have to.
I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users.
The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Hi. Ive recently upgraded Samba on an AIX server to Samba 4. The aim is to allow a specific group of Windows AD users to access some AIX file shares (with no requirement to enter passwords) - using AD to authenticate.
Currently I have:
Samba 4 installed ( and 3 daemons running)
Installed... (1 Reply)
Hi all,
You may have seen my recent topic, where I asked for help getting some samba shares to work on our network.
Now that these are working, I move on to the next hurdle!
We have a few externally hosted (Windows Server 2008 R2) web servers which are not on our domain, but can still... (0 Replies)
Hi all,
I need to connect using SFTP from Red Hat to Windows. Connection between servers work when I specify location of my private key in the script. However, I want to use syntax without private key location specified. I know this should work, as I found it in older scripts.
Scripts were... (0 Replies)
I have these two shares on my Ubuntu Server:
path = /media/share
read only = no
guest ok = yes
path = /var/www
read only = noI want to mount them to the directories that I created on my
Desktop called "shared" and "www" how do I do this?
I ran the command:
smbclient -L... (1 Reply)
Hopefully someone will be kind enough to help me. I have a fileserver acting as a PDC and providing samba shares to a small network. Authentication to the PDC is via LDAP (setup using ebox) The users all have real local accounts on the server.
I would like a windows logon script that will:... (4 Replies)
So I have Samba installed on my server and I have to create two shares.
Make a backup of your smb.conf - call it smb.conf.orig. Create a share called
shared that allows read and write permissions for everyone and points to
/media/shared.
Create another share called www that points to the... (1 Reply)
Hi there,
My samba configuration file looks like that :
...
...
path = /home/samba/profiles/
...
path = /home/samba/shares/family
valid users = family
path = /home/samba/shares/admins
valid users = admins
path = /home/samba/shares/publicI want to extract the list of standard... (3 Replies)
I hope I'm posting in the right forum.
In the samba config file smb.conf in the global settings area... we currently have a domain in the workgroup section as
workgroup = domain_name
I want to add another domain name to allow attaching to samba. What is the syntax to add another domain... (1 Reply)
I have a samba server node and I want to mount the samba (CIFS) shares from a second (client) unix machine.
However, the unix mount command requires I specify the name of the share. What if I don't know the name of the share?
How can I enumerate all the shares from the samba client machine?
... (1 Reply)