|
I am writing a script to copy the linux user passwords to samba on ubuntu server 10.04. I am using samba 3 with tdbsam backend.
1) How do I (if possible) copy accounts (user/password) from linux to samba using a shell script?
2) How do I find out in my...
Answer Snippets (Read the full thread at serverfault):
WORKGROUP security = SHARE passdb backend = smbpasswd:/etc/samba/smbpasswd unix password sync = no syslog = 0 log file = /var/log/samba/log.%m max log size = 1000
And this is the script I will be running on initial install and from time....
|
|
I'm trying to connect a linux computer to an existing Windows network. Do I need to run the samba server or should the samba client be sufficient?
Started by MCS on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Most versions of Linux will have both, although samba may not be installed by....
Username=USER,password=PASS /mnt/MNTDIR
You want the samba client (smbmount) or CIFS (a client-only driver) which is also maintained by the samba team.
|
|
Windows 7 cannot discover any samba servers on my local network, I can navigate to them manually with \\server.
Solved (kinda)
Started by Sam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Solved
In the Advanced sharing for devices that use 40- or ... .
(Although written for Vista, it also applies to make Windows 7 negotiate with Samba for a common authentication protocol.
This article might help: Get Vista and Samba to work .
|
Ask your Facebook Friends
|
On Mon, 17 Sep 2007 15:46:29 -0300, "Steve Scanavarro" <steve.scanavarro@gmail.com> wrote:
Hello everyone.
I have a Samba+LDAP server running here in my company.
Everything is working fine, but I'm now worried about the backup of my
configurations...
Answer Snippets (Read the full thread at omgili):
>> to create another Samba....
>> I have a Samba+LDAP server running here in my company.
> I have a Samba+LDAP server running here in my company;> Hello everyone.
Scanavarro schrieb:
> Hello everyone.
|
|
Is there a way for Ubuntu/Samba to access a DFS path on our Windows file server?
I'm primarily a Windows guy and my Ubuntu colleagues have to access the file server using regular \\server\share paths, rather than \\domain\dfsnamespace\target.
Started by Graeme Donaldson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Ubuntu colleagues using the CIFS client or are they using the SAMBA smbclient tool? http://pserver.samba.org/samba/ftp/cifs-cvs/linux-cifs-client-guide.pdf indicates that the smbclient tool can access DFS.
|
|
I have an Ubuntu 6.06 server that needs to be replaced by an Ubuntu 9.04 server clean setup, I already copied the entire samba file server directory to the new 9.04 server using rsync. I need to know how to migrate the existing user accounts (machine ...
Started by jericho on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You'll need to copy /etc/passwd, /etc/shadow, /etc/group, /etc/samba/smbusers, and /etc/samba.
Maybe because the old samba is a 3.0.2 and the new one is a 3.3.2.
Into the server.
|
|
I've got an Ubuntu server. I installed Samba to share files with Windows clients and it started off fine. I recently added some shares that are based on UnionFS and now the samba server will not start at boot and I have to launch it manually ( /etc/init...
Started by Oli on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
On UnionFS and now the samba server will not start at boot and I have to launch it manually
When /etc/rc3.d/S20samba /etc/rc2.d/S20samba
If not, then samba is not set to autostart, and you should set it up to do so with something....
|
|
I have to implement a domain into a business with ~200 user accounts; being an unix guy, samba seemed the first choice
however, after a few discussions related to ease of management (which will be delegated to support staff) and ease of implementation...
Started by petre on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
In particular, Samba doesn't seem to be noticing changes to group memberships until you restart expense to go w/ ....
We use Samba, but there's a few niggles, but it's significantly cheaper than Windows Server.
Windows Server.
|
|
I'm setting up a Samba server on Ubuntu 9.04 Server Edition .
What I'm trying to do is have a share that is readable by everyone, and writable by a select few.
I am able to login from my computer using smbclient //server/security -U brad , but I am unable...
Started by Brad Gilbert on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
See the ....
You're most likely interested security is right for you.
The best way to debug this is check /var/log/messages or similar to see what auth errors Samba and also check /var/log/samba/*
Post your results when you try to connect.
|
|
On Mon, 03 Dec 2007 10:29:40 -0500, Mark Campbell <mcc171@psu.edu> wrote:
So I have idmap:rid working. The problem is I can set only the same
shell for all users. I was trying to find a way to store the shell in
AD. I have found a couple...
Answer Snippets (Read the full thread at omgili):
? (I looked
> through the samba docs but didn't find anythings yet perhaps I am just
> blind)
short form:
- do an upgrade to Windows Server 2003 R2 on the DCs
- set POSIX IDs in AD for all users und groups which you want to use....
|