Skip to content
GitLab
Menu
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
7fdf76c7
Commit
7fdf76c7
authored
Oct 28, 2013
by
Yadd
Browse files
Rename liblemonldap-ng-conf-perl to liblemonldap-ng-common-perl
Closes:
#632
parent
6649edf9
Changes
24
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
7fdf76c7
...
...
@@ -66,7 +66,7 @@ libraries which are installed in /usr/share/perl5/Lemonldap/NG/
---------------------------
If
you
have
build
Debian
packages
,
configuration
is
done
by
Debconf
.
See
/
usr
/
share
/
doc
/
liblemonldap
-
ng
-
con
f
/
README
.
Debian
to
use
it
.
/
usr
/
share
/
doc
/
liblemonldap
-
ng
-
co
mmo
n
/
README
.
Debian
to
use
it
.
After
build
,
you
have
a
new
file
named
example
/
apache
.
conf
.
You
just
have
to
include
this
file
in
Apache
configuration
:
...
...
debian/control
View file @
7fdf76c7
...
...
@@ -84,7 +84,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libapache2-mod-perl2,
liblemonldap-ng-con
f
-perl (= ${binary:Version}),
liblemonldap-ng-co
mmo
n-perl (= ${binary:Version}),
libwww-perl
Recommends: libhttp-message-perl | libwww-perl (<< 6),
liblwp-protocol-https-perl | libwww-perl (<< 6)
...
...
@@ -106,7 +106,9 @@ Description: Lemonldap::NG Apache handler part
This package installs the Apache module part (handler) used to protect web
areas.
Package: liblemonldap-ng-conf-perl
Package: liblemonldap-ng-common-perl
Conflicts: liblemonldap-ng-conf-perl
Provides: liblemonldap-ng-conf-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
...
...
@@ -148,7 +150,7 @@ Depends: ${misc:Depends},
libcrypt-openssl-rsa-perl,
libhtml-template-perl,
libjson-perl,
liblemonldap-ng-con
f
-perl (= ${binary:Version}),
liblemonldap-ng-co
mmo
n-perl (= ${binary:Version}),
liblemonldap-ng-handler-perl (= ${binary:Version}),
libwww-perl,
libxml-libxml-perl,
...
...
@@ -178,7 +180,7 @@ Depends: ${misc:Depends},
${perl:Depends},
libclone-perl,
libhtml-template-perl,
liblemonldap-ng-con
f
-perl (= ${binary:Version}),
liblemonldap-ng-co
mmo
n-perl (= ${binary:Version}),
libmime-lite-perl,
libnet-ldap-perl,
libregexp-assemble-perl,
...
...
debian/liblemonldap-ng-common-perl.config
0 → 100644
View file @
7fdf76c7
#!/bin/sh
set
-
e
. /
usr
/
share
/
debconf
/
confmodule
db_input
medium
liblemonldap
-
ng
-
common
-
perl
/
domain
||
true
db_input
medium
liblemonldap
-
ng
-
common
-
perl
/
ldapServer
||
true
db_input
medium
liblemonldap
-
ng
-
common
-
perl
/
ldapPort
||
true
db_input
medium
liblemonldap
-
ng
-
common
-
perl
/
ldapBase
||
true
db_input
medium
liblemonldap
-
ng
-
common
-
perl
/
managerDn
||
true
db_input
medium
liblemonldap
-
ng
-
common
-
perl
/
managerPassword
||
true
db_input
medium
liblemonldap
-
ng
-
common
-
perl
/
portal
||
true
if
dpkg
--
compare
-
versions
$
2
lt
1
.
0
;
then
db_input
high
liblemonldap
-
ng
-
common
-
perl
/
migrate
||
true
fi
db_go
||
true
debian/liblemonldap-ng-con
f
-perl.dirs
→
debian/liblemonldap-ng-co
mmo
n-perl.dirs
View file @
7fdf76c7
File moved
debian/liblemonldap-ng-con
f
-perl.install
→
debian/liblemonldap-ng-co
mmo
n-perl.install
View file @
7fdf76c7
File moved
debian/liblemonldap-ng-con
f
-perl.lintian-overrides
→
debian/liblemonldap-ng-co
mmo
n-perl.lintian-overrides
View file @
7fdf76c7
# lemonldap-ng.ini must be readable by www-data but not by other (db passwords
# can be set here
liblemonldap-ng-con
f
-perl: non-standard-file-perm etc/lemonldap-ng/lemonldap-ng.ini 0640 != 0644
liblemonldap-ng-co
mmo
n-perl: non-standard-file-perm etc/lemonldap-ng/lemonldap-ng.ini 0640 != 0644
# If file storage is used for configuration, DB passwords can be stored here
# so this directory must not be readable by all
liblemonldap-ng-con
f
-perl: non-standard-dir-perm var/lib/lemonldap-ng/conf/ 0750 != 0755
liblemonldap-ng-co
mmo
n-perl: non-standard-dir-perm var/lib/lemonldap-ng/conf/ 0750 != 0755
# If file storage is used for configuration, later configuration files will be
# in 0640 mode. So the first is adjusted so
liblemonldap-ng-con
f
-perl: non-standard-file-perm var/lib/lemonldap-ng/conf/lmConf-1 0640 != 0644
liblemonldap-ng-co
mmo
n-perl: non-standard-file-perm var/lib/lemonldap-ng/conf/lmConf-1 0640 != 0644
# If file storage is used for sessions, user passord may be stored in this
# directory, so it must not be readable by all but must be writable by www-data
liblemonldap-ng-con
f
-perl: non-standard-dir-perm var/lib/lemonldap-ng/sessions/ 0770 != 0755
liblemonldap-ng-con
f
-perl: non-standard-dir-perm var/lib/lemonldap-ng/sessions/lock/ 0770 != 0755
liblemonldap-ng-co
mmo
n-perl: non-standard-dir-perm var/lib/lemonldap-ng/sessions/ 0770 != 0755
liblemonldap-ng-co
mmo
n-perl: non-standard-dir-perm var/lib/lemonldap-ng/sessions/lock/ 0770 != 0755
debian/liblemonldap-ng-con
f
-perl.postinst
→
debian/liblemonldap-ng-co
mmo
n-perl.postinst
View file @
7fdf76c7
...
...
@@ -14,7 +14,7 @@ MIGRATION=/usr/share/lemonldap-ng/bin/lmMigrateConfFiles2ini
if
[
"
$1
"
==
"configure"
]
then
for
i
in
domain ldapServer ldapPort ldapBase managerDn managerPassword portal
;
do
db_get liblemonldap-ng-con
f
-perl/
$i
||
true
db_get liblemonldap-ng-co
mmo
n-perl/
$i
||
true
perl
-000
-i
-pe
"s#^
$i
(
\\
n
\\
s+)('?)[^
\\
n]*?('?)
\$
#
$i
\$
{1}
\$
{2}
$RET
\$
{3}#m"
$FIRSTCONFFILE
done
...
...
@@ -22,7 +22,7 @@ then
if
[
"
$2
"
!=
""
]
;
then
if
dpkg
--compare-versions
$2
lt 1.0
;
then
if
[
-e
$CONFDIR
/storage.conf
-o
-e
$CONFDIR
/apply.conf
-o
-e
$CONFDIR
/apps-list.xml
]
;
then
db_get liblemonldap-ng-con
f
-perl/migrate
db_get liblemonldap-ng-co
mmo
n-perl/migrate
if
[
"
$RET
"
]
;
then
$MIGRATION
2>&1
>
/dev/null
||
:
fi
...
...
debian/liblemonldap-ng-con
f
-perl.templates
→
debian/liblemonldap-ng-co
mmo
n-perl.templates
View file @
7fdf76c7
Template: liblemonldap-ng-con
f
-perl/ldapServer
Template: liblemonldap-ng-co
mmo
n-perl/ldapServer
Type: string
Default: localhost
_Description: LDAP server:
...
...
@@ -6,48 +6,48 @@ _Description: LDAP server:
Lemonldap::NG.
You can modify this value later using the Lemonldap::NG manager.
Template: liblemonldap-ng-con
f
-perl/domain
Template: liblemonldap-ng-co
mmo
n-perl/domain
Type: string
Default: example.com
_Description: Lemonldap::NG DNS domain:
Set here the main domain protected by Lemonldap::NG.
You can modify this value later using the Lemonldap::NG manager.
Template: liblemonldap-ng-con
f
-perl/portal
Template: liblemonldap-ng-co
mmo
n-perl/portal
Type: string
Default: http://auth.example.com/
_Description: Lemonldap::NG portal:
Set here the Lemonldap::NG portal URL.
You can modify this value later using the Lemonldap::NG manager.
Template: liblemonldap-ng-con
f
-perl/ldapPort
Template: liblemonldap-ng-co
mmo
n-perl/ldapPort
Type: string
Default: 389
_Description: LDAP server port:
Set here the port used by the LDAP server.
You can modify this value later using the Lemonldap::NG manager.
Template: liblemonldap-ng-con
f
-perl/ldapBase
Template: liblemonldap-ng-co
mmo
n-perl/ldapBase
Type: string
Default: dc=example,dc=com
_Description: LDAP search base:
Set here the search base to use in LDAP queries.
You can modify this value later using the Lemonldap::NG manager.
Template: liblemonldap-ng-con
f
-perl/managerDn
Template: liblemonldap-ng-co
mmo
n-perl/managerDn
Type: string
_Description: LDAP account:
Set here the account that Lemonldap::NG has to use for its LDAP requests.
Leaving it blank causes Lemonldap::NG to use anonymous connections.
You can modify this value later using the Lemonldap::NG manager.
Template: liblemonldap-ng-con
f
-perl/managerPassword
Template: liblemonldap-ng-co
mmo
n-perl/managerPassword
Type: string
_Description: LDAP password:
Set here the password for the Lemonldap::NG LDAP account.
You can modify this value later using the Lemonldap::NG manager.
Template: liblemonldap-ng-con
f
-perl/migrate
Template: liblemonldap-ng-co
mmo
n-perl/migrate
Type: boolean
_Description: Lemonldap::NG configuration files have changed, try to migrate your files?
debian/liblemonldap-ng-conf-perl.config
deleted
100644 → 0
View file @
6649edf9
#!/bin/sh
set
-
e
. /
usr
/
share
/
debconf
/
confmodule
db_input
medium
liblemonldap
-
ng
-
conf
-
perl
/
domain
||
true
db_input
medium
liblemonldap
-
ng
-
conf
-
perl
/
ldapServer
||
true
db_input
medium
liblemonldap
-
ng
-
conf
-
perl
/
ldapPort
||
true
db_input
medium
liblemonldap
-
ng
-
conf
-
perl
/
ldapBase
||
true
db_input
medium
liblemonldap
-
ng
-
conf
-
perl
/
managerDn
||
true
db_input
medium
liblemonldap
-
ng
-
conf
-
perl
/
managerPassword
||
true
db_input
medium
liblemonldap
-
ng
-
conf
-
perl
/
portal
||
true
if
dpkg
--
compare
-
versions
$
2
lt
1
.
0
;
then
db_input
high
liblemonldap
-
ng
-
conf
-
perl
/
migrate
||
true
fi
db_go
||
true
debian/po/POTFILES.in
View file @
7fdf76c7
[type: gettext/rfc822deb] liblemonldap-ng-con
f
-perl.templates
[type: gettext/rfc822deb] liblemonldap-ng-co
mmo
n-perl.templates
debian/po/cs.po
View file @
7fdf76c7
...
...
@@ -15,13 +15,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:1001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:1001
msgid "LDAP server:"
msgstr "LDAP server:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:1001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:1001
msgid ""
"Set here name or IP address of the LDAP server that has to be used by "
"Lemonldap::NG. You can modify this value later using the Lemonldap::NG "
...
...
@@ -32,13 +32,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:2001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:2001
msgid "Lemonldap::NG DNS domain:"
msgstr "Lemonldap::NG DNS doména:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:2001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:2001
msgid ""
"Set here the main domain protected by Lemonldap::NG. You can modify this "
"value later using the Lemonldap::NG manager."
...
...
@@ -48,13 +48,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:3001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:3001
msgid "Lemonldap::NG portal:"
msgstr "Lemonldap::NG portál:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:3001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:3001
msgid ""
"Set here the Lemonldap::NG portal URL. You can modify this value later using "
"the Lemonldap::NG manager."
...
...
@@ -64,13 +64,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:4001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:4001
msgid "LDAP server port:"
msgstr "Port LDAP serveru:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:4001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:4001
msgid ""
"Set here the port used by the LDAP server. You can modify this value later "
"using the Lemonldap::NG manager."
...
...
@@ -80,13 +80,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:5001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:5001
msgid "LDAP search base:"
msgstr "Kořen LDAP stromu pro prohledávání:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:5001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:5001
msgid ""
"Set here the search base to use in LDAP queries. You can modify this value "
"later using the Lemonldap::NG manager."
...
...
@@ -96,13 +96,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:6001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:6001
msgid "LDAP account:"
msgstr "LDAP účet:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:6001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:6001
msgid ""
"Set here the account that Lemonldap::NG has to use for its LDAP requests. "
"Leaving it blank causes Lemonldap::NG to use anonymous connections. You can "
...
...
@@ -114,13 +114,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:7001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:7001
msgid "LDAP password:"
msgstr "LDAP heslo:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:7001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:7001
msgid ""
"Set here the password for the Lemonldap::NG LDAP account. You can modify "
"this value later using the Lemonldap::NG manager."
...
...
@@ -130,7 +130,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:8001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:8001
msgid ""
"Lemonldap::NG configuration files have changed, try to migrate your files?"
msgstr ""
...
...
debian/po/da.po
View file @
7fdf76c7
...
...
@@ -18,13 +18,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:1001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:1001
msgid "LDAP server:"
msgstr "LDAP-server:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:1001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:1001
msgid ""
"Set here name or IP address of the LDAP server that has to be used by "
"Lemonldap::NG. You can modify this value later using the Lemonldap::NG "
...
...
@@ -36,13 +36,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:2001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:2001
msgid "Lemonldap::NG DNS domain:"
msgstr "DNS-domæne for Lemonldap::NG:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:2001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:2001
msgid ""
"Set here the main domain protected by Lemonldap::NG. You can modify this "
"value later using the Lemonldap::NG manager."
...
...
@@ -52,13 +52,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:3001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:3001
msgid "Lemonldap::NG portal:"
msgstr "Lemonldap::NG-portal:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:3001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:3001
msgid ""
"Set here the Lemonldap::NG portal URL. You can modify this value later using "
"the Lemonldap::NG manager."
...
...
@@ -68,13 +68,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:4001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:4001
msgid "LDAP server port:"
msgstr "LDAP-serverport:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:4001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:4001
msgid ""
"Set here the port used by the LDAP server. You can modify this value later "
"using the Lemonldap::NG manager."
...
...
@@ -84,13 +84,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:5001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:5001
msgid "LDAP search base:"
msgstr "LDAP-søgebase:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:5001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:5001
msgid ""
"Set here the search base to use in LDAP queries. You can modify this value "
"later using the Lemonldap::NG manager."
...
...
@@ -100,13 +100,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:6001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:6001
msgid "LDAP account:"
msgstr "LDAP-konto:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:6001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:6001
msgid ""
"Set here the account that Lemonldap::NG has to use for its LDAP requests. "
"Leaving it blank causes Lemonldap::NG to use anonymous connections. You can "
...
...
@@ -118,13 +118,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:7001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:7001
msgid "LDAP password:"
msgstr "LDAP-adgangskode:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:7001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:7001
msgid ""
"Set here the password for the Lemonldap::NG LDAP account. You can modify "
"this value later using the Lemonldap::NG manager."
...
...
@@ -134,7 +134,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:8001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:8001
msgid ""
"Lemonldap::NG configuration files have changed, try to migrate your files?"
msgstr ""
...
...
debian/po/de.po
View file @
7fdf76c7
...
...
@@ -16,13 +16,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:1001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:1001
msgid "LDAP server:"
msgstr "LDAP-Server:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:1001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:1001
msgid ""
"Set here name or IP address of the LDAP server that has to be used by "
"Lemonldap::NG. You can modify this value later using the Lemonldap::NG "
...
...
@@ -34,13 +34,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:2001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:2001
msgid "Lemonldap::NG DNS domain:"
msgstr "Lemonldap::NG DNS-Domain:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:2001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:2001
msgid ""
"Set here the main domain protected by Lemonldap::NG. You can modify this "
"value later using the Lemonldap::NG manager."
...
...
@@ -50,13 +50,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:3001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:3001
msgid "Lemonldap::NG portal:"
msgstr "Lemonldap::NG-Portal:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:3001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:3001
msgid ""
"Set here the Lemonldap::NG portal URL. You can modify this value later using "
"the Lemonldap::NG manager."
...
...
@@ -66,13 +66,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:4001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:4001
msgid "LDAP server port:"
msgstr "Port des LDAP-Servers:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:4001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:4001
msgid ""
"Set here the port used by the LDAP server. You can modify this value later "
"using the Lemonldap::NG manager."
...
...
@@ -82,13 +82,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:5001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:5001
msgid "LDAP search base:"
msgstr "LDAP-Suchbasis:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:5001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:5001
msgid ""
"Set here the search base to use in LDAP queries. You can modify this value "
"later using the Lemonldap::NG manager."
...
...
@@ -98,13 +98,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:6001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:6001
msgid "LDAP account:"
msgstr "LDAP-Konto:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:6001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:6001
msgid ""
"Set here the account that Lemonldap::NG has to use for its LDAP requests. "
"Leaving it blank causes Lemonldap::NG to use anonymous connections. You can "
...
...
@@ -117,13 +117,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:7001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:7001
msgid "LDAP password:"
msgstr "LDAP-Passwort:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:7001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:7001
msgid ""
"Set here the password for the Lemonldap::NG LDAP account. You can modify "
"this value later using the Lemonldap::NG manager."
...
...
@@ -133,7 +133,7 @@ msgstr ""
#. Type: boolean
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:8001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:8001
msgid ""
"Lemonldap::NG configuration files have changed, try to migrate your files?"
msgstr ""
...
...
debian/po/es.po
View file @
7fdf76c7
...
...
@@ -43,13 +43,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:1001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:1001
msgid "LDAP server:"
msgstr "Servidor LDAP:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:1001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:1001
msgid ""
"Set here name or IP address of the LDAP server that has to be used by "
"Lemonldap::NG. You can modify this value later using the Lemonldap::NG "
...
...
@@ -61,13 +61,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:2001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:2001
msgid "Lemonldap::NG DNS domain:"
msgstr "Dominio DNS de Lemonldap::NG:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:2001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:2001
msgid ""
"Set here the main domain protected by Lemonldap::NG. You can modify this "
"value later using the Lemonldap::NG manager."
...
...
@@ -77,13 +77,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:3001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:3001
msgid "Lemonldap::NG portal:"
msgstr "Portal de Lemonldap::NG:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:3001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:3001
msgid ""
"Set here the Lemonldap::NG portal URL. You can modify this value later using "
"the Lemonldap::NG manager."
...
...
@@ -93,13 +93,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:4001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:4001
msgid "LDAP server port:"
msgstr "Puerto del servidor LDAP:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:4001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:4001
msgid ""
"Set here the port used by the LDAP server. You can modify this value later "
"using the Lemonldap::NG manager."
...
...
@@ -109,13 +109,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:5001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:5001
msgid "LDAP search base:"
msgstr "Base de búsqueda LDAP:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:5001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:5001
msgid ""
"Set here the search base to use in LDAP queries. You can modify this value "
"later using the Lemonldap::NG manager."
...
...
@@ -125,13 +125,13 @@ msgstr ""
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:6001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:6001
msgid "LDAP account:"
msgstr "Cuenta LDAP:"
#. Type: string
#. Description
#: ../liblemonldap-ng-con
f
-perl.templates:6001
#: ../liblemonldap-ng-co
mmo
n-perl.templates:6001
msgid ""
"Set here the account that Lemonldap::NG has to use for its LDAP requests. "
"Leaving it blank causes Lemonldap::NG to use anonymous connections. You can "
...
...
@@ -143,13 +143,13 @@ msgstr ""
#. Type: string