Update LDAPschema authored by Roland Alton's avatar Roland Alton
...@@ -42,7 +42,7 @@ The following questions follow: ...@@ -42,7 +42,7 @@ The following questions follow:
Groupoffice ldap settings: Groupoffice ldap settings:
```php ```php
$config['ldap_host']='localhost'; $config['ldap_host']='heu16';
$config['ldap_port']='389'; $config['ldap_port']='389';
$config['ldap_user']='admin'; $config['ldap_user']='admin';
$config['ldap_pass']='password is in keepass'; $config['ldap_pass']='password is in keepass';
... ...
......