[SOGo] authentication succeed but still authentication page shown

2013-09-09 Thread Groupe SOGo

Hi
we finally installed sogo, we configured openldap for
authentication.here is our issue: when credentials are given
we are redirected to authentication page.
lets show you buy screenshots!
1-login


2-after login succeed
 How can we resolve it?
--
users@sogo.nu
https://inverse.ca/sogo/listsattachment: sogo1.PNGattachment: sogo2.PNG

Re: [SOGo] a sogo user who does not need login. (Quick view calendar)

2013-09-09 Thread Christian Mack
Am 2013-09-07 19:50, schrieb Bahti:
 I want to display a link on my intranet,
  for quick view of the calendar, of the dates of eight users.
 
 This link would then use, about twenty users, to quickly see where your
 colleagues are.
 
 eg: http://myserver/SOGo/so/generalCalendarUser/Calendar/view
 so now you see the week view with 8calendar
 
 But I do not want to have the login window, for the generalCalendarUser.
 
 How could I do this.
 'm Thankful for every tip.
 

You only can use anonymous access to single calendars without login.
Be aware with that anyone can see these calendars without login.

Usually one uses sharing of calendars to achieve the visibility of
calendars between team members.
With that, one only needs to login to your own calendar an you see the
others.


Kind regards,
Christian Mack

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


Re: [SOGo] authentication succeed but still authentication page shown

2013-09-09 Thread Christian Mack
Hello

Am 2013-09-09 13:30, schrieb Groupe SOGo:

 we finally installed sogo, we configured openldap for
 authentication.here is our issue: when credentials are given
 we are redirected to authentication page.
 lets show you buy screenshots!
 1-login
 
 
 2-after login succeed
  How can we resolve it?
 

Those pictures don't show anything.

Please check the sogo log under /var/log/sogo


Kind regards,
Christian Mack

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


Re: [SOGo] admin login trouble

2013-09-09 Thread Christian Mack
Am 2013-09-06 09:21, schrieb J.:
 I hope I'm not overwhelming the list here, but I was able to add the
 admin account and set the password once I added an ou for users, but I
 still can't login to the sogo web admin page. It says Wrong username or
 password. and this is what's in the log:
 
 127.0.0.1 - - [06/Sep/2013:07:14:54 GMT] GET /SOGo/ HTTP/1.0 200
 11817/0 0.052 - - 1M
 Sep 06 07:15:13 sogod [27759]: |SOGo| starting method 'POST' on uri
 '/SOGo/connect'
 Sep 06 07:15:13 sogod [27759]: [ERROR] 0x0x7f0f79087020[LDAPSource]
 Could not bind to the LDAP server ldap://127.0.0.1:389 (389) using the
 bind DN: uid=sogo,ou=users,dc=mail,dc=mydomain,dc=com
 Sep 06 07:15:13 sogod [27759]: [ERROR] 0x0x7f0f79087020[LDAPSource]
 NSException: 0x7f0f7915e4b0 NAME:LDAPException REASON:operation bind
 failed: Invalid credentials (0x31) INFO:{login =
 uid=sogo,ou=users,dc=mail,dc=mydomain,dc=com; }
 cut 

Could not bind to the LDAP server ldap://127.0.0.1:389 (389) using the
bind DN: uid=sogo,ou=users,dc=mail,dc=mydomain,dc=com
Invalid credentials

Means you didn't give SOGo the correct password for user
uid=sogo,ou=users,dc=mail,dc=mydomain,dc=com in your sogod config.
Therefore SOGo can not search for the user entered on the webinterface
and will not login at all.

Please check
bindPassword in your SOGoUserSources section.


Kind regards,
Christian Mack

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


Re: [SOGo] Login Problem on SOGO Fresh Instal

2013-09-09 Thread Christian Mack
Hello mrito


Am 2013-08-31 16:03, schrieb mr...@mail.altcladding.com.ph:
 Thanks for your help Christian. I just realized that I forgot to create a
 sogo database and that is the reason I am receiving the error message.
 
 Going forward, I've created an ldap user test1  test2 but when I login on
 my Sogo Portal it still do not allow me to login. Then as per checking on
 the log, I receive the following error messages:
 Aug 31 09:31:22 sogod [2207]: [ERROR] 0x0xb4d2f04c[LDAPSource]
 NSException: 0xb4d2060c NAME:LDAPException REASON:operation bind failed:
 Invalid credentials (0x31) INFO:{login =
 uid=sogo,ou=admin,dc=oc,dc=local; }
 Aug 31 09:31:22 sogod [2207]: SOGoRootPage Login from '192.168.43.10' for
 user 'admin' might not have worked - password policy: 65535  grace: -1 
 expire: -1  bound: 0
 ... 
 
 Below if my LDAP config on sogo.conf:
 /* LDAP authentication example */
   SOGoUserSources = (
 {
   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
   baseDN = ou=people,dc=oc,dc=local;
   //bindDN = uid=test2,dc=oc,dc=local;
   bindDN = dc=oc,dc=local;
   bindPassword = 1687056;
   canAuthenticate = YES;
   displayName = Shared Addresses;
   hostname = ldap://127.0.0.1:389;;
   id = public;
   isAddressBook = YES;
 }
   );
 
 I would appreciate if you could help me again.
 

Your setting in bindDN doesn't match the error message.
Your config states
bindDN = dc=oc,dc=local;
which is obviously not a valid user in LDAP at all.

but your error message tells
uid=sogo,ou=admin,dc=oc,dc=local

bindDN must contain a valid user in LDAP, which has permissions to at
least read all users.
The password given in bindPassword has to match the user in bindDN.

Also I assume you didn't restart sogod after changing these settings.


Kind regards,
Christian Mack

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


Re: [SOGo] authentication succeed but still authentication page shown

2013-09-09 Thread Stephen Ingram
On Mon, Sep 9, 2013 at 4:30 AM, Groupe SOGo n...@sonerep.com wrote:

 Hi
 we finally installed sogo, we configured openldap for
 authentication.here is our issue: when credentials are given
 we are redirected to authentication page.
 lets show you buy screenshots!
 1-login


 2-after login succeed
  How can we resolve it?


You need to setup apache ao you can use port 80 or 443. You can't log
directly into SOGo on port 2!

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

Re: [SOGo] authentication succeed but still authentication page shown

2013-09-09 Thread Groupe SOGo

hi again;
we resolved the issue.the issue was due to the fact that memcached was 
not started.

since we are running CentOS this is what we did to reslve it:
-we make sure memcached shall start on boot , execute chkconfig 
memcached

-we start it ,execute: service memcached start
Thanks to all.

Le 09/09/2013 15:30, Stephen Ingram a écrit :
On Mon, Sep 9, 2013 at 4:30 AM, Groupe SOGo n...@sonerep.com 
mailto:n...@sonerep.com wrote:


Hi
we finally installed sogo, we configured openldap for
authentication.here is our issue: when credentials are given
we are redirected to authentication page.
lets show you buy screenshots!
1-login


2-after login succeed
 How can we resolve it?


You need to setup apache ao you can use port 80 or 443. You can't log 
directly into SOGo on port 2!


Steve


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

[SOGo] php-push2 question

2013-09-09 Thread Donny Brooks
I have z-push setup and functioning just fine on an external server. However I am looking to test out the modified php-push2 so it can integrate the contacts and calendar without seperate server settings, mainly on apple devices. The only problem I am running in to is I am running CentOS 6.4, so there is no libawl-php in any of the repositories I can find. the site in the readme is not reachable either. Is this a package that is needed for it to work at all? If it is needed, can someone point me to where to obtain it?--Donny B.


[SOGo] nightly builds, Debian 32 Bit

2013-09-09 Thread Mario Gruenwald
Hi

Today i want to change from
  deb http://inverse.ca/debian wheezy wheezy
to 
  deb http://inverse.ca/debian-nightly wheezy wheezy

Problem:
 sogo-openchange depends on sogo (= 2.0.7.20130829-1) [UNAVAILABLE]

When i search in
http://inverse.ca/debian-nightly/pool/wheezy/s/sogo/
i only find sogo_2.0.7.20130829-1_amd64.deb, but i need i386.

Any tips?

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


Re: [SOGo] php-push2 question

2013-09-09 Thread Corrado Fiore
Dear Donny,

I was able to compile libawl-php on a CentOS 6.4 box just fine.  It's a package 
that you won't find in RPM format, but compilation is easy enough.

On a related note, my favorite fork of Z-Push 
(https://github.com/fmbiete/Z-Push-contrib/blob/master/INSTALL) seems to not 
require libawl-php anymore (I haven't tested it myself, as I installed it on 
the same box where I had compiled libawl-php).

Best,
Corrado

_
On Sep 9, 2013, at 18:06 , Donny Brooks wrote:

 I have z-push setup and functioning just fine on an external server. However 
 I am looking to test out the modified php-push2 so it can integrate the 
 contacts and calendar without seperate server settings, mainly on apple 
 devices. The only problem I am running in to is I am running CentOS 6.4, so 
 there is no libawl-php in any of the repositories I can find. the site in the 
 readme is not reachable either. Is this a package that is needed for it to 
 work at all? If it is needed, can someone point me to where to obtain it?
 
 --
 Donny B.



smime.p7s
Description: S/MIME cryptographic signature


[SOGo] FreeBSD 9.2-RC2 SOPE compilation problem

2013-09-09 Thread pathiaki2
Hi,

I'm trying to get 2.0.5 to compile on FBSD 9.2-RC2.

This used to work with the new ports that Jim Riggs was putting in.  (I spend
some time in the May/June time frame working this.

However, now when I try to make SOPE, I get the following:

===  License LGPL20 accepted by the user
===  Found saved configuration for sope-2.0.5
===   sope-2.0.5 depends on file: /usr/local/sbin/pkg - found
=== Fetching all distfiles required by sope-2.0.5 for building
===  Extracting for sope-2.0.5
= SHA256 Checksum OK for SOPE-2.0.5.tar.gz.
===  Patching for sope-2.0.5
===  Applying FreeBSD patches for sope-2.0.5
===   sope-2.0.5 depends on file:
/usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh - found
===   sope-2.0.5 depends on file:
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so - found
===   sope-2.0.5 depends on executable: gmake - found
===   sope-2.0.5 depends on shared library: ldap - found
===   sope-2.0.5 depends on shared library: objc.4 - found
===   sope-2.0.5 depends on shared library: ldap-2.4.8 - found
===   sope-2.0.5 depends on shared library: pq.5 - found
===  Configuring for sope-2.0.5
GNUstep environment:
  system: /usr/local/GNUstep/System
  local:  /usr/local/GNUstep/Local
  user:   /root/GNUstep
  path:  
/usr/local/GNUstep/System:/usr/local/GNUstep/Network:/usr/local/GNUstep/Local:/root/GNUstep
  flat:   yes
  arch:   amd64-portbld-freebsd9.2
  combo:  gnu-gnu-gnu

Configuration:
  FHS:install in GNUstep tree
  debug:  yes
  strip:  no
  prefix: /usr/local/GNUstep/Local
  frameworks: 
  gstep:  /usr/local/GNUstep/System/Library/Makefiles
  config: /var/ports/basejail/usr/ports/devel/sope/work/SOPE/config.make
  script: /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh

creating: /var/ports/basejail/usr/ports/devel/sope/work/SOPE/config.make
optional library found: xml2
optional library found: ldap
optional library found: ssl
optional library found: pq
configuring NGStreams library  done (log in config-NGStreams.log).
===  Building for sope-2.0.5
This is gnustep-make 2.6.5. Type 'gmake print-gnustep-make-help' for help.
Making all in sope-xml ...
Making all in SaxObjC ...
Making all for library libSaxObjC...
 Compiling file SaxAttributeList.m ...
SaxAttributeList.m:163:34: warning: format specifies type 'unsigned int' but
the argument has type 'SaxAttributeList *'
  [-Wformat]
  [s appendFormat:@%08X[%@]:, self, NSStringFromClass([self class])];
 ^~~~
 %8@
1 warning generated.
 Compiling file SaxAttributes.m ...
SaxAttributes.m:216:34: warning: format specifies type 'unsigned int' but the
argument has type 'SaxAttributes *' [-Wformat]
  [s appendFormat:@%08X[%@]:, self, NSStringFromClass([self class])];
 ^~~~
 %8@
1 warning generated.
 Compiling file SaxDefaultHandler.m ...

.
.
.
.
.
.
until.
 Compiling file NSException+misc.m ...
NSException+misc.m:86:1: warning: category is implementing a method which will
also be implemented by its primary class
  [-Wobjc-protocol-method-implementation]
- (id)copyWithZone:(NSZone *)_zone {
^
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:235:1: note:
method 'copyWithZone:' declared here
- (id) copyWithZone: (NSZone*)zone;
^
NSException+misc.m:108:10: error: 'NSException' does not have a member named
'_e_reason'
  [self-_e_reason release];
     ^
NSException+misc.m:109:9: error: 'NSException' does not have a member named
'_e_reason'
  self-_e_reason = _reason;
    ^
1 warning and 2 errors generated.
gmake[6]: *** [obj/FdExt.obj/NSException+misc.m.o] Error 1
gmake[5]: *** [internal-subproject-all_] Error 2
gmake[4]: *** [FdExt.all.subproject.variables] Error 2
gmake[3]: *** [libNGExtensions.all.library.variables] Error 2
gmake[2]: *** [internal-all] Error 2
gmake[1]: *** [internal-all] Error 2
gmake: *** [internal-all] Error 2
*** [do-build] Error code 2

Stop in /basejail/usr/ports/devel/sope.
*** [build] Error code 1

Stop in /basejail/usr/ports/devel/sope.
root@team:/usr/ports/devel/sope # 


Now, in the NGStreams log file I have:
checking build system type... x86_64-unknown-freebsd9.2
checking host system type... x86_64-unknown-freebsd9.2
checking target system type... x86_64-unknown-freebsd9.2
checking for gcc... /usr/bin/clang
checking for ranlib... ranlib
checking for ar... ar
checking for dlltool... dlltool
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/clang accepts -g... yes
checking for /usr/bin/clang option to accept ISO C89... none needed
checking for chown in -lnsl... no
checking for accept in -lsocket... no
checking for  in -lwsock32... no
checking for  in -ladvapi32... no
checking for dirent.h 

Re: [SOGo] ActiveSync question

2013-09-09 Thread Marcio Merlone

Em 06-09-2013 15:53, Corrado Fiore escreveu:

I could not make it work with SOGo. I commented all but BackendImap, caldav and 
carddav on combined/config.php, edited each config.php for each enabled 
backend, and yet only imap works. When I try to list available calendars on my 
account it shows nothing.

Could you please post the relevant lines in the CardDAV / CalDAV backends' conf 
to a pastebin?  It's likely that the paths you specified are the culprit here.

Hi,

Indeed. I managed to find out what was wrong by try-and-miss some days 
ago, just could not yet give it back. In order to caldav backend work 
with SOGo, I had to fiddle with its config.php to dismember the whole 
caldav url into its correct defines, as follows:


define('CARDDAV_PROTOCOL', 'https');
define('CARDDAV_SERVER', 'sogo.domain.tld');
define('CARDDAV_PORT', '443');
define('CARDDAV_PATH', '/SOGo/dav/%u/');
define('CARDDAV_CONTACTS_FOLDER_NAME', 'Contacts/personal');

For instance, if you define('CARDDAV_PATH', '/SOGo/dav/%u/Contacts') 
taking Contacts off from below, it wont work. At the end, ActiveSync 
is working smooth for imap and caldav, have not tested contacts, dont 
miss that, but I assume is working :P


Best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] BTS activities for Monday, September 09 2013

2013-09-09 Thread SOGo reporter
Title: BTS activities for Monday, September 09 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, September 09 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2405
	2013-09-09 11:16:21
	updated (open)
	OpenChange backend
	Samba4 PANIC error
	
	  
	
2406
	2013-09-09 08:55:10
	updated (open)
	Web Mail
	Proxy Error when viewing mail with simple text file attachment
	
	  
	
2410
	2013-09-09 06:55:17
	new (open)
	Web Mail
	HTML as Signature