生成包含真实信息的 2,000 个用户的列表
上下文
我安装了一个 LDAP 目录来对我们的产品实施 SSO 并评估性能。
我使用 PHP 创建了 2,000 个通用用户,例如 mister1
、mister2
、...
、mister2000
。
现在,下一步是使用现实信息,如 Bob Mclow
、Steve Blop
和 1998 年的其他人。
显然它不应该有任何重复。
问题
您知道创建大量虚假用户的方法吗?
Context
I installed a LDAP directory to implement SSO with our products and assess the performance.
I used PHP to create 2,000 generic users like mister1
, mister2
, ...
, mister2000
.
Now the next step is with realistic information like Bob Mclow
, Steve Blop
and 1998 others.
Obviously it should not be any duplication.
Question
Do you know a method to create a large amount of fake users?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用如下服务:
http://www. generatedata.com/#generator
您可以在此处定义字段,并导出您的数据作为文件。
在 PHP 中导入它以填充您的 ldap 目录。
PS - 也可以在您自己的服务器上下载并运行它。
http://www.generateata.com/#download
use a service like :
http://www.generatedata.com/#generator
you can define the fields here , and export your data as a file.
Import that in PHP to populate your ldap directory.
P.S. - It is also available to download and run it on your own server.
http://www.generatedata.com/#download
SLAMD 提供了一个名为 makeldif 的基于模板的 LDIF 生成器,它可能很有用。
SLAMD provides a template-based LDIF generator called makeldif that can be useful.