[SOGo] BTS activities for Thursday, July 04 2019

2019-07-04 Thread SOGo reporter
Title: BTS activities for Thursday, July 04 2019





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, July 04 2019

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
4774
	2019-07-04 10:00:41
	updated (open)
	Backend General
	password change using sha256-crypt/sha512-crypt with OpenLDAP backend)
	
	  
	
4473
	2019-07-04 17:33:15
	feedback (reopened)
	Apple Calendar (Mac OS X)
	User availability (free / busy lookup) -  via additional email addresses (aliases)
	
	  
	
4757
	2019-07-04 06:53:53
	assigned (reopened)
	Backend Mail
	Getting this all time on log
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists

[SOGo] sogo-tool, modify user preferences

2019-07-04 Thread Alexey Dunaev
Dear SOGo community,
I'm trying to share a calendar from one mailbox to other users with
availability through MS Outlook via ActiveSync connection.

I've done with sharing using command
~# sogo-tool manage-acl add meetingr...@example.com Calendar/personal
ad...@example.com [\"PublicModifier\"]
~# sogo-tool manage-acl subscribe meetingr...@example.com Calendar/personal
ad...@example.com [\"PublicModifier\"]

And now i should add option 'Synchronize (Microsoft Enterprise ActiveSync)'
with sogo-tool (still unchecked on this screenshot http://0x0.st/z2jy.png)
I didn't find exact option names (by google or sogo sources) and have tried
something like this (of cource it's wrong):
~# sogo-tool user-preferences set settings ad...@example.com '{"Calendar":
{"FolderSynchronize": {"meetingr...@example.com:Calendar\/personal"
: 1}}}'
after i've inspect mysql database with user settings and changing
preferences via web interface but have no luck.
Also i've tried a 'hack' - via my external script i've added
'FolderSynchronize' parameter into mysql sogo_user_profile table,
c_settings row, exactly (except an order of parameters in array) like SOGo
doing this after parameter checked in web-interface, but this doesn't help.

Can someone explain right syntax to use sogo-tool user-preferences or any
other ways how to enable ActiveSync Synchronize from 'admin' side, without
necessity to user side actions?

Thank you.

P.S. even built-in help message with command 'sogo-tool user-preferences
get defaults janedoe SOGoLanguage' for my mailbox returns "Value for key
"SOGoLanguage" not found in settings"
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Free IPA Address Book Group Members

2019-07-04 Thread Eslam Basyouni
 i think that it's related to ldap filter but from SOGo side , until now i 
don't know, how to do it


On Wednesday, July 3, 2019, 03:24:55 PM GMT+2, Eslam Basyouni 
 wrote:  
 
  Thank you  for your replay , but if you create personal groups you can add 
members in it and you can see them like the below pic





On Wednesday, July 3, 2019, 02:33:24 PM GMT+2, Christian Naumer 
 wrote:  
 
 AS far as I know this is normal. We also don't see any members in the
groups we are using (in SOGo). In SOGo Ldap-Groups are only managing
ACLs etc. Not something like mailgroups.

Hope this helps.


regards

Christian

Am 02.07.19 um 15:49 schrieb Eslam Basyouni (eslam.basyo...@yahoo.com):
>  any update , anybody help 
> 
>    On Saturday, June 29, 2019, 11:37:26 PM GMT+2, Eslam Basyouni 
> wrote:  
>  
>  Hello Everyone ,
> First of All i want to apologize if this not the right place to post , where 
> this my first post .
> i have Free IPA as my LDAP where i can see users in Address Book and Groups , 
> But i can't see Groups Members , i had try more and more configuration before 
> i post here , so kindly advice 
> my configuration:
>   SOGoUserSources = (
> {
>  type = ldap;
>  CNFieldName = cn;
>  IDFieldName = uid;
>  UIDFieldName = uid;
>  baseDN = "cn=users,cn=accounts,dc=mydomain,dc=com";
>  bindDN = "uid=user2,cn=users,cn=accounts,dc=mydomain,dc=com";
>  bindPassword = P@ssw0rd2;
>  canAuthenticate = YES;
>  displayName = "Users";
>  hostname = ldap://192.168.0.10:389;
>  id =users;
>  isAddressBook = YES;
> },
> {
>  type = ldap;
>  CNFieldName = cn;
>  IDFieldName = cn;
>  UIDFieldName = cn;
>  baseDN = "cn=groups,cn=accounts,dc=mydomain,dc=com";
>  bindDN = "uid=user2,cn=users,cn=accounts,dc=mydomain,dc=com";
>  bindPassword = P@ssw0rd2;
>  canAuthenticate = YES;
>  displayName = "Groups";
>  hostname = ldap://192.168.0.10:389;
>  id = groups;
>  isAddressBook = YES;
> },
>  {
>   type = ldap;
>   CNFieldName = cn;
>   UIDFieldName = uid;
>   IDFieldName = uid; // first field of the DN for direct binds
>   bindFields = (uid, mail); // array of fields to use for indirect binds
>   bindDN = "uid=user2,cn=users,cn=accounts,dc=mydomain,dc=com";
>   bindPassword = P@ssw0rd2;
>   canAuthenticate = YES;
>   hostname = ldap://192.168.0.10:389;
>   id = public;
>   isAddressBook = no;
> }
>   );
> 

-- 
Dr. Christian Naumer
Unit Head Bioprocess Development
B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /  fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Juergen Eck (Vorsitzender), Manfred Bender,
Ludger Roedder
Aufsichtsratsvorsitzender: Dr. Georg Kellinghusen
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
  -- 
users@sogo.nu
https://inverse.ca/sogo/lists  
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Enable ActiveSync to certain users

2019-07-04 Thread Riccardo Bicelli
Didn't know this option.

Il giorno gio 4 lug 2019 alle ore 12:46 Francis Lachapelle
 ha scritto:
>
> Hi Jose
>
> > On Jul 3, 2019, at 6:48 PM, Jose David Bravo A 
> > (jbr...@colombiahosting.com.co)  wrote:
> >
> > Is there any way to activate SOGo ActiveSync only to certain users?
>
> You can add a ModulesConstraints for ActiveSync in your authentication source:
>
> ModulesConstraints = {
>   ActiveSync = {
> ou = employees;
>   };
> };
>
> See 
> https://sogo.nu/files/docs/SOGoInstallationGuide.html#_authentication_using_ldap
>
> Francis
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Enable ActiveSync to certain users

2019-07-04 Thread Francis Lachapelle
Hi Jose

> On Jul 3, 2019, at 6:48 PM, Jose David Bravo A 
> (jbr...@colombiahosting.com.co)  wrote:
> 
> Is there any way to activate SOGo ActiveSync only to certain users?

You can add a ModulesConstraints for ActiveSync in your authentication source:

ModulesConstraints = {
  ActiveSync = {
ou = employees;
  };
};

See 
https://sogo.nu/files/docs/SOGoInstallationGuide.html#_authentication_using_ldap

Francis
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Enable ActiveSync to certain users

2019-07-04 Thread Riccardo Bicelli
Hello,
assuming you are using ldap, for enabling activesync only for certain
users you could try to get a separate Activesync instance (See
https://sogo.nu/support/faq/dedicated-separate-sogo-instance-for-activesync.html)
and use a different ldap filter based on groups in its configuration
file.

Better you could create a dedicated install of SOGo only for activesync.

Il giorno gio 4 lug 2019 alle ore 01:45 Jose David Bravo A
 ha scritto:
>
> Hi!
>
> Is there any way to activate SOGo ActiveSync only to certain users?
>
> thanks!
>
> Jose Bravo
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists