Horde Groupware

Can you please post you group config. At my side I have the problem that I get a blank screen. :confused:

I’m not at work, I’ll post it tomorrow.

Thanks for reply. Managed it my own.

my config:

$conf['group']['params']['basedn'] = 'cn=users,dc=ns7,dc=lan';
$conf['group']['params']['scope'] = 'sub';
$conf['group']['params']['gid'] = 'cn';
$conf['group']['params']['memberuid'] = 'member';
$conf['group']['params']['user']['basedn'] = 'cn=users,dc=ns7,dc=lan';
$conf['group']['params']['user']['uid'] = 'samaccountname';
$conf['group']['params']['user']['filter'] = '(objectClass=user)(objectCategory=group)';
$conf['group']['params']['user']['filter_type'] = 'filter';
$conf['group']['params']['attrisdn'] = true;
$conf['group']['params']['newgroup_objectclass'] = array('posixGroup', 'hordeGroup');
$conf['group']['params']['writedn'] = 'NS7\HORDETEST$';
$conf['group']['params']['writepw'] = 'xxxxxxxx';
$conf['group']['params']['search']['filter'] = '(objectcategory=group)';
$conf['group']['params']['search']['filter_type'] = 'filter';
$conf['group']['params']['driverconfig'] = 'horde';
$conf['group']['driver'] = 'Ldap';

my two cents, try to work together to validate one ldap configuration…the wiki could be a good place

2 Likes

o.k. I’ve installed some apps and I’ve to say, sorry, but the webinterface is ugly!

Come on. Really. Compared to webtop it is… :scream:

Should I :laughing: or should I :sob: Really don’t know.

1 Like

I’d say that you’d judge an app about its features…

Horde is stable, maintained, translated, simple to install, has many features, used worldwide by many users and it’s not in beta stage…
and has some themes (see, for example https://www.knthost.com/horde/horde-webmail-theme)

2 Likes

Yes it’s working fine.

1 Like

Added Samba Authentication to my HowTo at post 24

We have a functional LDAP configuration now, and it’s added to my howto, but the howto is not ready yet.
There are more modules I have to install.

1 Like

@m.traeumner and @dnutan it was a pleasure to work with you. We were a good team. :slight_smile:
I reread your howto and I think it’s fine as it is. :thumbsup:
One question: I’m not able to manage the users and groups from horde. I get a failure that says insuffucient rights. Same at your side? I think it’s no problem, because it’s better to manage users and groups by neth-gui, but i had to try it. Couldn’t withstand. :blush:

2 Likes

IIRC on the groups tab there are some fields to specify bind user with write permissions. …? or something like that

Agree

1 Like

I can change user settings but it dosn’t effect to neth-gui user. If you want to create new user there is a message that it’s not allowed with active directory.

Yes we are a good team :slight_smile:
Thanks for your work @flatspin and @dnutan

1 Like

Here is a list of possible horde modules

https://www.horde.org/development/modules

I :heart: this mood, thanks guys for being so awesome!

1 Like

Hi Ralf,
did you get the mailadresses from neth-samba?
I try to setup webmail, but I’ve only usernames, so I can’t write mails.

@m.traeumner Sorry didn’t try it yet. Will do it when I have some time.

1 Like

Hi Ralf,
thanks for answer. Horde didn’t get the Full Name and mail adress from samba AD. You don’t have to setup webmail, you can see it by ussers at the configuration.
I think it’s something with preferences tab. These are my settings, but it didn’t work. And…Pace yourself! I don’t need it, I only want to have it :joy:

$conf['prefs']['maxsize'] = 65535;
$conf['prefs']['params']['hostspec'] = array('IP of Samba Container');
$conf['prefs']['params']['port'] = 389;
$conf['prefs']['params']['tls'] = false;
$conf['prefs']['params']['timeout'] = 5;
$conf['prefs']['params']['version'] = 3;
$conf['prefs']['params']['binddn'] = 'yourBindDN';
$conf['prefs']['params']['bindpw'] = 'yourPassword';
$conf['prefs']['params']['user']['basedn'] = 'cn=users,yourBaseDN';
$conf['prefs']['params']['user']['uid'] = 'samaccountname';
$conf['prefs']['params']['user']['filter'] = '(objectClass=Person)';
$conf['prefs']['params']['user']['filter_type'] = 'filter';
$conf['prefs']['params']['bindas'] = 'admin';
$conf['prefs']['params']['basedn'] = 'cn=users,yourBaseDN';
$conf['prefs']['params']['scope'] = 'sub';
$conf['prefs']['params']['uid'] = 'samaccountname';
$conf['prefs']['params']['driverconfig'] = 'custom';
$conf['prefs']['driver'] = 'Ldap';
1 Like

Hi,
can somebody else who tried Horde please have a look at

/var/log/horde/horde.log

I’ve the following error:

ERR: HORDE [nag] Invalid filter syntax: multiple leaf components detected [pid 8936 on line 390 of “/usr/share/pear/Horde/Group/Ldap.php”]

I don’t know if it’s something about my Preferences-Settings.

Hi Michael,

same here with nag, kronolith, turba and mnemo.

2017-03-02T10:58:08+00:00 ERR: HORDE [kronolith] Invalid filter syntax: multiple leaf components detected [pid 1238 on line 390 of "/usr/share/pear/Horde/Group/Ldap.php"]
2017-03-02T10:58:08+00:00 ERR: HORDE [turba] Invalid filter syntax: multiple leaf components detected [pid 1238 on line 390 of "/usr/share/pear/Horde/Group/Ldap.php"]
2017-03-02T10:58:08+00:00 ERR: HORDE [nag] Invalid filter syntax: multiple leaf components detected [pid 1238 on line 390 of "/usr/share/pear/Horde/Group/Ldap.php"]
2017-03-02T10:58:08+00:00 ERR: HORDE [mnemo] Invalid filter syntax: multiple leaf components detected [pid 1238 on line 390 of "/usr/share/pear/Horde/Group/Ldap.php"]

PS: Mailsending also doesn’t work on my side.

Hi Ralf,
thanks for answer, I’ll try mail sending next days.

6 posts were split to a new topic: Which primary mail client in NethServer?