--- e-smith-ldap-4.12.0/root/etc/e-smith/web/functions/directory.add2general2 2008-07-04 23:13:37.000000000 +0200
+++ e-smith-ldap-4.12.0/root/etc/e-smith/web/functions/directory 2008-07-04 23:13:37.000000000 +0200
@@ -106,7 +106,7 @@
type="select"
id="Access"
value="get_prop('ldap','access')"
- options="'private' => 'PRIVATE', 'public' => 'PUBLIC'">
+ options="'private' => 'NETWORKS_ALLOW_LOCAL', 'public' => 'NETWORKS_ALLOW_PUBLIC'">
DESC_DIRECTORY_ACCESS
--- e-smith-ldap-4.12.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/directory.add2general3 2008-07-04 23:22:42.000000000 +0200
+++ e-smith-ldap-4.12.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/directory 2008-07-04 23:24:11.000000000 +0200
@@ -3,14 +3,6 @@
FORM_TITLE
Change LDAP directory settings
-
- PUBLIC
- Allow public access (entire Internet)
-
-
- PRIVATE
- Allow access only from local networks
-
LABEL_ROOT
Server root
--- e-smith-ldap-4.12.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/directory.pm.add2general4 2008-07-05 18:29:50.000000000 +0200
+++ e-smith-ldap-4.12.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/directory.pm 2008-07-05 18:29:50.000000000 +0200
@@ -194,7 +194,7 @@
#------------------------------------------------------------
system ("/sbin/e-smith/signal-event ldap-update") == 0
- or return $fm->error('ERROR_UPDATING');
+ or return $fm->error('ERROR_UPDATING_CONFIGURATION');
return $fm->success('SUCCESS');
}