01. 静态HTTP服务器 说明 Nginx是一个HTTP服务器,可以将服务器上的静态文件(如HTML、图片)通过HTTP协议展现给客户端。 配置 每个人配置文件路径可能会不同,但格式一样。 [root@localhost]# vim /etc/nginx/nginx.conf server { l ...
分类:
其他好文 时间:
2019-12-22 18:06:52
阅读次数:
72
如果企业大大小小系统较多,每个系统都给用户单独配置一账户。这样各个系统的账户信息都要单独记忆,比较繁琐,而且账户信息易忘。所以加入集成LDAP统一认证,域控管理。这里对Gitlab应用系统结合LDAP认证,前提是企业内部已搭建好AD域服务。Gitlab配置LDAPGitlab已安装好,安装的CE版本。Gitlab配置LDAP服务要在配置文件中修改,无法像Jenkins加入LDAP那样安装一LDAP
分类:
其他好文 时间:
2019-12-18 17:39:59
阅读次数:
83
在CentOS7.4上配置NTP客户端,配置自动启动NTP客户端。
分类:
其他好文 时间:
2019-12-17 00:45:44
阅读次数:
755
cat << EOF | ldapadd -x -W -H ldap://:389 -D "uid=zimbra,cn=admins,cn=zimbra" dn: uid=scott8,ou=people,dc=mail,dc=xxxxx2021,dc=com zimbraAccountStatus ...
分类:
其他好文 时间:
2019-12-16 09:22:21
阅读次数:
201
<system.serviceModel> <bindings><basicHttpBinding><binding name="SAPERP_WebServiceSoap" /></basicHttpBinding></bindings><client><endpoint address="htt ...
分类:
其他好文 时间:
2019-12-13 20:01:37
阅读次数:
507
登陆一个Git的托管服务器,这里我使用的是自己搭建的gitlab。然后创建一个账号,新建一个仓库。下载git客户端。配置12git config --global user.name "your name"git config --global user.email "your email"生成SS... ...
分类:
其他好文 时间:
2019-12-12 01:29:49
阅读次数:
90
LDAP 命令记录 工作中用到了 LDAP,做一个简单记录。 概念性的东西不做阐述,只是记录常用命令,以便将来回顾。 想多做了解可以参考这个系列文章: https://blog.csdn.net/liumiaocn/category_8355958.html 搭建 LDAP 服务器 首先,快速搭建一 ...
分类:
其他好文 时间:
2019-12-09 19:16:55
阅读次数:
115
vi /etc/profile http_proxy=http://172.20.188.193:3128/https_proxy=https://172.20.188.193:3128/export http_proxyexport https_proxy 然后刷新一下 sorce /etc/pr ...
分类:
其他好文 时间:
2019-12-01 11:58:43
阅读次数:
72
推荐yum源安装: #查看 删除老php版本的源 yum list installed | grep php yum remove php.x86_64 php-cli.x86_64 php-common.x86_64 php-gd.x86_64 php-ldap.x86_64 php-mbstri ...
分类:
Web程序 时间:
2019-11-25 23:40:07
阅读次数:
163
使用自己搭建的openldap 使用用户中心的openldap 修改完后,重启服务 ...
分类:
其他好文 时间:
2019-11-25 13:24:01
阅读次数:
98