summaryrefslogtreecommitdiffstats
path: root/scripts/ds-create.sh
blob: 3dd2709a8d7e0dfbd87cd1894c3cba722d0b7d55 (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=`hostname -s`\
	slapd.Suffix=dc=example,dc=com\
	slapd.RootDN="cn=Directory Manager"\
	slapd.RootDNPwd=Secret123\