[SOGo] sogsync -- activesync for sogo -- read/write support enabled -- please help by testing

2012-05-04 Thread mayak-cq
hi all,

i just wanted to remind everyone that activesync is working with sogo
through the use of z-push with a carddav and caldav backend.

in the first release, calendars and address books were read-only,
however, the code base has been modified to allow both read and write.

please do feel free to test and report your results back here.

and of course, a round of applause to francois lacroix for his php
programming .

thanks

mayak

sogo sync home page: https://github.com/xbgmsharp/sogosync
z-push home page: http://z-push.sourceforge.net



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

Re: [SOGo] GAL setup in TB 11

2012-05-04 Thread Christian Mack
Hello Naor Weissmann


On 2012-05-04 14:17, Naor Weissmann (Forthscale) wrote:
 
 04.05.2012, 15:15, Christian Mack christian.m...@uni-konstanz.de:
 Hello Naor

 On 2012-05-03 15:41, na...@siq.co.il wrote:

  i`m trying to setup global address list in Thunderbird but i`m missing a 
 Dav
  url.
  Have SOGo-1.3.14 with private address book url as:
  https://sogo.server.com/SOGo/dav/user/Contacts/personal/

 In order to get the UID of an address book, you have to open an address
 card from this address book.
 In the URL of this address card you see the needed UID of the address
 book after /Contacts/.
 Then just replace personal with the before found UID.

 Example
 Address card URL:
 https://sogo.server.com/SOGo/so/userID/Contacts/unikn_users/raghzz0072/edit

 UID of the address book:
 unikn_users

 DAV URL:
 https://sogo.server.com/SOGo/dav/user/Contacts/unikn_users/

 But be aware, that enterprise address books (the ones coming from LDAP)
 are not supported yet in SOGo Connector, as they don't allow complete
 download of addresses. They are just searchable with a limited resultset.


 we are using sql  - will it have same limitations?
 what would be a good practice for a global address book then for all email 
 clients?
 

Yes, it will have the same limitations.

The rationale behind them are, that you should _not_ synchronize all
addresses to all devices.
E.g. for us this would cause a download of 14 000 addresses!.
Most of them you would never need.

Therefore I think it would be best to wait, till SOGo Connector supports
searching in enterprise address books.


As a work-around you can use a dummy user in SOGo, which has an address
book shared with any authenticated user.
But you have to keep this address book synchron to your LDAP/DB user
base yourself.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Modifying ACL's via sogo-tool

2012-05-04 Thread Ronald J. Yacketta

Hello all!

Is it possible to modify ACL's via sogo-tool? As it stands, we have to 
access the WebUI and modify a Resources ACL in order to set


Public : View All
Confidential : View the Date  Time
Private : None.

We would like to automate the process of adding Resources to SOGo, 
currently we have the LDAP automation portion working and just need to 
figure out the SOGo side.


Regards,

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


[SOGo] Sogo nightly - LDAP authentication doesn't work

2012-05-04 Thread Andreas Schlager
Hi list,

I'm trying to configure LDAP auth. with sogo - but get struggling.
OS authentication works well, but login via webinterfaces gives this
errors in the logs:


May  4 19:15:42 srv1 slapd[4632]: conn=1014 fd=13 ACCEPT from
IP=127.0.0.1:33247 (IP=0.0.0.0:389)
May  4 19:15:42 srv1 slapd[4632]: conn=1014 op=0 BIND
dn=uid=aschlager,dc=daheim,dc=at method=128
May  4 19:15:42 srv1 slapd[4632]: conn=1014 op=0 RESULT tag=97 err=49 text=
May 04 19:15:42 sogod [4960]: SOGoRootPage Login for user 'aschlager'
might not have worked - password policy: 65535  grace: -1  expire: -1 
bound: 0
May  4 19:15:42 srv1 slapd[4632]: conn=1014 op=1 UNBIND
May  4 19:15:42 srv1 slapd[4632]: conn=1014 fd=13 closed

Any help higlhly appreciated.

-Andreas.


signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Sogo nightly - LDAP authentication doesn't work

2012-05-04 Thread skywalk3r
Dne 5/4/2012 7:18 PM, Andreas Schlager napsal(a):
 Hi list,

 I'm trying to configure LDAP auth. with sogo - but get struggling.
 OS authentication works well, but login via webinterfaces gives this
 errors in the logs:


 May  4 19:15:42 srv1 slapd[4632]: conn=1014 fd=13 ACCEPT from
 IP=127.0.0.1:33247 (IP=0.0.0.0:389)
 May  4 19:15:42 srv1 slapd[4632]: conn=1014 op=0 BIND
 dn=uid=aschlager,dc=daheim,dc=at method=128
 May  4 19:15:42 srv1 slapd[4632]: conn=1014 op=0 RESULT tag=97 err=49
 text=
 May 04 19:15:42 sogod [4960]: SOGoRootPage Login for user 'aschlager'
 might not have worked - password policy: 65535  grace: -1  expire: -1 
 bound: 0
 May  4 19:15:42 srv1 slapd[4632]: conn=1014 op=1 UNBIND
 May  4 19:15:42 srv1 slapd[4632]: conn=1014 fd=13 closed

 Any help higlhly appreciated.

 -Andreas. 

Hello, if you are using Active Directory (MS) you have to use
cn=aschlager or ou=aschlager (if your users are stored in organization
group) or use only dc=daheim,dc=at if you are using more OU
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Sogo nightly - LDAP authentication doesn't work

2012-05-04 Thread skywalk3r
Dne 5/4/2012 7:40 PM, skywalk3r napsal(a):
 Dne 5/4/2012 7:18 PM, Andreas Schlager napsal(a):
 Hi list,

 I'm trying to configure LDAP auth. with sogo - but get struggling.
 OS authentication works well, but login via webinterfaces gives this
 errors in the logs:


 May  4 19:15:42 srv1 slapd[4632]: conn=1014 fd=13 ACCEPT from
 IP=127.0.0.1:33247 (IP=0.0.0.0:389)
 May  4 19:15:42 srv1 slapd[4632]: conn=1014 op=0 BIND
 dn=uid=aschlager,dc=daheim,dc=at method=128
 May  4 19:15:42 srv1 slapd[4632]: conn=1014 op=0 RESULT tag=97 err=49
 text=
 May 04 19:15:42 sogod [4960]: SOGoRootPage Login for user 'aschlager'
 might not have worked - password policy: 65535  grace: -1  expire:
 -1  bound: 0
 May  4 19:15:42 srv1 slapd[4632]: conn=1014 op=1 UNBIND
 May  4 19:15:42 srv1 slapd[4632]: conn=1014 fd=13 closed

 Any help higlhly appreciated.

 -Andreas. 

 Hello, if you are using Active Directory (MS) you have to use
 cn=aschlager or ou=aschlager (if your users are stored in organization
 group) or use only dc=daheim,dc=at if you are using more OU
oh sorry i didnt notice BIND dn line.. cn=username, cn=Users,
dc=domain,dc=tld works for me if username is in Users container.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] BTS activities for Friday, May 04 2012

2012-05-04 Thread SOGo reporter
Title: BTS activities for Friday, May 04 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, May 04 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1753
	2012-05-04 06:17:59
	updated (open)
	Apple iCal.app
	Timeshift Problem between sogo and ical
	
	  
	
1791
	2012-05-04 09:03:22
	updated (open)
	Backend Calendar
	Resource auto-accept and ACL
	
	  
	
1787
	2012-05-04 09:54:59
	updated (open)
	Web Address Book
	SOGo won't search cyrillic letters in a LDAP address book
	
	  
	
1790
	2012-05-04 10:23:14
	updated (open)
	Web Calendar
	repeated events
	
	  
	
1784
	2012-05-04 09:09:46
	updated (open)
	Web Mail
	Can`t delete single mails from the trash can
	
	  
	
1785
	2012-05-04 09:04:54
	updated (open)
	Web Mail
	Can`t send mail to "additional email" address
	
	  
	
  
  




Re: [SOGo] Shared mail folders? Dovecot

2012-05-04 Thread acjohnson
I have the exact same issue. I am running SOGo 1.3.14 on debian squeeze with
Dovecot for IMAP and when I right click on a folder and click 'Sharing...' all
I get is a small box that says:


Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET
/SOGo/so/jacks/Mail/0/folderINBOX/acls.

Reason: Error reading from remote server


From reading the mailing lists it looks like I need to configure folder sharing
in Dovecot, but is that all I need to do to get rid of this error, or is there
something that I need to add to my Apache config?

Thank you,
Aaron Johnson
-- 
users@sogo.nu
https://inverse.ca/sogo/lists