AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-167916

Michał Sacharewicz's questions

Martin Hope
Michał Sacharewicz
Asked: 2021-01-13 06:09:42 +0800 CST

如何通过脚本(类 PHP)提供 TFTP 内容?

  • 0

我正在寻找一种方法来使用脚本(bash、PHP?)的输出来提供 TFTP 请求,该脚本以 TFTP 请求路径作为参数调用。Apache+PHP 的简单 TFTP 等价物。

像 PHP + mod_rewrite 之类的东西,即。当客户端请求“file123”时,服务器将调用脚本(例如“.\myscript.sh file123”)并将脚本的输出作为返回的 TFTP 数据传递。

谁能暗示一个好的、值得生产的解决方案?:D

linux php bash tftp
  • 1 个回答
  • 163 Views
Martin Hope
Michał Sacharewicz
Asked: 2020-03-23 10:22:19 +0800 CST

RDS 连接代理高可用性无法连接到数据库

  • 0

设想

您希望使用(至少)Windows Server 2016 在高可用性模式下配置远程桌面服务连接代理。

您已完成并验证所有先决条件:

  • 可以通过网络访问数据库(所有防火墙和路由都可以),
  • 数据库权限正常(db_creator对于包含所有目标 RDS CB 主机的组),
  • SQL 驱动程序已安装且连接字符串正确。

您可以通过向导开始配置高可用性:

在此处输入图像描述

或通过 Powershell:

Set-RDConnectionBrokerHighAvailability `
    -ClientAccessName "rds.contoso.com" `
    -DatabaseConnectionString "DRIVER=SQL Server Native Client 11.0;SERVER=db.contoso.com;Trusted_Connection=Yes;APP=Remote Desktop Services Connection Broker;DATABASE=rdscbha"

您省略了“存储数据库的文件夹”,或者-DatabaseFilePath因为它是可选的,并且您的 MSSQL 已经配置了默认存储新数据库的位置。

问题

您在 GUI 上收到以下错误消息:

数据库连接字符串中指定的数据库在 RD 连接代理服务器中不可用。 确保 SQL Server 在网络上可用,SQL Server Native Client 安装在 RD Connection Broker 服务器上,并且 RD Connection Broker 对数据库具有写入权限。

或 PowerShell 上的以下错误:

连接字符串中指定的数据库 DRIVER=SQL Server Native Client 11.0;SERVER=db.contoso.com;Trusted_Connection=Yes;APP=Remote Desktop Services Connection Broker;DATABASE=master 在 RD 连接代理服务器 RDS-01 中不可用.CONTOSO.COM。确保数据库服务器在网络上可用,SQL Server Native Client 安装在所有 RD 连接代理服务器上,并且 RD 连接代理服务器的计算机帐户是数据库服务器上 RDS 管理服务器组的成员。
    + CategoryInfo : NotSpecified: (:) [Write-Error], RDManagementException
    + FullyQualifiedErrorId : SetRdmsHighAvailability,Microsoft.PowerShell.Commands.WriteErrorCommand
    + PSComputerName:本地主机

诊断

你真的很确定一切都很好。您可以使用 PowerShell SQL 工具和正确的驱动程序以SYSTEM用户身份启动 PowerShell,并根据自己的喜好创建数据库。psexec -is powershell

没有什么是错的。

不过,有一点很奇怪。您使用 GUI 向导或 PowerShell 命令检查您的防火墙,您绝对没有看到任何 SQL 服务器连接尝试。

怎么了?

sql-server remote-desktop powershell remote-desktop-services rds
  • 2 个回答
  • 6172 Views
Martin Hope
Michał Sacharewicz
Asked: 2019-09-28 11:03:04 +0800 CST

在 Exchange 上搜索未使用 EventID 1012:“端点地址 'net.pipe://localhost/3867' 的服务不可用”

  • 1

概述

我们有 DAG,其中两个节点的 Exchange 2016 CU12 在最新的 Windows Server 2016 上运行。

在安装在其中一个节点上的任何数据库中的任何邮箱上搜索都失败。其他节点正常工作。

事件在受影响的主机上1012重复报告,具有以下内容(此特定内容由健康监视器重复生成):MSExchangeISSearchQueryStxProbe

Exchange Server 信息存储在执行全文索引查询时遇到错误(“and(subject:string("SearchQueryStxProbe*", mode="and"), folderid:string("3753F38349D8A943AE346EACDBD8B91300000000010C0000"))")。错误信息:System.ServiceModel.EndpointNotFoundException:由于终结点地址“net.pipe://localhost/3867”处的服务对该地址的协议不可用,因此无法分派消息。

问题似乎与内容索引完全无关,事件本身和进一步的诊断表明搜索服务的某些部分在此特定主机上无法正常运行存在一些问题。

清单

  • 有48个数据库。只要这些都安装在受影响的主机上,它们都会同样出现症状。
  • ContentIndexState两台主机在所有数据库上都报告为健康。
  • 在受影响的主机上搜索探测SearchQueryFailureMonitor并返回不健康状态。SearchQueryStxMonitor
  • Test-ExchangeSearch在任何一个主机上都没有返回任何内容。没有结果对象,没有错误,只有一段时间的进度条。从未使用过此工具,因此不知道会发生什么。
  • 搜索健康集上的 Microsoft 知识库是个笑话(用温和的话来说)。
  • 问题不受服务级或服务器级重新启动的影响。
  • 当数据库移动到第二个 DAG 节点时,搜索适用于所有数据库。

谷歌确实返回了大量关于导致事件 1012 的各种问题的帖子。不幸的是,1012 显然涵盖了广泛的问题。没有一个问题与我的事件详细信息匹配或呈现类似的副作用,同时提供任何解决方案或线索来寻找什么。

对比分析

由于缺乏任何合理的文档,进一步的步骤仅限于对两台主机进行比较分析——健康主机和故障主机。

根据事件数据,我检查了 TCP 3867 绑定。在故障主机上,端口未绑定。在健康主机上,端口由服务运行noderunner.exe进程的一个实例绑定,其中一个具有以下参数:

"C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\Runtime\1.0\NodeRunner.exe" 
--noderoot "C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data\Nodes\Fsis\IndexNode1" 
--addfrom "C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data\Nodes\Fsis\IndexNode1\Configuration\Local\Node.ini" 
--tracelog "C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data\Nodes\Fsis\IndexNode1\Logs\NodeRunner.log"

我比较了两台主机上的引用文件和路径:

  • NodeRunner.log两个节点上都没有生成文件。
  • 文件结构相同,平均文件大小相似。
  • 任何纯文本文件都显示相同的内容,除了主机名引用。
  • 文件权限相同。

因此,没有明显的区别。此外,复制数据库上的搜索目录之间没有显着差异。

问题

有人有类似的问题吗?有人解决了吗?任何人都有提示,在哪里看?任何日志文件或诊断工具?

exchange
  • 2 个回答
  • 3181 Views
Martin Hope
Michał Sacharewicz
Asked: 2019-01-17 07:59:45 +0800 CST

尽管 SCL 标头值,但 Exchange 未将邮件放入垃圾邮件

  • 1

问题

我正在通过基于 Exchange 的规则设置 SCL 值。当所需条件匹配并且正确设置 SCL 值时,规则会正确应用,如邮件标头所示。此外,SCL 值集 (6) 与垃圾 SCL 阈值(默认值,5)匹配。

但是,Exchange 服务器不会将邮件放入垃圾文件夹。

我正在寻找可能出现问题的提示,可能会破坏正确工作流程的提示,等等。或有关要执行的其他诊断步骤的任何提示。

设想

我目前正在以下场景(示例值)中进行到 Exchange 2016 的迁移:

在此处输入图像描述

  1. DNS MX 记录将发件人定向到旧服务器,
  2. 旧服务器通过 SpamAssassin 执行垃圾邮件分析,并在邮件中添加相应的标头,包括X-Spam-Score,
  3. 发送给旧服务器不知道的收件人的邮件(即迁移的邮箱)被转发到 Exchange,
  4. Exchange 对X-Spam-Score标头值、匹配模式[+]{4}(四个或更多+字符,相当于4.0+分数)应用规则,将 SCL 级别设置为6.

规则的确切配置(基于Get-TransportRule显示):

HeaderMatchesMessageHeader                    : X-Spam-Score
HeaderMatchesPatterns                         : {[+]{4}}
SetSCL                                        : 6

我知道这到目前为止有效,因为收到的与X-Spam-Score模式匹配的消息确实会获得X-MS-Exchange-Organization-SCL: 6标题。

然而,邮件最终在收件箱中,而不是被转发到垃圾文件夹:(

已传递消息中的示例结果标头集:

X-Spam-Score: 8.0 (++++++++)
X-MS-Exchange-Organization-SCL: 6
X-MS-Exchange-Organization-AuthSource: mbx-a.example.com
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Transport-EndToEndLatency: 00:00:01.0250276
X-MS-Exchange-Processed-By-BccFoldering: 15.01.1531.003

附加信息

上述配置基本上是标准 Exchange Online Protection 配置的类似物,其中 EOP 服务器可以被视为具有 SpamAssassin 的旧服务器的等价物。在这方面,EOP 文档建议了一个非常相似的配置,不同之处仅在于用于确定消息状态的源标头。进一步的部署计划假定在旧服务器之前部署 EOP,然后删除具有垃圾邮件保护角色的旧服务器。

到目前为止,有关垃圾/删除/拒绝 SCL 阈值的服务器配置几乎是默认的,详细信息:

获取组织配置:

SCLJunkThreshold                                          : 4

获取内容过滤器配置:

SCLRejectThreshold                    : 7
SCLRejectEnabled                      : True
SCLDeleteThreshold                    : 9
SCLDeleteEnabled                      : False
SCLQuarantineThreshold                : 9
SCLQuarantineEnabled                  : False

Exchange 设置不包括边缘传输服务器,并且未在邮箱服务器上安装/启用反垃圾邮件代理,但 Microsoft 文档未提及任何此类要求,例如:

  • https://docs.microsoft.com/.../ensure-that-spam-is-routed-to-each-user-s-junk-email-folder
  • https://docs.microsoft.com/en-us/exchange/edge-transport-servers

更新 1

我已经在所有节点上安装了反垃圾邮件代理并执行了以下测试:

  1. 发送伪造邮件触发 SenderID 失败;
  2. 发送伪造的邮件以触发高 SCL 结果,而不会触发预先拒绝。

这两个测试确实导致 SCL6 消息被传递,但同样是传递到收件箱而不是垃圾文件夹。

这证明该问题与运输规则无关。无论哪种机制提高/设置 SCL 级别,消息都会在收件箱中结束。

exchange
  • 2 个回答
  • 3644 Views
Martin Hope
Michał Sacharewicz
Asked: 2018-08-09 04:15:03 +0800 CST

Exim:将未知收件人中继到另一台服务器

  • 0

问题

我可以强制 Exim 将未知收件人的邮件转发给另一台主机吗?

设想

我想以一种允许我在服务器之间移动单个帐户并保持所有帐户正常运行的方式进行 Exim 到 Exchange 的迁移。

我的想法是:

  1. 将 Exchange 配置为内部中继,即。将无法识别的收件人转发给 Exim,
  2. 在 Exim 上执行类似的配置并在任一端强制执行任何形式的循环保护(对于两个服务器上未知的消息),
  3. 将 Exim 保留为 MX 记录目标,直到暂存结束,
  4. 逐步在 Exchange 上创建新帐户并同时在 Exim 上禁用它们

如果这个想法出于任何原因听起来很糟糕,我也欢迎任何批评。

email
  • 2 个回答
  • 370 Views
Martin Hope
Michał Sacharewicz
Asked: 2017-12-16 13:29:09 +0800 CST

SCOM 不检测 Apache 或 MySQL 实例

  • 0

问题

安装 SCOM Linux Agent 后,SCOM 正常监控 Linux 服务器,但未检测到 Apache 或 MySQL 实例,即。在以下视图中,SCOM 中均未出现条目:

  • Apache HTTP Server/Apache HTTP Servers
  • MySQL/MySQL Servers

根据所有指南、文档和分步说明,上述条目应填写那些检测到 Apache 和 MySQL 实例的 Linux 服务器。这些条目应该在任何进一步的配置步骤之前可用,并且应该为配置大多数默认方案提供简单的配置任务。

Linux 实例本身被正确监控。

我在下面列出了所有相关信息和日志以及执行的步骤列表。

任何想法,我错过了什么?

环境

  • SCOM 2016 UR4 与适当的 UNIX/Linux 监控系列的最新管理包(来自媒体的初始 MP 升级最新 UR)和 OSS(Apache、MySQL 和通用 OSS MP)
  • CentOS Linux 版本 7.4.1708 (Core),默认安装 Apache 和 MariaDB(配置文件没有变化)
  • 使用以下软件包版本安装的默认 SCOM Linux 代理:
    • scx-1.6.2-339.x86_64
    • mysql-cimprov-1.0.1-5.x86_64
    • apache-cimprov-1.0.1-9.x86_64
    • omi-1.2.0-35.x86_64(这个是从 SCX 捆绑的 1.0.8 版本手动升级的,与捆绑不兼容ApacheHttpdProvider,已提交错误)

安装历史

  • 配置的用户:scom-maint和scom-monit,以及 SCOM 端的适当 RunAs 帐户和配置文件
  • 已配置/etc/sudoers.d/scom
  • 通过 SCOM 成功安装 SCXapache-cimprov以及mysql-cimprov
  • Apache 和 MySQL 监控处于 vanilla 状态,未配置(例如,未加载 Apache 模块,未配置 MySQL 凭据),因为所有配置任务都应Apache/MySQL Servers通过视图中可用的适当 SCOM 任务提供。

日志和文件

  • /var/opt/omi/log/omiagent.root.root.log
    空,不包括与版本兼容性有关的错误ApacheHttpdProvider,升级到1.2.0omi后不再出现omi
  • /var/opt/omi/log/omiserver.log
    空,不包括与此错误Failed to execute PREEXEC program相关的错误,并且在注释掉默认值后不再出现!includedir/etc/my.cnf
  • /var/opt/microsoft/mysql-cimprov/log/mysqllog.log
    记录一些与未配置的 MySQL 监控相关的错误
  • /var/opt/microsoft/mysql-cimprov/log/scom-monit/mysqllog.log
    与上一个文件非常相似
  • /var/opt/microsoft/apache-cimprov目录不包含日志或文件,只有一个空run目录
  • /var/opt/scx/scx.log使用详细选项生成的不包含apache/mysql关键字(检查grep -i)
  • /var/opt/scx/scom-monit/scx.log不包含错误(仅SCX Provider Module loaded)

更新 1

在每个发现周期(每 4 小时)中发现并调查以下条目重复/var/log/secure:

sudo: pam_unix(sudo:auth): conversation failed
sudo: pam_unix(sudo:auth): auth could not identify password for [scom-monit]
sudo: scom-monit : command not allowed ; TTY=unknown ; PWD=/var/opt/microsoft/scx/tmp ; USER=root ; COMMAND=/etc/opt/microsoft/scx/conf/tmpdir/scxuFPgv1

文件的最后 6 个字符COMMAND是随机的。

linux
  • 1 个回答
  • 1011 Views
Martin Hope
Michał Sacharewicz
Asked: 2014-02-25 12:13:29 +0800 CST

为什么 10GbE 卡无法与 Windows 2012R2 协商 10Gbit?

  • 4

问题

我有四个相同的刀片服务器。

我在一个刀片上安装了 Windows Server 2012 R2,在所有其他刀片上安装了 Xen。

在 Windows 托管的服务器(仅)上,10GbE NIC无法协商 10Gbit。他们只停留在 1Gbit。

Xen 主机上的 10GbE 工作正常。

环境

我有 DELL PowerEdge M1000e 机箱:

  • 2 个 M8024-k 10GbE 交换机(A1、A2)
  • 4 个 M620相同刀片,带有以下 NIC:
    • 插槽 A:Broadcom NetXtreme 10GbE 2P 57810s(此问题涉及的 10GbE 卡)
    • 插槽 B:Broadcom NetXtreme GbE 4P 5719S(我希望与问题无关)

所有可用的固件都是相同的并且是最新的。

附加信息和诊断

  • 该机器以前曾在某些 *nix 系统(可能还有 Xen)下使用,并且以前的系统管理员没有留下任何此类问题的通知(否则会出现此类问题)。因此,我认为它工作正常。
  • 这发生在两个端口上。两个端口都在单卡上。
  • 当我尝试手动将速度设置为 10Gbit 时,我得到 Windowsy “未连接网络电缆”状态。
  • Windows 拥有所有最新的驱动程序。
  • 如上所述,该问题不会出现在 Xen 托管的服务器上。它只是 Windows。
  • 两台交换机(A1 和 A2)的配置已经过审查,端口设置为自动协商,我发现 Windows 和 Xen 分配的端口之间的端口配置没有其他差异。
  • 这是唯一启用了 NIC 分区 (NPAR+SR-IOV) 的机器,但我已禁用它并且它没有做任何更改。

问题

因为我仍然认为这可能是一些奇怪的 Windows 问题,所以我发布了这个问题以排除任何可能的问题软件源,尤其是那些可能是 Windows 特定的软件源。

你有什么提示在哪里看,什么可能是错的?

windows-server-2012
  • 1 个回答
  • 2105 Views
Martin Hope
Michał Sacharewicz
Asked: 2013-04-05 15:38:00 +0800 CST

Active Directory:以 WinXP SYSTEM 用户身份访问网络共享

  • 2

问题:

我无法通过作为帐户Domain Computers在 Windows XP 上运行的进程访问可访问的网络共享。SYSTEM

我有一个 2008R2 域、一个 2003R2 文件服务器和一组客户端。

在文件服务器上,我已将共享设置为可供Domain Computers组访问。该共享应该包含一个只读文件存储库 ( Wpkg ),用户运行的系统服务 ( Wpkg-GP )可以从域工作站访问该文件SYSTEM。

现在的问题是,虽然它在 Windows 7 上运行良好,但在 Windows XP 上却完全失败。看来,出于某种原因SYSTEM,Windows XP 上的帐户无法作为计算机进行身份验证。查看更多详情。

问题:

我做错了什么?

这可能是 Windows XP 系统的自然行为吗?如果是这样,它可以更改或修复吗?或者有没有其他方法可以实现这样一种场景,即网络共享SYSTEM对计算机上的用户可见,而用户无法访问?

细节:

  • 该Domain Computers组已获得对文件和共享的权限
  • 我检查了更高的权限,一路从Read到Full Controll
  • 我已经使用安装在 VBox 上的全新开箱即用操作系统测试了该问题

既然是应用报的问题,我先开始验证实际SYSTEM用户权限。在两个 Windows 版本(7 和 XP)上,我都打开了一个提升的cmd会话模拟SYSTEM帐户(使用PsExec -s -i cmd.exe)并尝试手动安装网络共享:

net use x: \\myfs.mydomain.com\Wpkg

在 Windows 7 上,该驱动器已毫无异议地安装。但在 Windows XP 上,该命令会返回有关错误密码的信息并提示输入新密码:

[Windows XP]
Password for \\myfs.mydomain.com\Wpkg is incorrect.

Please enter password for "myfs.mydomain.com": _

(请注意,这只是翻译,官方英语语言环境可能听起来不同)

windows-server-2003
  • 2 个回答
  • 713 Views
Martin Hope
Michał Sacharewicz
Asked: 2013-04-05 12:34:14 +0800 CST

Active Directory:Thunderbird LDAP 自动完成无法与 Kerberos 身份验证一起使用

  • 2

问题:

我正在尝试配置LDAP 邮件自动完成- 2008R2 域环境中Mozilla Thunderbird 17.0.5 @ Windows 7 x64的内置功能。该操作系统是 VBox 上全新的开箱即用安装。看来我无法让它与 Kerberos 身份验证(本机 SSPI)一起使用。

我已经正确配置了 LDAP 参数 - 我已经设法在 Thunderbird 中使用“简单”身份验证模式来验证这一点(在该应用程序中,应用程序要求用户手动输入域凭据)。在那种模式下,TB 自动完成工作。

然而,每当我切换到 Kerberos 身份验证时,我都没有得到自动完成结果。VBox 在我在地址字段中键入每个字母后显示一些网络活动,但没有返回任何结果。

这对标准用户帐户和域管理员帐户都是一样的。

问题:

据我所知,这可能是 Thunderbird 的某些问题或域/kerberos 问题。

根据 google 的结果,Thunderbird 的这个功能并不是很受欢迎,但我读过的大部分内容似乎都证明这应该适用于任何默认配置的域环境。由于域控制器是由前雇员设置的,因此域的某些功能可能被重新配置或禁用。我从未接触过内置的 Kerberos。

谁能告诉我,我应该寻找什么?

调试:

我试图调试 Thunderbird 客户端并得到了我在底部发布的日志。日志没有显示错误,虽然我对 Kerberos 的内部工作几乎一无所知,但据我所知,客户端正在尝试验证 ( InitializeSecurityContext: succeeded) 但似乎从未收到任何答复。然而 TB 也没有返回任何错误。

此外,无论我配置的是正确的Bind DN名称([email protected]是正确的名称)还是一些完全随机的字母,日志似乎都几乎相同。

如果我在 之后启动 Thunderbird klist purge,系统似乎会正确获取新票证 (krbtgt\domain.mydomain.com和LDAP\dc02.domain.mydomain.com)。

雷鸟日志:

0[e0f140]:   nsAuthSSPI::Init
0[e0f140]:   InitSSPI
0[e0f140]: Using SPN of [ldap/mydomain.com]
0[e0f140]: AcquireCredentialsHandle() succeeded.
0[e0f140]: entering nsAuthSSPI::GetNextToken()
0[e0f140]: InitializeSecurityContext: continue.
0[e0f140]: pending operation added; total pending operations now = 1
1428[e13ac0]: nsLDAPConnection::RemovePendingOperation(): operation removed
1428[e13ac0]: nsLDAPConnection::RemovePendingOperation(): operation removed; total pending operations now = 0
1428[e13ac0]: entering nsAuthSSPI::GetNextToken()
1428[e13ac0]: InitializeSecurityContext: succeeded.
1428[e13ac0]: pending operation added; total pending operations now = 1
1428[e13ac0]: nsLDAPConnection::RemovePendingOperation(): operation removed
1428[e13ac0]: nsLDAPConnection::RemovePendingOperation(): operation removed; total pending operations now = 0
1428[e13ac0]: pending operation added; total pending operations now = 1
0[e0f140]:   nsAuthSSPI::Init
0[e0f140]: Using SPN of [ldap/mydomain.com]
0[e0f140]: AcquireCredentialsHandle() succeeded.
0[e0f140]: entering nsAuthSSPI::GetNextToken()
0[e0f140]: InitializeSecurityContext: continue.
0[e0f140]: pending operation added; total pending operations now = 2
1428[e13ac0]: pending operation removed; total pending operations now = 1
1428[e13ac0]: nsLDAPConnection::RemovePendingOperation(): operation removed
1428[e13ac0]: nsLDAPConnection::RemovePendingOperation(): operation removed; total pending operations now = 0
1428[e13ac0]: entering nsAuthSSPI::GetNextToken()
1428[e13ac0]: InitializeSecurityContext: succeeded.
1428[e13ac0]: pending operation added; total pending operations now = 1
1428[e13ac0]: nsLDAPConnection::RemovePendingOperation(): operation removed
1428[e13ac0]: nsLDAPConnection::RemovePendingOperation(): operation removed; total pending operations now = 0
1428[e13ac0]: pending operation added; total pending operations now = 1
1428[e13ac0]: pending operation removed; total pending operations now = 0
0[e0f140]: nsLDAPOperation::SearchExt(): called with aBaseDn = 'OU=MyContainer,DC=mydomain,DC=com'; aFilter = '(&(objectClass=person)(|(mail=balsams*)(userPrincipalName=balsams*)(sn=balsams*)(cn=balsams*)))'; aAttributes = a,sn,mail; aSizeLimit = 100
0[e0f140]: pending operation added; total pending operations now = 1
1428[e13ac0]: pending operation removed; total pending operations now = 0
0[e0f140]: nsLDAPOperation::SearchExt(): called with aBaseDn = 'OU=MyContainer,DC=mydomain,DC=com'; aFilter = '(&(objectClass=person)(|(mail=balsam*)(userPrincipalName=balsam*)(sn=balsam*)(cn=balsam*)))'; aAttributes = a,sn,mail; aSizeLimit = 100
0[e0f140]: pending operation added; total pending operations now = 1
1428[e13ac0]: pending operation removed; total pending operations now = 0
0[e0f140]: nsLDAPOperation::SearchExt(): called with aBaseDn = 'OU=MyContainer,DC=mydomain,DC=com'; aFilter = '(&(objectClass=person)(|(mail=balsa*)(userPrincipalName=balsa*)(sn=balsa*)(cn=balsa*)))'; aAttributes = a,sn,mail; aSizeLimit = 100
0[e0f140]: pending operation added; total pending operations now = 1
1428[e13ac0]: pending operation removed; total pending operations now = 0
0[e0f140]: nsLDAPOperation::SearchExt(): called with aBaseDn = 'OU=MyContainer,DC=mydomain,DC=com'; aFilter = '(&(objectClass=person)(|(mail=bals*)(userPrincipalName=bals*)(sn=bals*)(cn=bals*)))'; aAttributes = a,sn,mail; aSizeLimit = 100
0[e0f140]: pending operation added; total pending operations now = 1
1428[e13ac0]: pending operation removed; total pending operations now = 0
0[e0f140]: nsLDAPOperation::SearchExt(): called with aBaseDn = 'OU=MyContainer,DC=mydomain,DC=com'; aFilter = '(&(objectClass=person)(|(mail=bal*)(userPrincipalName=bal*)(sn=bal*)(cn=bal*)))'; aAttributes = a,sn,mail; aSizeLimit = 100
0[e0f140]: pending operation added; total pending operations now = 1
1428[e13ac0]: pending operation removed; total pending operations now = 0
0[e0f140]: nsLDAPOperation::SearchExt(): called with aBaseDn = 'OU=MyContainer,DC=mydomain,DC=com'; aFilter = '(&(objectClass=person)(|(mail=bals*)(userPrincipalName=bals*)(sn=bals*)(cn=bals*)))'; aAttributes = a,sn,mail; aSizeLimit = 100
0[e0f140]: pending operation added; total pending operations now = 1
1428[e13ac0]: pending operation removed; total pending operations now = 0
0[e0f140]: nsLDAPOperation::SearchExt(): called with aBaseDn = 'OU=MyContainer,DC=mydomain,DC=com'; aFilter = '(&(objectClass=person)(|(mail=balsa*)(userPrincipalName=balsa*)(sn=balsa*)(cn=balsa*)))'; aAttributes = a,sn,mail; aSizeLimit = 100
0[e0f140]: pending operation added; total pending operations now = 1
1428[e13ac0]: pending operation removed; total pending operations now = 0
0[e0f140]: nsLDAPOperation::SearchExt(): called with aBaseDn = 'OU=MyContainer,DC=mydomain,DC=com'; aFilter = '(&(objectClass=person)(|(mail=balsam*)(userPrincipalName=balsam*)(sn=balsam*)(cn=balsam*)))'; aAttributes = a,sn,mail; aSizeLimit = 100
0[e0f140]: pending operation added; total pending operations now = 1
1428[e13ac0]: pending operation removed; total pending operations now = 0
0[e0f140]: unbinding
0[e0f140]: unbound
0[e0f140]: unbinding
0[e0f140]: unbound
active-directory
  • 1 个回答
  • 3941 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve