openldap

OpenLDAP (SLAPD)

RHEL

Rocky 8

# 비밀번호 확인
ldapwhoami -vvv -h <hostname> -p <port> -D <admin_binddn> -x -w <admin_password>
add_acl.ldif
dn: olcDatabase={-1}frontend,cn=config
changetype: modify
add: olcAccess
olcAccess: {0}to dn.base="cn=subschema" by users read
olcAccess: {1}to dn.base="" by * read
insert_acl.ldif
dn: olcDatabase={-1}frontend,cn=config
changetype: modify
add: olcAccess
olcAccess: {0}to attrs=userPassword
  by dn="cn=ldapreader,dc=genfic,dc=org" read
  by self read
  by anonymous auth
  by * none
delete_acl.ldif
dn: olcDatabase={-1}frontend,cn=config
changetype: modify
delete: olcAccess
olcAccess: {1}
  • openldap.txt
  • 마지막으로 수정됨: 2025/01/14 04:10
  • 저자 writer