Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- freebsd
- XCP-ng
- x-pack
- proxycfg
- miniconda
- ansible
- macos
- application security
- ELASTIC
- ssh key 배포
- Kibana server is not ready yet
- Kibana
- docker
- endpoint security
- elastic stack
- 로그인불가
- centos 8
- 한글가이드
- hardening
- pfsense
- Elasticsearch
- bash
- xe guest utilities
- GitLab
- G-suite
- Windows
- Proxy
- PlayBook
- 보안양파
Archives
- Today
- Total
선 밖에 선 자유인
Ldap server/client in Redhat(CentOS) 본문
1. ldap 서버 설정 등
https://www.server-world.info/en/note?os=CentOS_6&p=ldap&f=1
- phpldapadmin 설정
https://www.server-world.info/en/note?os=CentOS_6&p=ldap&f=4
2. ldap 클라이언트 설정
https://www.server-world.info/en/note?os=CentOS_6&p=ldap&f=2
** client에서 아래를 해줘야 한다.
/etc/nssswitch.conf 수정
passwd: files ldap
group: files ldap
shadow: files ldap
/etc/nslcd.conf
uri ldap://<ldap 서버 IP>
base dc=<domain>,dc=com
그리고 user 생성 시 암호화 설정을 md5 로 해줘야 ssh 접속이 잘 됨
(추가 확인 필요)
Comments