LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/scripts/run-ldap

14 lines
326 B

#!/usr/bin/perl
$ENV{LLNGTESTLDAP} = 1;
chdir 'lemonldap-ng-portal';
require './t/test-ldap.pm';
system( $ENV{LLNGTESTLDAP_SLAPADD_BIN} || '/usr/sbin/slapadd'
. ' -F t/testslapd/slapd.d -n 1 -l t/testslapd/confs-sessions.ldif' );
print STDERR "Press a key to stop LDAP server\n";
my $r = <STDIN>;
stopLdapServer();