Displaying 16 results from an estimated 16 matches similar to: "Help adding Samba users on unix"
1998 Apr 27
5
Group information lost when security = server
Hi.
I have a samba install, samba-1.9.18p4, with security=server. Users are
validated against the NT domain controller correctly, and user accounts
do exist on the unix box (AIX 4.2.1)
Problem is that while the uid of the files that users create is correct,
the group id is always sys, even though the users have as primary gid
STAFF.
The definition of the share I am trying to create is:
[cslan]
2008 Aug 19
2
Roaming Profiles only for Admin?
Hi all,
I am currently fighting with roaming user profiles which shall be
stored on an Ubuntu 8.04 Xeon (64 bit) box. I'm running the stock
Ubuntu packages (version 3.0.28a-1ubuntu4.4). The Ubuntu box runs as
PDC with a LDAP backend.
Adding a Win 2000 SP4 workstation to the domain works flawlessly. If I
log on on the workstation with a root-like account (UNIX user id 0,
UNIX
2007 Apr 19
9
ZFS disables nfs/server on a host
I have an Ultra 10 client running Sol10 U3 that has a zfs pool set up on the extra space of the internal ide disk. There''s just the one fs and it is shared with the sharenfs property. When this system reboots nfs/server ends up getting disabled and this is the error from the SMF logs:
[ Apr 16 08:41:22 Executing start method ("/lib/svc/method/nfs-server start") ]
[ Apr 16
2017 Jun 12
2
Changing the IP Address of a Samba AD DC doesn't work - samba_dnsupdate crashes
On Mon, Jun 12, 2017 at 01:53:40PM +0100, Rowland Penny via samba wrote:
> Try running 'samba-tool testparm' and fix any errors it flags up.
Is "samba-tool' a ubuntu Samba thing? With Fedora Samba versions 3.5 and
4.5, it does not exist. The 'testparm' most certainly does and I agree with
using it. I just recently set up my new Fedora 25 box and used it after
2017 Jun 12
2
[Solved] Fedora 25 Samba and XP-SP3
On Mon, Jun 12, 2017 at 01:53:10PM +1200, Andrew Bartlett via samba wrote:
> On Sun, 2017-06-11 at 20:08 -0500, Mike Brown via samba wrote:
> > Yes, I know, XP-SP3 is very old.????It works for what I need it for.????I
> > have
> > some programs that will never be updated for Win 7.
> >
> > Note that XP-SP3 and Fedora 14 work together just fine, so I'm
>
2017 Jun 12
5
Fedora 25 Samba and XP-SP3
Yes, I know, XP-SP3 is very old. It works for what I need it for. I have
some programs that will never be updated for Win 7.
Note that XP-SP3 and Fedora 14 work together just fine, so I'm guessing that
a newer version of Samba is what is keeping me from logging in from XP.
But, I do not know what to put in the smb.conf file to allow XP to mount
a share.
Here is the output from testparm:
2017 Jun 12
2
[Solved] Fedora 25 Samba and XP-SP3
On Mon, Jun 12, 2017 at 09:51:53AM +0200, Reindl Harald via samba wrote:
> Am 12.06.2017 um 09:41 schrieb Mike Brown via samba:
>> On Mon, Jun 12, 2017 at 09:28:20AM +0200, Reindl Harald via samba wrote:
>>> Am 12.06.2017 um 09:03 schrieb Mike Brown via samba:
>>>> On Mon, Jun 12, 2017 at 01:53:10PM +1200, Andrew Bartlett via samba wrote:
>>>>> On Sun,
2017 Jun 12
2
[Solved] Fedora 25 Samba and XP-SP3
On Mon, Jun 12, 2017 at 09:28:20AM +0200, Reindl Harald via samba wrote:
> Am 12.06.2017 um 09:03 schrieb Mike Brown via samba:
>> On Mon, Jun 12, 2017 at 01:53:10PM +1200, Andrew Bartlett via samba wrote:
>>> On Sun, 2017-06-11 at 20:08 -0500, Mike Brown via samba wrote:
>>>> Yes, I know, XP-SP3 is very old.????It works for what I need it for.????I
>>>>
2018 May 03
2
Getting --delete to work, simply
rsync version 3.1.2 protocol version 31
I've run into an issue using rsync on my QNAP NAS. I've installed Entware-ng
on the NAS so that I can install better versions of programs, rsync being
one of them.
But, I've run into an issue wqith using the --delete option, as it has
problems using wildcards.
Initially a backup script looked like:
#!/bin/sh
for d in
2018 May 03
1
Getting --delete to work, simply
On Thu, May 03, 2018 at 02:59:11PM -0400, Kevin Korb via rsync wrote:
> Note that these are working because S* and s* are being applied to all
> the dirs and files within dirs. So if you had x/Something it wouldn't
> get copied and if you had S/else it wouldn't get copied. Maybe you want
> to add --prune-empty-dirs and an --include='*/' so that rsync will look
>
2018 May 03
2
Getting --delete to work, simply
On Thu, May 03, 2018 at 01:09:30AM -0400, Kevin Korb via rsync wrote:
> --delete only works when you sync a dir not individual files. So...
> rsync -vai --delete --include='g*' --include='G*' --exclude='*'
> /share/Public/videos/ /share/Backup-HDD-03
That kinda didn't work:
rsync -vai --delete --include='S[A-Z]*' --include='S[a-h]*'
2006 Sep 07
4
Mounting home directory from Windows in Linux
Hi All,
I'm using samba 3.0.10-1 on RedHat Enterprise Linux 4.
I'm authentication to our PDC using Winbind and also mounting our home
directory share (from Windows) onto our main Linux server such that when
a user logs on to the Linux server, their Windows home directory is
mounted also.
I'm using the domain admin account to mount the home directory share,
which I feel is
2013 May 30
1
Need help with file corruption issue
Hi all,
I've run into an issue and am wondering if folks can give some advice
on how to resolve it.
Basically Samba appears to be getting confused, providing some other
file's contents.
Initially I saw this on a Windows host that has mounted a share from
CentOs, but I've been able to repro it on the CentOs host using a
self-mount.
Here's my test script:
#!/usr/bin/perl
use
2017 Jun 12
2
Changing the IP Address of a Samba AD DC doesn't work - samba_dnsupdate crashes
Thanks for your reply Rowland!
1.
Here is my smb.conf
---
# Global parameters
[global]
interfaces = eth0
workgroup = MYDOMAIN
realm = mydomain.lan
netbios name = PDC
server string = PDC
server role = active directory domain controller
passdb backend = samba4
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate
idmap_ldb:use rfc2307 =
2017 Jun 09
4
mount.cifs fails with protocol SMBv2.x on a DFS share
Hello list,
a few days ago we migrated our shares to a DFS cluster, also we disabled
SMBv1 protocol. Now we are no longer able to connect to the shares with
our linux workstations. The setup looks like this:
linux workstation -----> AD server (Windows Server 2008 R2) -----> file
server (Windows Server 2016, running in 2008 R2 compat mode)
I have searched the web for a solution on the
2002 Dec 21
0
Re: samba digest, Vol 1 #2006 - 24 msgs (Out of the office - Returning Monday, Jan. 6th)
I will be out of the office:
From: Monday, Dec. 23rd
Through: Friday, Jan. 3rd
I will return to the office on Monday, Jan. 6th
I will only be checking email or voicemail. Once or twice during that
time period. Members of the I.T. dept. will be able to contact me if
there is a critical issue.
Enjoy the time off over the holidays and Happy New Year!
>>> samba 12/21/02 12:00