腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
在
ldapjs
中
搜索
javascript
、
node.js
、
ldap
、
openldap
、
ldapjs
我正在尝试
在
我的node.js代码中使用Ldap.js的
搜索
方法。这是我的客户端代码。它成功添加了一个用户,但
搜索
新添加的用户没有任何结果。( ldap服务器
在
https://github.com/osixia/docker-openldap的docker容器
中
运行) var ldap = require("
ldapjs
"); var assertldapsearch -x -H ldap://localho
浏览 28
提问于2020-12-14
得票数 0
回答已采纳
1
回答
使用
ldapjs
搜索
操作属性
node.js
、
openldap
、
user-accounts
、
ldapjs
问题:我知道,
在
使用ldapsearch时,我可以使用'+‘参数获取操作属性。我熟悉
ldapjs
的客户端
搜索
功能,但不知道如何使用该函数
搜索
操作属性。 是否可以使用
ldapjs
搜索
操作属性?如果这不是
搜索
它们的一种方法,那么对其他javascript ldap库有什么建议吗?
浏览 2
提问于2017-05-30
得票数 1
1
回答
使用
ldapjs
搜索
(Docker)服务器时不匹配
node.js
、
docker
、
ldap
、
ldapjs
我有一个Ldap服务器运行在Docker +
ldapjs
上。此服务器正在添加一组记录,我正试图与客户端一起
搜索
这些记录。,所以
在
初始化客户端之后,我
在
构造函数
中
绑定: client = ldap.createClient({ } log.info('Client Initialized.'
浏览 12
提问于2022-10-19
得票数 0
回答已采纳
1
回答
从Ldapsearch到
ldapjs
转换
javascript
、
node.js
、
shell
、
ldap
我一直
在
尝试转换以下查询到脚本:var server = 'ldap://ldap.berkeley.edu'; var searchBase = 'ou=people'searchEntry
浏览 3
提问于2013-12-23
得票数 5
回答已采纳
1
回答
是否可以
在
ldap get all members查询
中
添加分页?
node.js
、
active-directory
、
ldapjs
我正在使用查询从AD组
中
获取所有成员 (memberof:1.2.840.113556.1.4.1941:=CN=GroupOne,OU=SecurityGroups,OU=Groups,DC=YOURDOMAIN,DC=NET)我正在使用带有node.js的
ldapjs
作为client.Please,给出
浏览 3
提问于2018-11-14
得票数 0
1
回答
添加用户时出现
ldapjs
错误
node.js
、
ldap
在
ldapjs
=> 上进行测试。我
在
ldap
中
添加了一个新的enry,给出了命令:user.ldif文件如下所示(参见链接)objectClass: unixUsershell: /bin/ba
浏览 1
提问于2012-11-07
得票数 0
回答已采纳
1
回答
使用Javascript将objectGuid转换为UUID字符串
active-directory
、
ping
、
uuid
、
ldapjs
我一直
在
寻找一种将ObjectGuid从Active Directory中转换出来的方法,它是一种特殊类型,它被转换为字符串,这看起来很奇怪,它使用诸如
ldapjs
之类的库,或者使用ping联邦成员作为声明添加它这方面的一个例子如下:let _client =
ldapjs
.createClient({ "url": thisres.on("searchEntry&quo
浏览 1
提问于2019-07-13
得票数 0
2
回答
如何使用客户端Javascript向Ldap发出请求?
javascript
、
ldap
、
requirejs
、
client-side
、
ldapjs
我
在
web上
搜索
了,它做了我想要的,但是服务器端。这一点: console.log('LDAP server listening at %s', server.url);因此,我尝试使用导入一个库
浏览 27
提问于2017-03-07
得票数 0
回答已采纳
2
回答
找不到模块“
ldapjs
”
javascript
、
node.js
、
ldap
我试图使用NodeJS构建一个LDAP客户机,代码如下:var client = ldap.createClient({});module.js:340 ^ at Function.Module.r
浏览 8
提问于2014-10-09
得票数 0
回答已采纳
1
回答
LDAP-
在
TypeScript上使用
ldapjs
的服务器
javascript
、
node.js
、
typescript
、
typescript-typings
、
ldapjs
所以我
在
@types/nodejs中找到了类型,但是没有服务器方法:let server = ldap.createServer()export interface Client extends EventEmitter { // ...
浏览 4
提问于2018-11-04
得票数 0
1
回答
如何在node_modules目录外本地安装节点模块?
node.js
、
npm
、
verdaccio
/@types/
ldapjs
/verdaccio/pluginstypes/
ldapjs
/index.d.ts /verdaccio/plugins/verdaccio-ldap/node_modules/@types
浏览 54
提问于2019-03-22
得票数 0
1
回答
ldapjs
(使用节点快递) client.search是慢的。
node.js
、
performance
、
express
、
ldap
、
passport.js
我使用node.js高速公路
ldapjs
来实现身份验证。 为了
在
节点表达式环境
中
实现上述功能,我使用了带有passportjs的
ldapjs
(编写了适合我们需求的自定义策略我的观察是,通过ldapClient发出的每个
搜索
请求大约需要70 My,这对于完成我需要的所有
搜索
请求非常慢(在身份验证期间需要执行多达60-80个
浏览 2
提问于2014-06-23
得票数 1
回答已采纳
1
回答
Ldapjs
等待
搜索
完成
javascript
、
node.js
、
server
、
ldap
、
ldapjs
我有一个问题,返回是
在
methodStatus设置为true之前进行的(因此,即使
在
控制台日志中看到‘成功’,返回也总是false ) function anmelden(username, userPassword
浏览 6
提问于2017-02-22
得票数 0
1
回答
子包不包括
在
我的npm模块
中
node.js
、
typescript
、
npm
、
typescript2.0
、
ldapjs
这个包依赖于'
ldapjs
‘和’@type/
ldapjs
‘,但是由于某种原因,当我将’ldap池‘安装到另一个项目中时,’@type/
ldapjs
‘包没有被安装。以上就是问题所在."https://github.com/ORESoftware/ldap-pool#readme", "chalk": "^1.1.3", "
浏览 0
提问于2018-03-23
得票数 0
回答已采纳
1
回答
LdapJS
服务器exop处理失败
ldap
、
ldapjs
const server =
ldapjs
.createServer( ... );30 14 80 08 75 69 64问题是:
在
处理程序方法
中
,requestValue是一个带有无效分隔符的字符串。
浏览 2
提问于2019-09-26
得票数 1
回答已采纳
1
回答
为
ldapjs
服务器端排序创建客户端控件对象
openldap
、
ldapjs
有没有人成功地
在
ldapjs
中使用了服务器端排序控件?文档没有提供任何创建/使用此类控件对象的具体示例。at SearchRequest.LDAPMessage.toBer (/srv/node_modules/
ldapjs
/lib/messages/message.js:98_sendSocket (/srv&
浏览 5
提问于2020-09-01
得票数 0
1
回答
我
在
CloudCode
中
不需要任何第三个库,我有'npm install --save‘
在
解析服务器
中
的依赖
parse-platform
、
parse-server
例如:我想在cloudCode中使用lib '
ldapjs
‘。第一:我
在
'npm install --save
ldapjs
'
中
运行cmd服务器 第二:我检查了package.json "
ldapjs
": "^1.0.2" 3:我需要在我的云代码中使用它。const ldap = require('
ldapjs
'); const ladp = require('ladpjs')
浏览 9
提问于2019-09-17
得票数 0
2
回答
Ldapjs
搜索
似乎未结束
javascript
、
node.js
、
ldap
、
ldapjs
总的来说,我是
ldapjs
和ldap的新手。; console.log('status: ' + result.status);}); 我的
搜索
是正确的
浏览 3
提问于2018-06-14
得票数 0
1
回答
ldap_add:违反约束(19) -附加信息: cn必需
ldap
、
ldapjs
我试图使用以下命令
在
LDAP
中
添加一个新用户:user.ldif文件将数据包含为objectClass: unixUsershellConstraint violation (19)
浏览 0
提问于2016-08-10
得票数 0
2
回答
Ldapjs
搜索
不起作用
javascript
、
ldap
、
ldapjs
我正在尝试使用方法' search‘
在
ldapjs
中
搜索
,但它对我不起作用。res: [Function: res], src: false, { name: '
ldapjs
consuming: true }, notAttributes: [],下面是代码: const ldap = requ
浏览 1
提问于2017-03-21
得票数 0
点击加载更多
相关
资讯
微软骚操作:在谷歌搜索结果中投放必应搜索广告
Transformer 在美团搜索排序中的实践
在简单搜索中打开悬浮窗方法介绍
XGBoost在携程搜索排序中的应用
微软迫使谷歌改进其在Chrome中的搜索
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
语音识别
活动推荐
运营活动
广告
关闭
领券