Displaying 20 results from an estimated 5000 matches similar to: "samba4:login works, but domain not found afterwards"
2009 Feb 18
1
samba can not contact the ldap server
hi there,
I am working trough a tutorial on setting up samba and ldbap on a suses 11.1 box
everything worked fine so far but now samba can not contact the the ldap server.
all command trying it issue the following error message.
Failed to issue the StartTLS instruction: Can't contact LDAP server
how can I trace down what causes this?
thanks for your help
I added my slapd.conf and the
2009 Mar 04
1
problem when PDC machine name equals domain name
Hi there,
I am trying to learn samba, ldap and co.
now I installed a test net consisting from three computers
haydn: this is the pdc with haydn.redcor.home (ip 10.168.1.102)
memphis: tis is a windows box -> memhis.redcor.home (ip 10.168.1.103)
chrissy: this is a unix box -> chrissy.redcor.home (ip 10.168.1.100)
dns server, ldap-server and samba are all running on haydn.
on haydn samba
2015 Mar 15
4
centos 7 database access only possible trough localhost and not IP
Hi there and hello to everybody,
I am all new to centos but I have good experience working with ubuntu and suse.
We are moving a an elderly SuSe box to a virtual machine running centos 7.
Now I experience the following problem.
I can only access postgres using localhost as host. If I use the IP address
(even 127.0.0.1).
I found a similar problem when accessing the
2009 Mar 09
1
how to add a linux box into a samba domain
hi there,
I am trying to setup a test nework to learn the interaction of the diverse tools
in a smaba/windows network.
now it looks as if I do something wrong when adding a linux box into the domain.
I have a samba domain ROTTI.
It is running on server haydn.redcor.home
from windows I can log into this domain.
now I have a linux box I wanto to join to this domain.
this is its global section:
2015 Mar 20
1
Centos 6: setfacl: .: Argument list too long
On 20.03.2015 02:14, muiz wrote:
> Dear all,
>
>
> I have a Centos 6 (64bit) server used for samba and ACL control.
> There has a folder which a lot of user can access, when I add a new user's ACL, but failed, do you know how to resolve this problem?
use xargs like in:
|find . -name "*.pdf" -print0 | xargs -0 RUNACOMMAND
robert
|
>
>
> [root at s1
2015 Mar 15
0
centos 7 database access only possible trough localhost and not IP
Hi Robert,
I have almost no experience with CentOS 7(still using CentOS 6). However, I
recommed the following checks:
1. Check that PostgreSQL is listening on 0.0.0.0 (all ip addresses) and not
127.0.0.1. To check, you can use the command:
netstat -tuplan
If PostgreSQL is listening only on 127.0.0.1, you'll never be able to
connect to it from the network. You'll have to change the
2018 May 02
2
samba_dnsupdate --all-names -> dns_tkey_negotiategss: TKEY is unacceptable
Hello,
we have the following problem with a ADDC Sernet 4.7.6-11 on CentOS 7.4.
We have two DCs, replication is working fine. We use bind9 as
dns-backend. When we do a "samba_dnsupdate --all-names" we get the
following messages:
-------------------
[root at dc1 ~]# samba_dnsupdate --all-names
dns_tkey_negotiategss: TKEY is unacceptable
dns_tkey_negotiategss: TKEY is unacceptable
2015 Nov 09
2
Secure dynamic update failure with internal DNS
I've experienced the same issue on Samba 4.3.1 compiled against Centos 6.7.
It appears to be a known issue. There's a recent bug report on bugzilla:
https://bugzilla.samba.org/show_bug.cgi?id=11520
On Mon, Nov 9, 2015 at 1:20 PM, James <lingpanda101 at gmail.com> wrote:
> I't appears all versions of Samba 4.2.X allow secure updates. It's
> transitioning to any version
2013 Jan 02
3
Samba ADDS DC krb5 and samba_nsupdate
Hello
I tried on two vms on my vmware Workstation to use samba as DC.
I want use BIND for dns system.
To join the Domain had worked successfully after I recompiled the bind.
It seems the zone are the same but Samba isn't in the ns-record.
If I run dcpromo.exe I get this error message:
This Active Directory DC is the last dns-server for the AD-zones.
If I remove the DC the dns-names
2013 May 29
1
Error Message while joining a Domain as a DC
I joined an existing domain according to:
https://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC
My var/log.samba shows the following error message ... and
unfortunately ... I have no idea what that means.
[2013/05/29 20:48:00, 0]
../lib/util/util_runcmd.c:334(samba_runcmd_io_handler)
/usr/local/samba/sbin/samba_dnsupdate: tkey query failed: GSSAPI
error: Major = Unspecified
2011 Jun 21
1
tkey-gssapi-credential and bind (Samba4)
So I am in step 10 of the samba4 howto
(https://wiki.samba.org/index.php/Samba4/HOWTO#Step_10_Configure_kerberos_DNS_dynamic_updates);
my bind9 is 9.7.3 which seems to be current enough for this. In it we
are to add
tkey-gssapi-credential "DNS/samdom.example.com";
tkey-domain "SAMDOM.EXAMPLE.COM";
to /etc/bind/named.conf.options. Since my test domain is
test.domain.com,
2016 Aug 23
4
Win 10 Pro /registerdns issue with Samba 4.3.9 / TKEY Refused SOA
Hi,
We have an issue where an existing Win 10 client is already part of the
domain, however it's DNS entry isn't updated,
Is this bug related? https://bugzilla.samba.org/show_bug.cgi?id=11520
please see details below
Ubuntu: 16.04.01 LTS
Samba: Version 4.3.9-Ubuntu
Samba Internal DNS
'allow dns updates = nonsecure' is not specified
>ipconfig /registerdns
Samba-Log: sudo
2019 Jan 10
2
samba_dnsupdate options: --use-samba-tool vs. --use-nsupdate, and dhcpd dynamic updates
On Thu, 10 Jan 2019 20:40:30 +0000 (UTC)
Billy Bob <billysbobs at yahoo.com> wrote:
>
>
>
> On Thursday, January 10, 2019 2:33 PM, Rowland Penny via samba
> <samba at lists.samba.org> wrote:
>
> >On Thu, 10 Jan 2019 20:18:37 +0000 (UTC)>
> >Billy Bob <billysbobs at yahoo.com> wrote:
> >
> >>
> >>
>
2019 Jan 11
2
samba_dnsupdate options: --use-samba-tool vs. --use-nsupdate, and dhcpd dynamic updates
On Thu, 10 Jan 2019 22:23:41 +0000 (UTC)
Billy Bob <billysbobs at yahoo.com> wrote:
>
>
> On Thursday, January 10, 2019 2:56 PM, Rowland Penny via samba
> <samba at lists.samba.org> wrote:
>
>
> >Uncomment line 10, adjust it for prefix if Samba isn't in /usr/local and then try again.
> Here it is with script properly configured.
> Regarding
2017 Sep 27
2
Samba as AD travails
Many (many) hours later, I'm finally throwing in the towel and seeking help.
I have read everything I can find on the internet to no avail to get past
my issues. I have to say, I'm very disappointed in the general quality and
fragmentation of information on this topic. Samba isn't a turn-key
solution as an AD by any stretch of the imagination. I've run the gamut so
far with
2016 Jan 28
2
Signed Dynamic DNS Updates with Internal DNS [SEC=UNCLASSIFIED]
UNCLASSIFIED
I just installed SAMBA 4 as the PDC on a new standalone Windows network (https://wiki.samba.org/index.php/Samba4/HOWTO#Samba_AD_management).
Everything appears to be working correctly except for signed dynamic updates.
Non-secure updates work fine. A, AAAA and PTR records are added to DNS when a PC joins the domain or I issue ipconfig /registerdns.
Using wireshark, I see the
2018 May 16
2
DDNS Error
It's me again :-)
Now we have DDNS with DHCP running but we have a problem on one of our
two DCs. Btw we used the setup and the script from wiki.
Doing a "dhclient" on a host we are getting the following messages:
-------------
Mai 16 12:13:28 samba41 dhcpd[3961]: Commit: IP: 192.168.0.249 DHCID:
1:50:5b:5d:1c:ab:aa Name: horst
Mai 16 12:13:28 samba41 dhcpd[3961]: execute_statement
2015 Nov 16
2
Secure dynamic update failure with internal DNS
2015-11-10 22:07 GMT+08:00 James <lingpanda101 at gmail.com>:
> I't appears all versions of Samba 4.2.X allow secure updates. It's
>> transitioning to any version of Samba 4.3.X that prevents secure
>> updates. Looking at the Wireshark captures of a successful update
>>
>> https://www.cloudshark.org/captures/79e72c42de44
>>
>>
2010 Aug 16
1
samba4 + ubuntu 10.0.4
I have samba4 (installed from package 4.0.0~alpha8+git20090912-1) running
on my Ubunut 10.0.4 Lucid server. For anyone to replicate this, install
samba4, import the DisplaySpecifiers from source and edit
/usr/lib/python2.6/dist-packages/samba/provision.py to contain the right
setup path;
$ vi /usr/lib/python2.6/dist-packages/samba/provision.py
# In source tree
# ret = os.path.join(dirname,
2019 Aug 12
3
dns_tkey_gssnegotiate: TKEY is unacceptable
I installed a third DC today. Replication works find, but as systemctl status samba-ad-dc showed an error w.r.t. dnsupdate I was running samba_dnsupdate ?verbose.
Below is the output. It looks like there are some missing DNS records, but what are potential causes of this error: dns_tkey_gssnegotiate: TKEY is unacceptable
I already checked what?s listed @