Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
f55416d5
Commit
f55416d5
authored
Dec 04, 2009
by
Clément OUDOT
Browse files
Correct conf values in example files
parent
65387cae
Changes
6
Hide whitespace changes
Inline
Side-by-side
modules/lemonldap-ng-handler/example/MyHandler.pm
View file @
f55416d5
...
...
@@ -7,9 +7,9 @@ __PACKAGE__->init(
# ACCESS TO CONFIGURATION
# By default, Lemonldap::NG uses the default
storage.conf
file to know
# By default, Lemonldap::NG uses the default
lemonldap-ng.ini
file to know
# where to find is configuration
# (generaly /etc/lemonldap-ng/
storage.conf
)
# (generaly /etc/lemonldap-ng/
lemonldap-ng.ini
)
# You can specify by yourself this file :
#configStorage => { confFile => '/path/to/my/file' },
...
...
@@ -17,7 +17,7 @@ __PACKAGE__->init(
# (see Lemonldap::NG::Handler::SharedConf(3))
#configStorage => {
# type => 'File',
# dir
ectory
=> '/usr/local/lemonldap-ng/conf/'
# dir
Name
=> '/usr/local/lemonldap-ng/
data/
conf/'
#},
# STATUS MODULE
...
...
modules/lemonldap-ng-handler/example/MyHandlerLog4Perl.pm
View file @
f55416d5
...
...
@@ -20,9 +20,9 @@ __PACKAGE__->init(
# ACCESS TO CONFIGURATION
# By default, Lemonldap::NG uses the default
storage.conf
file to know
# By default, Lemonldap::NG uses the default
lemonldap-ng.ini
file to know
# where to find is configuration
# (generaly /etc/lemonldap-ng/
storage.conf
)
# (generaly /etc/lemonldap-ng/
lemonldap-ng.ini
)
# You can specify by yourself this file :
#configStorage => { confFile => '/path/to/my/file' },
...
...
@@ -30,7 +30,7 @@ __PACKAGE__->init(
# (see Lemonldap::NG::Handler::SharedConf(3))
#configStorage => {
# type => 'File',
# dir
ectory
=> '/usr/local/lemonldap-ng/conf/'
# dir
Name
=> '/usr/local/lemonldap-ng/
data/
conf/'
#},
# STATUS MODULE
...
...
modules/lemonldap-ng-manager/example/experimental.pl
View file @
f55416d5
...
...
@@ -16,17 +16,17 @@ my $h = new Lemonldap::NG::Manager::Experimental(
# ACCESS TO CONFIGURATION
# By default, Lemonldap::NG uses the default
storage.conf
file to know
# By default, Lemonldap::NG uses the default
lemonldap-ng.ini
file to know
# where to find is configuration
# (generaly /etc/lemonldap-ng/
storage.conf
)
# (generaly /etc/lemonldap-ng/
lemonldap-ng.ini
)
# You can specify by yourself this file :
#configStorage => {
Type => 'File', dirNam
e => '/path/to/my/file' },
#configStorage => {
confFil
e => '/path/to/my/file' },
# You can also specify directly the configuration
# (see Lemonldap::NG::Handler::SharedConf(3))
#configStorage => {
# type => 'File',
# dir
ectory
=> '/usr/local/lemonlda-ng/conf/'
# dir
Name
=> '/usr/local/lemonlda-ng/conf/'
#},
# CUSTOM FUNCTION
...
...
modules/lemonldap-ng-manager/example/index.pl
View file @
f55416d5
...
...
@@ -26,9 +26,9 @@ my $h = new Lemonldap::NG::Manager(
# ACCESS TO CONFIGURATION
# By default, Lemonldap::NG uses the default
storage.conf
file to know
# By default, Lemonldap::NG uses the default
lemonldap-ng.ini
file to know
# where to find is configuration
# (generaly /etc/lemonldap-ng/
storage.conf
)
# (generaly /etc/lemonldap-ng/
lemonldap-ng.ini
)
# You can specify by yourself this file :
#configStorage => { confFile => '/path/to/my/file' },
...
...
@@ -36,7 +36,7 @@ my $h = new Lemonldap::NG::Manager(
# (see Lemonldap::NG::Handler::SharedConf(3))
#configStorage => {
# type => 'File',
# dir
ectory
=> '/usr/local/lemonldap-ng/conf/'
# dir
Name
=> '/usr/local/lemonldap-ng/
data/
conf/'
#},
# CUSTOM FUNCTION
...
...
modules/lemonldap-ng-portal/example/index_simple.pl
View file @
f55416d5
...
...
@@ -6,15 +6,15 @@ my $portal = Lemonldap::NG::Portal::SharedConf->new(
{
# ACCESS TO CONFIGURATION
# By default, Lemonldap::NG uses the default
storage.conf
file to know
# By default, Lemonldap::NG uses the default
lemonldap-ng.ini
file to know
# where to find its configuration
# (generaly /etc/lemonldap-ng/
storage.conf
)
# (generaly /etc/lemonldap-ng/
lemonldap-ng.ini
)
# You can specify by yourself this file :
#configStorage => { confFile => '/path/to/my/file' },
# or set explicitely parameters :
#configStorage => {
#
T
ype => 'File',
# dirName => '/
path/to/config/dir
/'
#
t
ype => 'File',
# dirName => '/
usr/local/lemonldap-ng/data/conf
/'
#},
# Note that YOU HAVE TO SET configStorage here if you've declared this
# portal as SOAP configuration server in the manager
...
...
modules/lemonldap-ng-portal/example/index_skin.pl
View file @
f55416d5
...
...
@@ -12,15 +12,15 @@ my $portal = Lemonldap::NG::Portal::SharedConf->new(
{
# ACCESS TO CONFIGURATION
# By default, Lemonldap::NG uses the default
storage.conf
file to know
# By default, Lemonldap::NG uses the default
lemonldap-ng.ini
file to know
# where to find its configuration
# (generaly /etc/lemonldap-ng/
storage.conf
)
# (generaly /etc/lemonldap-ng/
lemonldap-ng.ini
)
# You can specify by yourself this file :
#configStorage => { confFile => '/path/to/my/file' },
# or set explicitely parameters :
#configStorage => {
#
T
ype => 'File',
# dirName => '/
path/to/config/dir/
'
#
t
ype => 'File',
# dirName => '/
usr/local/lemonldap-ng/data//conf
'
#},
# Note that YOU HAVE TO SET configStorage here if you've declared this
# portal as SOAP configuration server in the manager
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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