summaryrefslogtreecommitdiffstats
path: root/scripts/dsclone-create.sh
blob: a813f6d3d04fc4c8237c0a173060484eb80004bc (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=390\
	slapd.ServerIdentifier=pki-clone\
	slapd.Suffix=dc=example,dc=com\
	slapd.RootDN="cn=Directory Manager"\
	slapd.RootDNPwd=Secret123\