我已经在opensuse 42.3上手动配置了openldap,在我没有配置LDAP和Kerberos客户端之前,它工作得很好。在我配置之后,使用一个目录作为身份提供者,并检查(在重新启动之前) getent passwd。我能够看到用户并且能够通过login.After重启系统。下面的错误即将出现:
[FAILED] Failed to start Avahi mDNS/DNS-SD stack
see systemctl status avahi-daemon.service for detials
[FAILED] Failed to start wicked AutoIPv4 supplicant service
see systemctl status wickedd-auto4.service for details
[FAILED] Failed to start wicked DHCPv6 supplicant service
see systemctl status wickedd DHCPv6 supplicant service for details
[FAILED] Failed to start wicked DHCPV4 supplicant service
see systemctl status wickedd-dhcp4.service for details发布于 2019-12-10 13:51:48
我找到问题的答案了吗?
我们必须在vim /etc/ldap.conf文件中输入bind_policy soft。这样你就不会再出错了
https://stackoverflow.com/questions/49192390
复制相似问题