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
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mathieu Parent
lemonldap-ng
Commits
b8bd611c
Commit
b8bd611c
authored
Oct 15, 2012
by
Xavier Guimard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Same files must not have different version number
parent
dc7b0b8a
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
7 deletions
+8
-7
AUTHORS
AUTHORS
+1
-0
lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
+1
-1
lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
+1
-1
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm
...nldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm
+2
-2
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm
+1
-1
No files found.
AUTHORS
View file @
b8bd611c
...
...
@@ -2,6 +2,7 @@ LemonLDAP::NG Core team:
* Xavier Guimard
* Clément Oudot
* François-Xavier Deltombe
* Sandro Cazzaniga
* Thomas Chemineau
Past and present contributors:
...
...
lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
View file @
b8bd611c
package
Lemonldap::NG::
Common
;
our
$VERSION
=
'
1.
3.0
';
our
$VERSION
=
'
1.
2.3
';
use
strict
;
...
...
lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
View file @
b8bd611c
...
...
@@ -5,7 +5,7 @@
# Alias for Lemonldap::NG::Handler::SharedConf
package
Lemonldap::NG::
Handler
;
our
$VERSION
=
'
1.
3.0
';
our
$VERSION
=
'
1.
2.3
';
use
Lemonldap::NG::Handler::
SharedConf
;
use
base
qw(Lemonldap::NG::Handler::SharedConf)
;
...
...
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm
View file @
b8bd611c
...
...
@@ -9,7 +9,7 @@ use strict;
use
Lemonldap::NG::Handler::
SharedConf
qw(:all)
;
our
$VERSION
=
'
1.
0.0
';
our
$VERSION
=
'
1.
2.2
';
use
base
qw(Lemonldap::NG::Handler::SharedConf)
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
View file @
b8bd611c
...
...
@@ -10,7 +10,7 @@ use Lemonldap::NG::Handler::CGI qw(:globalStorage :locationRules); #inherits
use
Lemonldap::NG::Common::
Conf
;
#link protected conf Configuration
use
Lemonldap::NG::Common::Conf::
Constants
;
#inherits
our
$VERSION
=
'
1.
3.0
';
our
$VERSION
=
'
1.
2.3
';
our
@ISA
=
qw(
Lemonldap::NG::Handler::CGI
Lemonldap::NG::Manager::Downloader
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm
View file @
b8bd611c
...
...
@@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::PasswordDBDemo;
use
strict
;
use
Lemonldap::NG::Portal::
Simple
;
our
$VERSION
=
'
1.2.
0
';
our
$VERSION
=
'
1.2.
2
';
## @apmethod int passwordDBInit()
# Check the use of AuthDemo
...
...
@@ -40,7 +40,7 @@ sub modifyPassword {
if
(
$self
->
{
portalRequireOldPassword
}
)
{
unless
(
$self
->
{
oldpassword
}
)
{
$self
->
lmLog
(
"
Portal require old password
",
'
error
'
);
return
PE_PP_MUST_SUPPLY_OLD_PASS
S
WORD
;
return
PE_PP_MUST_SUPPLY_OLD_PASSWORD
;
}
}
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm
View file @
b8bd611c
...
...
@@ -11,7 +11,7 @@ use MIME::Lite;
use
MIME::
Base64
;
use
Encode
;
our
$VERSION
=
'
1.
1.0
';
our
$VERSION
=
'
1.
2.2
';
## @method string gen_password(string regexp)
# Generate a complex password based on a regular expression
...
...
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