File: ds-create.sh

package info (click to toggle)
ldapjdk 4.21.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,768 kB
  • sloc: ansic: 44,727; java: 39,519; xml: 7,420; sh: 4,237; perl: 3,774; makefile: 1,681; cpp: 979
file content (11 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash -e

setup-ds.pl \
    --silent \
    slapd.ServerIdentifier="localhost" \
    General.SuiteSpotUserID=nobody \
    General.SuiteSpotGroup=nobody \
    slapd.ServerPort=389 \
    slapd.Suffix="dc=example,dc=com" \
    slapd.RootDN="cn=Directory Manager" \
    slapd.RootDNPwd="Secret.123"