slapd 설치 중 오류 발생

slapd 설치 중 오류 발생

테스트 저장소에서 데비안에 slapd 패키지를 설치하려고 할 때 이 문제를 해결하려면 도움이 필요합니다.

Leyendo lista de paquetes... Hecho
Creando árbol de dependencias       
Leyendo la información de estado... Hecho
Se instalarán los siguientes paquetes NUEVOS:
  slapd
0 actualizados, 1 se instalarán, 0 para eliminar y 2 no actualizados.
Necesito descargar 1.344 kB de archivos.
Se utilizarán 4.091 kB de espacio de disco adicional después de esta operación.
Des:1 http://debian.linuxmint.com/latest/ testing/main slapd amd64 2.4.31-1+nmu2+b1 [1.344 kB]
Descargados 1.344 kB en 50seg. (26,4 kB/s)                                                                                                                             
Preconfigurando paquetes ...
Seleccionando el paquete slapd previamente no seleccionado.
(Leyendo la base de datos ... 260763 ficheros o directorios instalados actualmente.)
Desempaquetando slapd (de .../slapd_2.4.31-1+nmu2+b1_amd64.deb) ...
Procesando disparadores para man-db ...
Configurando slapd (2.4.31-1+nmu2+b1) ...
  Omitting slapd configuration as requested.
insserv: warning: script 'K01subversion' missing LSB tags and overrides
insserv: warning: script 'subversion' missing LSB tags and overrides
[warn] No configuration file was found for slapd at /etc/ldap/slapd.conf. ... (warning).
invoke-rc.d: initscript slapd, action "start" failed.
dpkg: error al procesar slapd (--configure):
 el subproceso instalado el script post-installation devolvió el código de salida de error 1
Se encontraron errores al procesar:
 slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)

slapd(2.4.31)의 이 버전은 cn=config를 사용하기 때문에 slapd.conf 파일을 찾으려고 하는 이유를 이해할 수 없습니다.
미리 감사드립니다.

답변1

에 따르면매뉴얼slapd.conf는 OpenLDAP 2.4에서 계속 지원됩니다.

따라서 데비안 패키지 관리자는 여전히 이를 지원하고 init 스크립트의 일부로 slapd.conf가 있는지 검사할 수 있습니다. cn=config가 감지되지 않을 때 OpenLDAP가 시작되지 않도록 하는 대체 조치로 사용할 수도 있습니다. 아무런 구성 없이.

사용한 다운로드/설치 옵션을 생략했습니다. 그러나 경고: Omitting slapd configuration as requested.기본 구성 설치를 명시적으로 생략한 것처럼 들립니다.

dpkg-reconfigure -plow slapd

에서 제안된 것으로 보입니다.데비안 위키올바르게 설정되지 않았을 때.

관련 정보