Windows의 localhost에 openldap을 설정하고 다음 명령을 사용하여 ldap 검색을 시도했습니다.
ldapsearch -x -h localhost -b "dc=mydomain,dc=com" "(objectClass=*)"
하지만 다음과 같은 오류가 발생합니다.
# search result
search: 2
result: 48 Inappropriate authentication
아래는 내 slapd.conf 파일의 내용입니다.
access to *
by dn="cn=admin,dc=mydomain,dc=com" write
by * none
database ldap
suffix "dc=mydomain,dc=com"
rootdn "cn=admin,dc=mydomain,dc=com"
idassert-bind bindmethod=simple binddn=cn=name,cn=users,dc=mydomain,dc=com credentials=secret mode=none
uri ldap://server1
rootpw secret
lastmod off
chase-referrals no