Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Apache/test/   (Apache Software Stiftung Version 2.4.65©)  Datei vom 17.5.2020 mit Größe 556 B image not shown  

Quelle  travis_Dockerfile_slapd   Sprache: unbekannt

 
FROM ubuntu:bionic
RUN echo slapd slapd/password1 password travis | debconf-set-selections
RUN echo slapd slapd/password2 password travis | debconf-set-selections
RUN echo slapd slapd/internal/adminpw password travis | debconf-set-selections
RUN echo slapd slapd/internal/generated_adminpw password travis | debconf-set-selections
RUN echo slapd slapd/domain string example.com | debconf-set-selections
RUN apt-get update && apt-get -y install slapd ldap-utils
# With -d passed, slapd stays in the foreground
CMD /usr/sbin/slapd -d1 '-h ldap:// ldapi:///'

[ Dauer der Verarbeitung: 0.5 Sekunden  (vorverarbeitet)  ]