--- e-smith-base+ldap-4.19.1/root/etc/e-smith/web/functions/remoteaccess.add2general2 2008-07-04 23:13:37.000000000 +0200 +++ e-smith-base+ldap-4.19.1/root/etc/e-smith/web/functions/remoteaccess 2008-07-04 23:13:37.000000000 +0200 @@ -132,7 +132,7 @@ DESC_SSH --- e-smith-base+ldap-4.19.1/root/etc/e-smith/web/functions/directory.add2general2 2008-07-04 23:13:37.000000000 +0200 +++ e-smith-base+ldap-4.19.1/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-base+ldap-4.19.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/directory.add2general3 2008-07-04 23:22:42.000000000 +0200 +++ e-smith-base+ldap-4.19.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/directory 2008-07-04 23:23:18.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-base+ldap-4.19.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/directory.pm.add2general4 2008-07-05 18:29:50.000000000 +0200 +++ e-smith-base+ldap-4.19.1/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'); }