Displaying 20 results from an estimated 1000 matches similar to: "ntp and samba43 on FreeBSD-103."
2017 Feb 08
0
ntp and samba43 on FreeBSD-103.
On Wed, February 8, 2017 10:40, James B. Byrne wrote:
>
> Samba43 was installed on FreeBSD-10.3 as a binary package using the
> pkg utility. Other than ignorance I had no problems with provisioning
> a Domain with it. On the other hand Samba44 could not be successfully
> provisioned at the time I was setting Samba up which is why we went
> with Samba43.
>
> The ports
2018 Dec 12
3
Problem after upgrading to 4.9
Hi, I use the Van Bell repo, I've upgraded from samba 4.7 to samba 4.9 but
now it fails, these are the errors:
dic 12 09:14:49 samba4 samba[4881]: task[dnsupdate][4881]: [2018/12/12
09:14:49.372290, 0] ../lib/util/util_runcmd.c:327(samba_runcmd_io_handler)
dic 12 09:14:49 samba4 samba[4881]: task[dnsupdate][4881]:
/usr/sbin/samba_dnsupdate: Failed to bind to uuid
2015 Aug 28
2
More on bind_dlz - documentation I have not found
On 28/08/15 15:56, Robert Moskowitz wrote:
>
>
> On 08/28/2015 10:42 AM, L.P.H. van Belle wrote:
>> Are you setting up a AD DC or old style NT PDC ?
>>
>> see :
>> /etc/default/sernet-samba to "classic". for NT PDC
>> /etc/default/sernet-samba to "ad". for AD DC.
> More:
>
> # service sernet-samba-ad status
> Checking for SAMBA
2018 Dec 12
5
Problem after upgrading to 4.9
Thanks Louis;
/etc/krb5.conf
[libdefaults]
default_realm = EXAMPLE.COM
dns_lookup_realm = false
dns_lookup_kdc = true
/etc/resolv.conf
search example.com
nameserver 192.168.50.40
/etc/hosts
127.0.0.1 localhost samba4.example.com
192.168.50.40 samba4.example.com samba4 ldap.example.com
Output off:
samba-tool dbcheck --cross-ncs
NOTE: old (due to rename
2018 Aug 17
3
samba-tool passwordless
Hi,
I'm adding a few DNS RR's using samba-tool. I've tried to use kerberos but
I don't know that to append after -k, I mean:
samba-tool dns add 192.168.50.40 ejemplo.com samba4 A 192.168.50.40 -k
"something"
No clue after something, I've tried with Kerberos, KERBEROS, EXAMPLE.COM
Is it that possible?
Thanks in advance
--
--
Sergio Belkin
LPIC-2 Certified -
2015 Aug 28
2
More on bind_dlz - documentation I have not found
On 28/08/15 16:45, Robert Moskowitz wrote:
>
>
> On 08/28/2015 11:04 AM, Rowland Penny wrote:
>> On 28/08/15 15:56, Robert Moskowitz wrote:
>>>
>>>
>>> On 08/28/2015 10:42 AM, L.P.H. van Belle wrote:
>>>> Are you setting up a AD DC or old style NT PDC ?
>>>>
>>>> see :
>>>> /etc/default/sernet-samba to
2015 Jul 24
2
4.2.2 as AD with 2 DCs: database incoherency
On 24/07/15 13:53, mathias dufresne wrote:
> The following commands work on both DC:
> host -t A <short_hostname_of_other_DC>
> host -t A <fqdn_hostname_of_other_DC>
>
> hostname and hostname --fqdn are working on both DC.The simplest way
> is to not declare external IP /etc/hosts
>
>
> SRV DNS entries which are working are:
> host -t SRV
>
2024 Jun 30
1
Looking for Python docs/examples to modify DNS via keytab
On Sun, 30 Jun 2024 00:22:57 -0700
christian baltini <christian.baltini at gmail.com> wrote:
>
> This is the output I get:
>
> (venv) root at ubu1:~/py_krb# samba-tool dns zonelist localhost
> --use-krb5-ccache=/tmp/krb5cc_0 Failed to bind to uuid
> 50abc2a4-574d-40b3-9d66-ee4fd5fba076 for
>
2024 Jun 30
1
Looking for Python docs/examples to modify DNS via keytab
> On Jun 30, 2024, at 12:11?AM, Rowland Penny via samba <samba at lists.samba.org> wrote:
>
> On Sat, 29 Jun 2024 22:10:12 -0700
> christian baltini <christian.baltini at gmail.com> wrote:
>
>> Hello Rowland, I see that and an trying to recreate the script logic
>> line-by line in the terminal as a proof of understanding, but I am
>> having some
2015 Aug 28
3
More on bind_dlz - documentation I have not found
Are you setting up a AD DC or old style NT PDC ?
see :
/etc/default/sernet-samba to "classic". for NT PDC
/etc/default/sernet-samba to "ad". for AD DC.
greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: samba [mailto:samba-bounces at lists.samba.org] Namens
>Robert Moskowitz
>Verzonden: vrijdag 28 augustus 2015 16:13
>Aan: Rowland Penny; samba at
2019 Apr 06
2
DsReplicaSync failed - WERR_LOGON_FAILURE // Failed to bind to uuid for ncacn_ip_tcp - NT_STATUS_LOGON_FAILURE
Hello everyone,
I have setup two Samba AD DC's running Debian 9 with BIND9_DLZ dns backend.
Both are running Samba 4.5.16 - I know it is already very old version
but this is the default one coming with debian stretch repo.
(I will upgrade to Debian buster - and with this to newer Samba
version - as soon as it is released stable and I could test the
upgrade correctly :) )
2020 Oct 22
8
new dc does not allow login..?
In installed a new DC (Samba 4.12.8 on Ubuntu 20.4) and initially everything appeared to work smoothly. Now I experience issues:
DCDIAG /s:cobra.samba.lindenberg.one
Directory Server Diagnosis
Performing initial setup:
[cobra.samba.lindenberg.one] LDAP bind failed with error 1326,
The user name or password is incorrect..
With the other DC (still samba 4.11.14 on Ubuntu
2024 Jun 29
1
Looking for Python docs/examples to modify DNS via keytab
On 6/28/24 10:07 PM, christian baltini via samba wrote:
> Hello all,
>
> I am looking to rewrite the shell script here (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records) in Python.
>
> Is anyone aware of any resources (docs, existing code, etc.) that may be useful in doing so? I?m not finding any introductory docs or simple code examples that show things like
2024 Jun 30
1
Looking for Python docs/examples to modify DNS via keytab
On Sat, 29 Jun 2024 22:10:12 -0700
christian baltini <christian.baltini at gmail.com> wrote:
> Hello Rowland, I see that and an trying to recreate the script logic
> line-by line in the terminal as a proof of understanding, but I am
> having some trouble.
>
> Here is what I am trying:
>
> ?kinit administrator? - I then provide username and password,
You should just
2019 Dec 20
3
Upgrading from Debian Stretch to Buster, Van Belle package
Hello Louis,
If I may, can you bear with me a bit longer?
I have two machines MACHINE_1 and MACHINE_2 at two different
geographical places.
Both are now running Samba version 4.11.4-Debian.
Thanks a lot for that!
On MACHINE_1, two years ago I did:
# samba-tool domain provision --use-rfc2307 --domain=<DOMAINAME>
--realm=<REALM> --dns-backend=BIND9_DLZ --adminpass=<PASSWORD>
2014 Jan 16
1
samba-tool -k option requires an argument but which one:)
Hello,
maybe someone can help me to get this right.:)
samba 4.1.3 on Debian
the samba-tool manpage says:
...
-k KERBEROS|--kerberos=KERBEROS
Use Kerberos
...
adding a dns record works as expected:
root at samba:~# samba-tool dns add localhost example.com www CNAME web.example.com
Password for [administrator at EXAMPLE.COM]:
Record added successfully
Now trying to use the -k
2018 Apr 23
4
Find/delete bad DNS Entry
We added a DNS entry to Samba via the Windows DNS Manager which apparently
was invalid. Now we can't see the list of forward lookup in the Window DNS
Manager because it immediately errors and we have to restart the Samba
service.
Running Samba 4.3.11-Ubuntu on Ubuntu 16.04
Additionally, a samba-tool dns query fails with the following error:
> $ samba-tool dns query dc1.mydomain.com
2013 Oct 28
1
bug with redirect output samba-tool ?
?
Hai,
?
When i try to use this line:
?
samba-tool dns query 192.168.249.225 mydomain.lan @ ALL -UAdministrator | less
?
Failed to bind to uuid 50abc2a4-574d-40b3-9d66-ee4fd5fba076 for 50abc2a4-574d-40b3-9d66-ee4fd5fba076 at ncacn_ip_tcp:192.168.249.225[49175,sign] NT_STATUS_NET_WRITE_FAULT
ERROR(runtime): uncaught exception - (-1073741614, 'NT_STATUS_NET_WRITE_FAULT')
? File
2016 Sep 02
4
Segmentation fault in samba_upgradedns - Samba 4.4.5
On Fri, 2 Sep 2016 13:03:05 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Fri, 2 Sep 2016 12:41:47 +0100
> Cameron Murdoch via samba <samba at lists.samba.org> wrote:
>
> > On 2 September 2016 at 12:21, Rowland Penny via samba
> > <samba at lists.samba.org
> > > wrote:
> >
> > > On Fri, 2 Sep 2016 11:51:02 +0100
2015 Oct 02
4
Wiki news: Build Samba, Join DCs
On 09/29/2015 01:23 PM, Rowland Penny wrote:
> On 29/09/15 18:09, Steve Ankeny wrote:
>> On 09/27/2015 05:48 AM, Marc Muehlfeld wrote:
>>> Hello,
>>>
>>> during the last week I finished two documentation:
>>>
>>> * https://wiki.samba.org/index.php/Build_Samba_from_source
>>> This page wasn't more than just a