Displaying 20 results from an estimated 300 matches similar to: "vfs_shadow_copy2 doesn't seem to work with basedir of /"
2016 Feb 25
1
Trouble adding a service principal to keytab
Hi,
I am new to samba and Kerberos so please be gentle!
I have built a samba AD DC (v4.3.5) on Centos Linux from source and am
trying to add a service principal and generate a keytab containing the
principal. However the principal entry does not appear in the keytab.
Here's what I did:
[root at bones ~]# samba-tool spn add
GEMSTONE64/bunk.gemtalksystems.com at
2010 Oct 20
1
Samba 3.5.6 pam problems
Hi,
I've setup Samba 3.5.6 as a member server in a 2003R2 domain with a
single dc, idmapping is by rfc2307 with a tdb backend for builtin
accounts etc, I can list users and groups using wbinfo and I can
create shares and access them from the windows server, files and
folders owned by ad users show the correct user and group names so
mapping appears to be working, I can su to ad accounts but I
2011 Nov 10
2
wbinfo --ping can't find winbind?
I have compiled 3.5.12 from source on CentOS 5.7. I am using krb5.conf,
smb.conf files that have worked with other 3.5.x installs of Samba (at
least in terms of wbinfo working) but now I am not able to get any data
from winbind. The server is running and the logs don't report any
errors. I had done several 'make uninstall' while compiling/recompiling
with different options. Could
2003 Mar 24
3
winbind and bad permissions mapping from NT to Samba
I'm installed Samba 2.2.8 with the intetion of use it as file share for
a NT Domain.
I have also an interest to the use of extended ACL so I recompiled the
kernel (2.4.20) with the acl patch and I added to my system acl, attr,
e2fsprogs and fileutils packages.
After all I join the samba server into the NT domain:
smbpasswd -j SAMBATEST -r SAMBA-SRV -U Administrator
where SAMBATEST is the
2004 Mar 18
2
samba,ldap and kerberos
Hi Everybody,
We are integrating samba,kerberos and ldap
samba-3.0.2a
sun kerberos
sun ldap
all the three servers are on three different solaris machines.
we were able to successfully integrate samba and ldap and works fine. When trying to bring in kerberos support , we changed the samba configuration file as follows
interfaces = 131.183.20.96
bind interfaces only
2016 Dec 02
3
Change Password from Windows Native Interface
Hello,
I am currently trying to get a Samba 4.5.1 environment set up for testing
and I am unable to get samba to request a new password from a windows
user. The error that I get, is in Japanese, so I don't have the exact
translation, however it is along the lines of...
Your user password must be changed before logging in for the first time.
However it does not give me the prompt to do so
2011 Apr 27
1
AD and samba secondary group problems
Hi list,
I have gone through several mailing list archives, googled, tested
several options, but we cannot figure out how we fix our problem.
NIS provides the uid and gid in Linux
AD provides the passwords
storage is provided by GPFS via samba to windows users
OS: RedHat 5.5 x86_64
Samba: 3.4.2 and/or 3.5.2
We are able to mount the home directories without any problems, we can
2010 Jun 14
1
"Idmap module nss already registered" ???
Hello,
we are running samba 3.3.8 on RHEL 5.5 - connected to Active Directory via winbind. Everything seems to work fine: matching of UID/GID is working which can be tested with ...
wbinfo -i <username>
wbinfo -n <username>
wbinfo -s SID
... BUT it takes about 1 min until a connection to the samba server can be established or until the available samba shares are listed:
net use x:
2014 Feb 10
2
Conflicting objectSid
Hi all,
I'm having a problems with leaving and joining a client to the domain.
I'm using samba-4.1.4 as an AD server. When I join and leave and join
and leave after a while this error comes up:
Failed to join domain: failed to join domain 'AIIAS' over rpc:
NT_STATUS_IO_TIMEOUT
And when I look at the logs it says:
Failed to re-index objectSid in
2013 Feb 01
1
Samba 4 vs Samba 3
So, I have "working" builds of Samba 3.6.10, and 4.0.2 using the traditional build system on AIX, both built with XLC.
For historical reasons, we're needing to use 'encrypt passwords = no', so that Samba uses the OS password.
The odd thing, is, the 3.6.10 Samba works just fine, but the 4.0.2 doesn't allow connections. Here's the Samba config I'm using on both:
2006 Apr 24
1
Samba Login Problem on Windows
Hi,
I have a problem of using samba on a windows xp client. When i'll try to
connect to the domain and create a machine account all works. But when
i'm rebooting the system and try to logon there appears an error.
log.smbd tells me the following error: sambatest has user sid
S-1-5-21-............................(the dots are for the long code ;))
but group sid
2015 Apr 20
2
Samba 4.1 as member server, problems doing password authentication using CentOS/RedHat 7 packages
I've come across a difference I can't explain between the way Samba
behaves on Fedora 20 (4.1.17-1.fc20) and Centos 7 (4.1.12-21.el7). I
have a test server of each system (Fedora 20 and Centos 7), each newly
built, fully updated, and with the same config file. Each is joined to
our AD domain (Windows DCs). Some of our client systems are joined to
the domain and use Kerberos tickets
2018 Sep 12
2
samba4.8.4 offline domain join
Hello,
I have built a domain with samba4.8.4. I can join windows to the domain in normal way successfully. But today when I tried to offline join the domain, log.samba showed that the password was wrong. But in fact the password was correct. And after several time's trying, the machine account got locked. Offline domain join is available in samba4.5.16. So is there any default setting get
2003 May 05
3
How 'accurate' is time sync on the samba server?
Just as the subject states, how close and accurate can time synchronization
be with Samba as a PDC and Windows Clients connecting to the PDC with net time?
I have setup a logon script, so when all Win2k clients connect to the PDC,
they will receive the logon script and use the PDC as their time server.
What I have noticed in my testing is that it is not entirely 100% accurate?
For example, I
2019 Jul 19
3
Samba async performance - bottleneck or bug?
Hi David,
Thanks for your reply.
> Hmm, so this "async" (sync=disabled?) ZFS tunable means that it
> completely ignores O_SYNC and O_DIRECT and runs the entire workload in
> RAM? I know nothing about ZFS, but that sounds like a mighty dangerous
> setting for production deployments.
Yes, you are correct - sync writes will flush to RAM, just like async, will stay in RAM for
2010 Nov 11
5
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Let me start off by apologizing for this rambling post. I have been working on this problem all day and have not gotten anywhere.
This is my first time working with samba and I have been tasked to set up a share that does not require a password for access. I have been tinkering with the configuration file but I cannot get it to work. Here is my current smb.conf file that I have:
global]
2009 Apr 24
5
ACLs set in Windows not honored
Hi All,
I am in the process of trying to build a Samba server to replace our
aging EMC Celerra file server appliance.? The goal, ultimately, is to
build a file server on which we can migrate a file share from the
Celerra (ACL permissions and all) over to Samba, where the file share
can be exported via NFS as well as Samba, AND the permissions we see
in Linux are what we see in Windows (as well as
2009 Jul 27
1
3.2.11 not compiling on solaris 9 (libtalloc.so.1 error)
I am consistently getting "libtalloc.so.1: No such file or directory" when attempting to 'make' any version of samba.
I've tried all of the suggestions from the list archives on this subject.
Using Solaris 9 sparc.
Current versions are:
gcc 3.4.6 (sunfreeware pkg)
samba-3.2.11 (and any other version of samba I try)
Admittedly - compiling from source is not
2008 Feb 14
1
ZFS ACL Support
Hello,
I am running Samba 3.0.28 on a Solaris 10 8/07 x86_64 machine.
Directory services and authentication are provided by MS Active
Directory's LDAP and Kerberos.
My problem is that, when attempting to add an ACE to a file from Windows
(XP, SP2), I get an error saying "Access Denied". The share is a
directory on a ZFS filesystem (NFSv4 ACLs). Below is the share definition:
2004 Feb 16
1
Any help will be great. THX.
I've just installed Samba 2.2.3a on AIX 5.2. We're using a NT password
server to authenticate username/password. Our NT guru's are complaining
that there're seeing several authentication failures events with an account
called "sambatest" which is not a valid userid on our site. It looks like
some type of polling that Samba is doing.
This is part of the errors they