上一页 1 ··· 12 13 14 15 16
摘要: jenkins版本:2.5.3,ldap插件:1.15 jenkins ldap支持需要安装ldap plugin,强烈建议插件安装版本为1.15及以上(支持ldap 配置测试) 安装插件: 系统管理-->管理插件-->可选插件,搜索LDAP,如果没有1.15版本的可安装,可以去 https://m 阅读全文
posted @ 2018-07-30 19:05 imcati 阅读(689) 评论(0) 推荐(0) 编辑
摘要: url自动发现脚本: [root@jenkins scripts]# cat urlDiscovery.py url响应时间监控脚本: [root@jenkins scripts]# cat urlResponse.py url监控列表: [root@jenkins scripts]# cat /e 阅读全文
posted @ 2018-07-27 18:50 imcati 阅读(456) 评论(0) 推荐(0) 编辑
摘要: confluence ldap配置跟jira ldap集成一样,请参考:https://www.cnblogs.com/imcati/p/9378668.html 阅读全文
posted @ 2018-07-27 17:25 imcati 阅读(266) 评论(0) 推荐(0) 编辑
摘要: jira默认支持ldap,通过管理员登录jira 点击 User Management --> User Directories --> Add Directory。 进行ldap配置: Server Settings: Name: 任意名称 Directory Type: 选择openldap H 阅读全文
posted @ 2018-07-27 17:10 imcati 阅读(1801) 评论(0) 推荐(0) 编辑
摘要: nexus版本:2.14.4 添加nexus支持ldap认证: 管理员登录,点击 Administration --> Server -->Security Settings,将 OSS LDAP Authentication Realm 移至左侧 点击Security,进行ldap配置: ou=n 阅读全文
posted @ 2018-07-27 16:07 imcati 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2018-07-26 15:34 imcati 阅读(1049) 评论(1) 推荐(0) 编辑
摘要: rabbitmq版本: 3.7.4 rabbitmq支持ldap需要开启插件: rabbitmq-plugins enable rabbitmq_auth_backend_ldap rabbitmq主要通过两个配置文件对ldap服务进行控制访问: rabbitmq.conf,advanced.con 阅读全文
posted @ 2018-07-24 18:29 imcati 阅读(826) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16