Notice
Recent Posts
Recent Comments
Tags
- unix_socket
- admin port
- Path
- MotD
- mariadb
- maxscale
- CEP
- RHEL8
- Kubernetes
- wildfly jboss
- port description
- drbd
- Auth
- n15148
- 우파푸른하늘80만이벤트
- etcd
- docker
- 웰카
- 우파푸른하늘
- vmware
- Network
- snmp
- Storage
- CentOS
- data-door
- banner
- web&was apche htaccess
- perplexity
- openldap
- mgmtip
- dell
- Galera Cluster
- n1548
250x250
반응형
전산쟁이의 기억노트
LDAP구성-4. rootdn변경 본문
728x90
반응형
LDAP root dn 패스워드 변경
- 변경할 패스워드값 생성
$> slappasswd
$> New password:
$> Re-enter new password:
{SSHA}qZsVpahyjXOF1fkdlXgtLsfAr11JGMfj.h
- LDIF파일을 아래내용으로 파일 작성
$> cat password.ldif
dn: OlcDatabase={2}bdb,cn=config
replace: olcRootPW
olcRootPW: {SSHA}qZsVpahyjXOF1fkdlXgtLsfAr11JGMfj.h
- 생성한 파일을 가지고 ldap에 적용
$> ldapmodify -Y EXTERNAL -H ldapi:/// -f password.ldif
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
modifying entry "OlcDatabase={2}bdb,cn=config"
728x90
반응형
'ldap구성' 카테고리의 다른 글
LDAP구성-2. 클라이언트 구성하기 (0) | 2022.07.25 |
---|---|
LDAP구성-3. SAMBA구성해서 연동하기 (0) | 2022.07.25 |
LDAP구성-1. 서버구성하기 (0) | 2022.07.24 |
Comments