Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
34918d4e
Commit
34918d4e
authored
Apr 25, 2020
by
Ryan Tandy
Browse files
Fix export syntax compatibility with older sh
parent
4c545ee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/setup_kdc.sh
View file @
34918d4e
...
...
@@ -13,12 +13,14 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
export
KRB5_TRACE
=
$TESTDIR
/k5_trace
export
KRB5_CONFIG
=
$TESTDIR
/krb5.conf
export
KRB5_KDC_PROFILE
=
$KRB5_CONFIG
export
KRB5_KTNAME
=
$TESTDIR
/server.kt
export
KRB5_CLIENT_KTNAME
=
$TESTDIR
/client.kt
export
KRB5CCNAME
=
$TESTDIR
/client.ccache
KRB5_TRACE
=
$TESTDIR
/k5_trace
KRB5_CONFIG
=
$TESTDIR
/krb5.conf
KRB5_KDC_PROFILE
=
$KRB5_CONFIG
KRB5_KTNAME
=
$TESTDIR
/server.kt
KRB5_CLIENT_KTNAME
=
$TESTDIR
/client.kt
KRB5CCNAME
=
$TESTDIR
/client.ccache
export
KRB5_TRACE KRB5_CONFIG KRB5_KDC_PROFILE KRB5_KTNAME KRB5_CLIENT_KTNAME KRB5CCNAME
KDCLOG
=
$TESTDIR
/setup_kdc.log
KSERVICE
=
ldap/
$LOCALHOST
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment