[Samba] samba4 internal dns Server ddns for the reverse lookup Zone

steve steve at steve-ss.com
Fri Aug 15 16:10:42 MDT 2014


On Fri, 2014-08-15 at 22:10 +0200, Markus Roth wrote:
> Hi Steve,
> 
> i had setup a new centos7 test environment with sssd 1.11 so i can use your
> link instead of an ldap configuration and followed your steps below. But
> sssd won't start. I only geht the message under /var/log/messages:
> 
> Aug 15 22:08:11 server1 sssd: Starting up
> Aug 15 22:08:11 server1 sssd[be[winnet.local]]: Starting up
> Aug 15 22:08:11 server1 sssd[be[winnet.local]]: Starting up
> Aug 15 22:08:13 server1 sssd[be[winnet.local]]: Starting up
> Aug 15 22:08:16 server1 sssd[pam]: Starting up
> Aug 15 22:08:16 server1 sssd[nss]: Starting up
> Aug 15 22:08:16 server1 sssd[pam]: Starting up
> Aug 15 22:08:16 server1 sssd[nss]: Starting up
> Aug 15 22:08:17 server1 sssd[be[winnet.local]]: Starting up
> Aug 15 22:08:17 server1 systemd: sssd.service: control process exited,
> code=exited status=1
> Aug 15 22:08:17 server1 systemd: Failed to start System Security Services
> Daemon.
> Aug 15 22:08:17 server1 systemd: Unit sssd.service entered failed state.
> 
> I had manually generate a sssd.conf under /etc/sssd. I installed sssd with
> yum packet manager. I configured sssd.conf like your link:
> 
> [sssd]
> services = nss, pam
> config_file_version = 2
> domains = winnet.local
> [nss]
> [pam]
> [domain/winnet.local]
> id_provider = ad
> auth_provider = ad
> access_provider = ad
> ldap_id_mapping = False
> 
> what do i still wrong? 

Hi
It doesn't even get passed the startup and into AD. Do you have the
MACHINE$ key in the keytab? Do you have a keytab? Please post your
smb.conf and we'll see.

If you have the correct keytab, tail the log in real time:
systemctl stop sssd
rm /path/to/var/lib/sss/db/*
sssd -i -d3

This will tell us what's wrong in a little more detail
Steve






More information about the samba mailing list