summaryrefslogtreecommitdiffstats
path: root/scripts/ds-create.sh
blob: 116cad170fabe06fe42cbfad4a1b748d751678d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -x

setup-ds.pl --silent --\
	General.FullMachineName=$HOSTNAME\
	General.SuiteSpotUserID=nobody\
	General.SuiteSpotGroup=nobody\
	slapd.ServerPort=389\
	slapd.ServerIdentifier=pki-master\
	slapd.Suffix=dc=example,dc=com\
	slapd.RootDN="cn=Directory Manager"\
	slapd.RootDNPwd=Secret123\