简体   繁体   English

nslcd:/ var / log / messages已删除用户中的错误

[英]nslcd: Errors in /var/log/messages Deleted User

I'm running a Linux LDAP environment with multiple servers on the domain. 我正在运行具有域上多个服务器的Linux LDAP环境。 As we have added and removed users from our environment, I started getting these error messages: 当我们从环境中添加和删除用户时,我开始收到以下错误消息:

Nov  9 05:07:25 ops1 nslcd[1377]: [35895e] lookup of user cn=Deleted1 User,ou=People,dc=company,dc=net failed: No such object
Nov  9 05:07:25 ops1 nslcd[1377]: [35895e] ldap_result() failed: No such object
Nov  9 05:07:25 ops1 nslcd[1377]: [35895e] lookup of user cn=Deleted2 User,ou=People,dc=company,dc=net failed: No such object
Nov  9 05:07:25 ops1 nslcd[1377]: [35895e] ldap_result() failed: No such object

The users showing up are only users who I have deleted. 显示的用户只有我已删除的用户。 Not just recently, either. 也不只是最近。

I found the answer to this in this bug: 我在以下错误中找到了答案:

http://tracker.clearfoundation.com/view.php?id=1752 http://tracker.clearfoundation.com/view.php?id=1752

Basically, I had a group that was still referencing those users as members even though I had deleted them. 基本上,即使删除了我,我仍然拥有一个仍将这些用户视为成员的组。 In my case, they were part of the uniqueMember list. 就我而言,它们是uniqueMember列表的一部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 /var/log/messages 上的“网络无法解决” - 含义 - "Network unreachable resolving" on /var/log/messages - Meaning 如何在/ var / log / messages,/ var / log / secure等中更改/自定义日志格式 - How to change/customize log formats in /var/log/messages ,/var/log/secure etc 在html / php输出中显示/ var / log / messages? - display /var/log/messages in html/php output? printk()不在/ var / log / messages中打印 - printk() doesn't print in /var/log/messages 在Debian 8.x上使用nslcd进行LDAP用户身份验证 - LDAP user authentication using nslcd on Debian 8.x 如何解决在Linux上空的/ var / log / secure / var / log / messages等问题 - How to troubleshoot empty /var/log/secure /var/log/messages etc log on linux 如何根据时间戳删除文件中的日志消息/应该从文件中删除早于 7 天的消息 - How to delete the log messages in a file based on timestamp/ messages older than 7 days should be deleted from file / var / log / messages中错误号码的含义是什么? - what's the meaning of error number in /var/log/messages? 在/ var / log / messages中,什么是:监视系统按钮[…]电源按钮 - In /var/log/messages, what is: Watching system buttons […] Power Button 使用 Logrotate 轮换 /var/log/messages 一旦达到 8 GB - Rotating /var/log/messages once it reaches 8 GB using Logrotate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM