卢松松网站源码,wordpress链接加载,wordpress资讯主题,遵义信息网2019独角兽企业重金招聘Python工程师标准 1.下载安装OpenLDAP版本 C:\Users\Administratorslapd -V OpenLDAP 2.4.42 Standalone LDAP Server (slapd) 2.安装过程中#xff0c;全部用默认的操作执行即可。 3.修改OpenLDAP文件如下#xff1a; # MDB Backen… 2019独角兽企业重金招聘Python工程师标准 1.下载安装OpenLDAP版本 C:\Users\Administratorslapd -V OpenLDAP 2.4.42 Standalone LDAP Server (slapd) 2.安装过程中全部用默认的操作执行即可。 3.修改OpenLDAP文件如下 # MDB Backend configuration file # See slapd.conf(5) for details on configuration options. # This file should NOT be world readable. ucdata-path ./ucdatainclude ./schema/core.schema include ./schema/cosine.schema include ./schema/nis.schema include ./schema/inetorgperson.schema include ./schema/openldap.schema include ./schema/dyngroup.schema pidfile ./run/slapd.pid argsfile ./run/slapd.args # Enable TLS if port is defined for ldaps TLSVerifyClient never TLSCipherSuite HIGH:MEDIUM:-SSLv2 TLSCertificateFile ./secure/certs/server.pem TLSCertificateKeyFile ./secure/certs/server.pem TLSCACertificateFile ./secure/certs/server.pem ####################################################################### # mdb database definitions ####################################################################### database mdbsuffix dcmaxcrc,dccom rootdn cnManager,dcmaxcrc,dccom # Cleartext passwords, especially for the rootdn, should # be avoid. See slappasswd(8) and slapd.conf(5) for details. # Use of strong authentication encouraged.rootpw {SSHA}drJjDix6yL/v4cyZid5ADT/ejRcI0RS # The database directory MUST exist prior to running slapd AND # should only be accessible by the slapd and slap tools. # Mode 700 recommended. directory ./data searchstack 20 # Indices to maintain index mail pres,eq index objectclass pres index default eq,sub index sn eq,sub,subinitial index telephonenumber index cn 说明suffix:支持的域后缀dcmaxcrc,dccom表示支持maxcrc与com的域名rootdn 此OpenLDAP的根域。可根据自己的需求修改rootpw管理员密码默认值secret默认基于{SSHA}加密 可以根据 C:\Users\Administratorslappasswd New password: 123 Re-enter new password: 123 {SSHA}2e49d0L/XomzoVsOVuWQbC5qixCdKK/ 命令修改出现上面信息表示修改成功。 2通过客户端工具连接 连接工具ldapbrowser 安装打开后它会连上一个默认的internet public brower服务器。 我们需要建立连接自己主机的openLADP服务器目录 1.1 file》新建 1.2 选根自己的目录 1.3 填写完整的验证信息 下一步即可完成openLADP连接与查询。 也可以使用LdapAdmin.exe连接操作 连接操作类似上面。 转载于:https://my.oschina.net/u/2364025/blog/1808313