]> git.sur5r.net Git - openldap/blobdiff - tests/run.in
Unconditionalize gmtime_mutex, always use it when calling lutil_csnstr
[openldap] / tests / run.in
index 475e2885f6772c672a7dd962f92af12005f47258..a8bcaa1cacf41ad0cf4d7534cee642db88ae46c3 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2006 The OpenLDAP Foundation.
+## Copyright 1998-2007 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -189,6 +189,9 @@ fi
 # disable LDAP initialization
 LDAPNOINIT=true; export LDAPNOINIT
 
+$SLAPPASSWD -g -n >$CONFIGPWF
+echo "rootpw `$SLAPPASSWD -T $CONFIGPWF`" >configpw.conf
+
 echo "Running ${SCRIPT}..."
 $SCRIPT $*
 RC=$?