mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
added support for limiting the access to setup on certain IP's, IP-ranges or hostnames,
added hostnames to the message too
This commit is contained in:
parent
3b632d36c7
commit
d0ee0be13b
@ -219,7 +219,7 @@ ldap import users setup de LDAP-Benutzer importieren
|
||||
ldap modify setup de LDAP Ändern
|
||||
ldap root password setup de LDAP-Root-Passwort
|
||||
ldap rootdn setup de LDAP rootdn
|
||||
limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1) setup de Zugang zu Setup auf die folgenden IP Adressen oder Netzwerke beschränken (z.B. 127.0.0.1,10.1.1)
|
||||
limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org) setup de Zugang zu Setup auf die folgenden IP Adressen, Netzwerke oder Hostnamen beschränken (z.B. 127.0.0.1,10.1.1,myhost.dnydns.org)
|
||||
login to mysql - setup de mysql aufrufen -
|
||||
logout setup de Abmelden
|
||||
makesure setup de Stellen Sie sicher, dass Ihre Datenbank erstellt und die Benutzerrechte gesetzt wurden
|
||||
|
@ -215,7 +215,7 @@ ldap import users setup en LDAP import users
|
||||
ldap modify setup en LDAP Modify
|
||||
ldap root password setup en LDAP root password
|
||||
ldap rootdn setup en LDAP rootdn
|
||||
limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1) setup en Limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1)
|
||||
limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org) setup en Limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org)
|
||||
login to mysql - setup en Login to mysql -
|
||||
logout setup en Logout
|
||||
makesure setup en Make sure that your database is created and the account permissions are set
|
||||
|
@ -572,7 +572,7 @@
|
||||
$setup_tpl->set_var('mcrypt',$GLOBALS['phpgw_info']['server']['versions']['mcrypt']);
|
||||
$setup_tpl->set_var('mcrypt_iv',$GLOBALS['phpgw_info']['server']['mcrypt_iv']);
|
||||
|
||||
$setup_tpl->set_var('lang_setup_acl',lang('Limit access to setup to the following addresses or networks (e.g. 10.1.1,127.0.0.1)'));
|
||||
$setup_tpl->set_var('lang_setup_acl',lang('Limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org)'));
|
||||
$setup_tpl->set_var('setup_acl',$GLOBALS['phpgw_info']['server']['setup_acl']);
|
||||
|
||||
if(@$GLOBALS['phpgw_info']['server']['show_domain_selectbox'])
|
||||
|
Loading…
Reference in New Issue
Block a user