mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

el_kaboing
19.54.2006 13230903060d47c10413a912810f7a9e643dfd46
Changed /tmp to the value of the variable TMPDIR.
1 files modified
2 ■■■ changed files
opends/tests/functional-tests/shared/python/security.py 2 ●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/python/security.py
@@ -1,7 +1,7 @@
#! /usr/bin python
def write_ldaps_ldif_file(path, port):
    ldif_file = open("/tmp/ldaps_port.ldif","w")
    ldif_file = open(path + "/ldaps_port.ldif","w")
    ldif_file.write("dn: cn=LDAPS Connection Handler,cn=Connection Handlers,cn=config\n")
    ldif_file.write("objectclass: top\n")