forked from pool/opensuse-openldap-image
c66a450ac0
- Adjust _service file OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/opensuse-openldap-image?expand=0&rev=15
19 lines
454 B
Bash
19 lines
454 B
Bash
#!/bin/sh
|
|
|
|
#======================================
|
|
# Functions...
|
|
#--------------------------------------
|
|
test -f /.profile && . /.profile
|
|
|
|
#======================================
|
|
# Greeting...
|
|
#--------------------------------------
|
|
echo "Configure image: [$kiwi_iname]..."
|
|
|
|
echo "Move /etc/sysconfig/openldap away"
|
|
mv /etc/sysconfig/openldap /etc/sysconfig/openldap.example
|
|
|
|
# No default domain and standard password ...
|
|
rm /etc/openldap/slapd.conf
|
|
|