0001-sogo-config-template-sogoUserSources-elements-order-.patch
root/etc/e-smith/templates/sogo-config/15group_source_ldap | ||
---|---|---|
3 | 3 |
# 15group_source_ldap |
4 | 4 |
# |
5 | 5 | |
6 |
push @sogoUserSources, |
|
6 |
# WARNING: the order of the elements in @sogoUserSources is |
|
7 |
# fundamental for sharing calendars and addressbooks. Refs #2808 |
|
8 |
unshift @sogoUserSources, |
|
7 | 9 |
qq( |
8 | 10 |
id = groups; |
9 | 11 |
type = ldap; |
root/etc/e-smith/templates/sogo-config/20user_source_ldap | ||
---|---|---|
3 | 3 |
# 20user_source_ldap |
4 | 4 |
# |
5 | 5 | |
6 |
push @sogoUserSources, |
|
6 |
# WARNING: the order of the elements in @sogoUserSources is |
|
7 |
# fundamental for sharing calendars and addressbooks. Refs #2808 |
|
8 |
unshift @sogoUserSources, |
|
7 | 9 |
qq( |
8 | 10 |
id = users; |
9 | 11 |
type = ldap; |
10 |
- |