Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
b73fceaf
Commit
b73fceaf
authored
Nov 15, 2018
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng
parents
e62d865a
f98734ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
+15
-4
debian/control
debian/control
+0
-2
lemonldap-ng-portal/t/43-MailReset-Choice.t
lemonldap-ng-portal/t/43-MailReset-Choice.t
+1
-1
lemonldap-ng-portal/t/43-MailReset-LDAP.t
lemonldap-ng-portal/t/43-MailReset-LDAP.t
+14
-1
No files found.
debian/control
View file @
b73fceaf
...
...
@@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 10),
po-debconf
Build-Depends-Indep: libapache-session-perl,
libauthen-oath-perl,
libauthen-u2f-perl,
libcache-cache-perl,
libclone-perl,
libconfig-inifiles-perl,
...
...
@@ -16,7 +15,6 @@ Build-Depends-Indep: libapache-session-perl,
libcrypt-openssl-rsa-perl,
libcrypt-openssl-x509-perl,
libcrypt-rijndael-perl,
libcrypt-u2f-server-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libdigest-hmac-perl,
...
...
lemonldap-ng-portal/t/43-MailReset-Choice.t
View file @
b73fceaf
...
...
@@ -35,7 +35,7 @@ SKIP: {
my
$client
=
LLNG::Manager::
Test
->
new
(
{
ini
=>
{
logLevel
=>
'
error
',
logLevel
=>
'
debug
',
useSafeJail
=>
1
,
portalDisplayRegister
=>
1
,
authentication
=>
'
Choice
',
...
...
lemonldap-ng-portal/t/43-MailReset-LDAP.t
View file @
b73fceaf
...
...
@@ -10,7 +10,7 @@ BEGIN {
}
my
(
$res
,
$user
,
$pwd
);
my
$maintests
=
7
;
my
$maintests
=
8
;
my
$mailSend
=
0
;
my
$mail2
=
0
;
...
...
@@ -88,6 +88,19 @@ SKIP: {
ok
(
mail
()
=~
/Your password was changed/
,
'
Password was changed
'
);
ok
(
$res
=
$client
->
_post
(
'
/
',
IO::
String
->
new
('
user=dwho&password=zz&test=sql
'),
length
=>
30
),
'
Auth query
'
);
expectOK
(
$res
);
my
$id
=
expectCookie
(
$res
);
$client
->
logout
(
$id
);
#print STDERR Dumper($query);
}
count
(
$maintests
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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