Bug #1842
SOGo: add group source
Status: | CLOSED | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-sogo | |||
Target version: | v6.4-beta1 | |||
Security class: | Resolution: | |||
Affected version: | v6.4-alpha2 | NEEDINFO: |
Description
Add the group source to sogo configuration.
The group source must be BEFORE the user source.
Implemented and tested using the following template custom.
/etc/e-smith/templates-custom/sogo-config/10group_source_ldap:
{ # # 20user_source_ldap # push @sogoUserSources, qq( id = groups; type = ldap; CNFieldName = cn; IDFieldName = cn; UIDFieldName = cn; canAuthenticate = YES; bindDN = "cn=sogo,dc=directory,dc=nh"; bindPassword = "$ldapPassword"; baseDN = "ou=Groups,dc=directory,dc=nh"; hostname = ldapi://; scope = ONE; displayName = "$SystemName groups"; isAddressBook = YES; ); ''; }
Associated revisions
sogo-config template: add ldap group source. Refs #1842
History
#1 Updated by Giacomo Sanchietti over 8 years ago
- Status changed from NEW to ON_QA
- Assignee set to Giacomo Sanchietti
- % Done changed from 0 to 50
#2 Updated by Giacomo Sanchietti over 8 years ago
- Status changed from ON_QA to MODIFIED
- % Done changed from 50 to 100
Done.
#3 Updated by Davide Principi about 8 years ago
- Status changed from MODIFIED to CLOSED