07 2018 档案
摘要:系统版本:centos6 Self Service Password版本:1.1 服务安装: 安装依赖:yum install php70-ldap.x86_64 -y (版本尽量大于5.3,否则会提示更新php程序) yum install httpd -y 安装Self Service Pass
阅读全文
摘要:jenkins版本:2.5.3,ldap插件:1.15 jenkins ldap支持需要安装ldap plugin,强烈建议插件安装版本为1.15及以上(支持ldap 配置测试) 安装插件: 系统管理-->管理插件-->可选插件,搜索LDAP,如果没有1.15版本的可安装,可以去 https://m
阅读全文
摘要:url自动发现脚本: [root@jenkins scripts]# cat urlDiscovery.py url响应时间监控脚本: [root@jenkins scripts]# cat urlResponse.py url监控列表: [root@jenkins scripts]# cat /e
阅读全文
摘要:confluence ldap配置跟jira ldap集成一样,请参考:https://www.cnblogs.com/imcati/p/9378668.html
阅读全文
摘要:jira默认支持ldap,通过管理员登录jira 点击 User Management --> User Directories --> Add Directory。 进行ldap配置: Server Settings: Name: 任意名称 Directory Type: 选择openldap H
阅读全文
摘要:nexus版本:2.14.4 添加nexus支持ldap认证: 管理员登录,点击 Administration --> Server -->Security Settings,将 OSS LDAP Authentication Realm 移至左侧 点击Security,进行ldap配置: ou=n
阅读全文
摘要:nginx版本:1.10.2 nginx安装: wget http://nginx.org/download/nginx-1.10.2.tar.gz tar zxvf nginx-1.10.2.tar.gz cd nginx-1.10.2 ./configure --prefix=/usr/loca
阅读全文
摘要:rabbitmq版本: 3.7.4 rabbitmq支持ldap需要开启插件: rabbitmq-plugins enable rabbitmq_auth_backend_ldap rabbitmq主要通过两个配置文件对ldap服务进行控制访问: rabbitmq.conf,advanced.con
阅读全文