Displaying 5 results from an estimated 5 matches for "ubutestdc".
2019 Nov 24
0
Problems setting up samba bind9_dlz on Ubuntu 18.04
...name.
service systemd-resolved stop
systemctl disable systemd-resolved.service
rm -f /etc/resolv.conf
create new /etc/resolv.conf
search domain.com
nameserver 192.168.0.243 <-- replace this with your DCS IP
edit /etc/hosts
127.0.0.1?????? localhost
::1???????????? localhost6
192.168.0.243? ubutestdc.domain.com ubutestdc <-- replace this with your
DCS data
# The following lines are desirable for IPv6 capable hosts
::1???? localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
reboot
>
> nameserver 127.0.0.53
>...
2018 Nov 25
2
Howto enable ldapi socket?
Hi list,
Im playing around with ldbsearch/ldapsearch and using successful the socket
/var/lib/samba/private/ldapi
in my git-compiled samba.
Now I installed the version 4.9.2 for ubuntu bionic from the van-Belle
repository and didnt find this socket anymore. Do I have simple to
create this socket with mknod? How can I determine the path? Is there a
smb.conf-Option to enable it?
Tfh!
Oliver
2018 Nov 26
1
Howto enable ldapi socket?
Hi Rowland!
On 26.11.18 19:37, Rowland Penny via samba wrote:
> [..]
> adminuser at ubutestdc:~$ ls -la /var/lib/samba/private/ldapi
> srwxrwxrwx 1 root root 0 Nov 25 17:13 /var/lib/samba/private/ldapi
Also strange:
# dpkg-query -l *samba*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
H...
2019 Nov 24
4
Problems setting up samba bind9_dlz on Ubuntu 18.04
Hi,
I hope someone can help me with the following problem. I followed the following guides to setup samba as an additional active directory server to my windows server with bind9 dns:
https://www.tecmint.com/join-additio...r-replication/<https://www.tecmint.com/join-additional-ubuntu-dc-to-samba4-ad-dc-failover-replication/>
2018 Nov 26
0
Howto enable ldapi socket?
...ocket anymore. Do I have simple to
> create this socket with mknod? How can I determine the path? Is there
> a smb.conf-Option to enable it?
>
> Tfh!
>
> Oliver
>
>
Strange, I just checked on Ubuntu 18.04 running Louis's 4.9.2 packages
and it is there:
adminuser at ubutestdc:~$ ls -la /var/lib/samba/private/ldapi
srwxrwxrwx 1 root root 0 Nov 25 17:13 /var/lib/samba/private/ldapi
Having said that, why not use kerberos, it is more secure.
Rowland