일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- openpyxl
- sshpass
- nohup
- port forwarding
- mysql
- ubuntu
- Jupyter Notebook
- kitura
- GoCD
- create table
- PYTHON
- postgres
- STF_PortForwarding
- 실행권한
- appium server
- Materials
- STF
- nGrinder
- SWIFT
- Jupyter
- ftp
- 28015
- rethinkdb
- centos
- postgresql
- ssh
- appium
- nmap
- perfect
- insert
- Today
- Total
목록Tools/LDAP & CAS (4)
don't stop believing
STF 인증 처리를 하려니 LADP과 연동해야 했습니다.다른 인증 방법도 있으나 LADP이 익숙하여 Ubuntu에 LDAP을 추가하고 연동하기로 했습니다. 그리서 Ubuntu에 OpenLDAP과 phpLDAPAdmin 설치에 대해 정리해 보겠습니다.우선 Ubuntu 버전부터 보고 가겠습니다. $ lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 18.04.1 LTS Release:18.04 Codename:bionic 먼저 서버의 hostname을 변경합니다.저는 ldap.ngle.co.kr로 하겠습니다. 그리고 서버 IP와 설정한 도메인을 hosts에 추가합니다. $ sudo hostnamectl s..
앞서 ldap server를 설치했는데요, 클라이언트도 설치해서 연결하는 걸 해보겠습니다.http://dejavuqa.tistory.com/264 앞서 설치한 ldap server IP는 10.10.1.168 이었습니다.이제 다른 서버(10.10.1.167)에 ldap client를 설치하고 연결해 보겠습니다. ldap client를 설치합니다. $ sudo yum -y update $ sudo yum install -y openldap-clients nss-pam-ldapd ldap client가 설치되었다면 ldap server와 연결합니다.authconfig 명령의 --ldapserver에 server IP를 넣습니다. $ sudo authconfig --enableldap --enableldapa..
LDAP 서버를 설치하겠습니다. 먼저 OS 버전부터 확인하고 가겠습니다. $ grep . /etc/*-release /etc/centos-release:CentOS Linux release 7.5.1804 (Core) /etc/os-release:NAME="CentOS Linux" /etc/os-release:VERSION="7 (Core)" /etc/os-release:ID="centos" /etc/os-release:ID_LIKE="rhel fedora" /etc/os-release:VERSION_ID="7" /etc/os-release:PRETTY_NAME="CentOS Linux 7 (Core)" /etc/os-release:ANSI_COLOR="0;31" /etc/os-release:CPE_NA..
CAS 서버를 설치하겠습니다.CAS 서버에 대한 간략한 설명은 아래와 같습니다.Client Access Server (CAS)The client access server (CAS) is a server role that handles all client connections to Exchange Server 2010 and Exchange 2013. The CAS supports all client connections to Exchange Server from Microsoft Outlook and Outlook Web App, as well as ActiveSync applications. The CAS also provides access to free/busy data in Exchange cal..