Re: [SOGo] help ...

2013-08-05 Thread Lennart Barfod
Hi,

… just look at the logfile! 

We need more information to help you (OS, Version and error log Output …)



Am 04.08.2013 um 02:06 schrieb husam.shabeeb hus.shab...@gmail.com:

 Dear Friend ,
 I have send many emails here trying to get help now one answer me ..
 am trying to configure sogo with 389 directory ..
 And login user ,
  
 sogo login error.png

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

[SOGo] using own LDAP schema - how to textend SOGo?

2013-07-30 Thread Lennart Barfod
Hi,

I've installed SOGo (latest staple Version) on CentOS 6.

I want to use the LDAP addressbook with some LDAP Attributes from my own LDAP 
Schema. So I've to textend the Temples - and sources. But where I can define 
the new LDAP Attributes so that I can use them in SOGo and how I can bring them 
to the frontend / templates?

May anyone else did steps like this?

King regards,
Lenn-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] SOGo and LDAP (Adress books)

2013-06-25 Thread Lennart Barfod
Hi,

I'm using SOGo 2.0.6, running on latest CentOS 6.

I want to use the LDAP adressbook: my problem: I configured LDAP correctly and 
I can find contacts, but don't use them. 

I think SOGo needs spezific LDAP objectClasses? (InetOrgPerson and 
posixAccount?)

When I create a new contact in SOGo in an LDAP Adressbook, it works fine, but 
all LDAP Entrys were created with a numeric iid and cn Attribute. Is it 
possible to change SOGo spezific objectClasses and Attributes in the source 
code? Where I can find the right sources (on my centos server)?

Best regards,
Lenn -- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] SOGo and LDAP adressbook

2013-06-19 Thread Lennart Barfod
Hi,

I've installed SOGo 2.0.5a and configured an ldap adressbook like this:

SOGoUserSources = (
{
  type = ldap;
  CNFieldName = cn;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN = ou=staff,ou=staff,dc=domain,dc=de;
  canAuthenticate = YES;
  displayName = Staff;
  bindFields = (uid);
  hostname = ldap://ldap.domain.de:389;
  id = public;
  scope = subtree;
  isAddressBook = YES;
},

 {
  type = ldap;
  CNFieldName = cn;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN = ou=adresses,dc=domain,dc=de;
  canAuthenticate = No;
  displayName = Adressen;
  hostname = ldap://ldap.domain.de:389;
  id = publicadress;
  scope = subtree;
  isAddressBook = YES;
  modifiers = lennart;
  mapping = {
  o = company;
  };
}

  );

Now using the LDAP (the second one) I find some entries - but can't work with 
them. I cant' copy them to my local adressbook (error: Adress dös not exist), 
and double clicking on the addresses opens a new windows with error an error 
occurred during object publishing - the requested object could not be found!.

Is this a General Problem with LDAp or is there something wrong with my system?

By the way - where can I find a complete list with the LDAP Attributes SOGo 
uses?

King regards,
Lenni-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo and LDAP adressbook

2013-06-19 Thread Lennart Barfod
Hi Alain,

Thanks for you reply!

I configured access to LDAP with a bind user, but the errors and my problems 
are the same. I tried bindAsCurrentUser too (yes, I've enough rights reading 
and writing to LDAP) but it didn't work.

I can't find a problem in the error lots - exept a lot of SOGoCache errors, 
but I think they shouldn't be a problem.

Any other suggestions?

Thanks, greeting,
Lenni

Am 19.06.2013 um 11:47 schrieb ABBAS Alain alain.ab...@libertech.fr:

 Hello
 Your ldap is in anonymous access , maybe anonymous allow just the searrch in 
 your ldap server (should be normal)
 if yes you have to authenticate with an account :
 with
  bindDN = uid=an account,dc=myldap;
  bindPassword = mypassword;
 
 I tried on mine and works well i can see the card and i can copy them
 
 Regards
 
 
 
 Le Mercredi 19 Juin 2013 10:40 CEST, Lennart Barfod 
 bar...@message-mobile.de a écrit:
  
 
 Hi,
 
 I've installed SOGo 2.0.5a and configured an ldap adressbook like this:
 
 SOGoUserSources = (
 {
 type = ldap;
 CNFieldName = cn;
 IDFieldName = uid;
 UIDFieldName = uid;
 baseDN = ou=staff,ou=staff,dc=domain,dc=de;
 canAuthenticate = YES;
 displayName = Staff;
 bindFields = (uid);hostname = ldap://ldap.domain.de:389;
 id = public;
 scope = subtree;
 isAddressBook = YES;
 },
 
 {
 type = ldap;
 CNFieldName = cn;
 IDFieldName = uid;
 UIDFieldName = uid;
 baseDN = ou=adresses,dc=domain,dc=de;
 canAuthenticate = No;
 displayName = Adressen;
 hostname = ldap://ldap.domain.de:389;
 id = publicadress;
 scope = subtree;
 isAddressBook = YES;
 modifiers = lennart;
 mapping = {
 o = company;
 };
 }
 
 );
 
 Now using the LDAP (the second one) I find some entries - but can't work 
 with them. I cant' copy them to my local adressbook (error: Adress dös not 
 exist), and double clicking on the addresses opens a new windows with error 
 an error occurred during object publishing - the requested object could not 
 be found!.
 
 Is this a General Problem with LDAp or is there something wrong with my 
 system?
 
 By the way - where can I find a complete list with the LDAP Attributes SOGo 
 uses?
 
 King regards,
 Lenni--
 users@sogo.nu
 https://inverse.ca/sogo/lists
 
 
 
 --
   Alain Abbas
 Directeur
 03 83 18 02 70

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

[SOGo] Problems with SOGo and Apple iCal

2013-05-22 Thread Lennart Barfod

Hi,

I'm using SOGO 2.0.5a-1 on a CentOS 6 server and apple calendar software 
ical (Version 6.0).


I tried to configure a SOGo CalDAV Calendar in ical using definetly the 
correct URL and username/password. The SOGo log looks ok (doesn't it?):


192.168.170.19 - - [22/May/2013:09:13:34 GMT] PROPFIND 
/SOGo/dav/lennart/Calendar/personal.ics HTTP/1.1 207 244/127 0.482 - - 0
192.168.170.19 - - [22/May/2013:09:14:00 GMT] PROPFIND /SOGo/ HTTP/1.1 
*200* 1076/127 0.110 2559 57% 16K
May 22 09:15:31 sogod [13179]: 0x0x7f5c74067b68[NGLdapConnection] 
Using ldap_initialize for LDAP URL: ldap://ldap1.domain.de:389
May 22 09:15:31 sogod [13179]: 0x0x7f5c7379fff8[SOGoCache] an error 
occurred when caching value for key 'lennart+attributes': WRITE FAILURE
May 22 09:15:31 sogod [13179]: 0x0x7f5c7426e318[NGLdapConnection] 
Using ldap_initialize for LDAP URL: ldap://ldap1.domain.de:389
2013-05-22 09:15:31.668 sogod[13179] -[NGLdapConnection 
_searchAtBaseDN:qualifier:attributes:scope:]: search with at base 
filter  for attrs `^Xgp\^?
May 22 09:15:31 sogod [13179]: 0x0x7f5c7379fff8[SOGoCache] an error 
occurred when caching value for key 'lennart+attributes': WRITE FAILURE
May 22 09:15:31 sogod [13179]: 0x0x7f5c7379fff8[SOGoCache] an error 
occurred when caching value for key 'lenn...@domain.de+attributes': 
WRITE FAILURE


Is it possible that the WRITE FAILURES are the Problem (by the way - 
memchaching problems?!)? But using CalDAV in Thunderbird works fine ... .


The error in ical is account informations couldn't be found (Die 
Accountinformationen wurden nicht gefunden). If I try to create the 
Account with a non existing User ical says ical found a CalDAV Server, 
but the username or password is incorrect.


Any suggestions to find and fix the failure?

Best regards,
Lennart
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] SOGo sender adress - sending mails from thunderbird

2013-05-15 Thread Lennart Barfod

Hey,

I've installed and konfigured SOGo with LDAP authentication.
Sending invitation mails from the calendar my sender mailadress is the 
one in my LDAP (attribute mail). (using SOGo in my webbroser)


Now I configured my calendar in Thunderbird lightning (using cal-dav). 
So creating a new date in thunderbird and sending invitations, my sender 
mailadress is not the LDAP Mailadress! Why not? It seems that SOGo built 
the adress: uid/bindfield@SOGoMailDomain. Is it possible to 
configure the sender adress while sending from Thunderbird, maybe taking 
the ldap mail attribute or building the sender adress with ldap 
attributes like sn@SOGoMailDomain?


King regards,
Lenn
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo sender adress - sending mails from thunderbird

2013-05-15 Thread Lennart Barfod

Hi Christian,

thank you very much!

This parameter looks good - but didn't work ... :(
The same problem ...


Bug?

King regards,
Lenn


Am 15.05.13 16:35, schrieb Christian Mack:

Hello Lennart Barfod
Am 2013-05-15 12:08, schrieb Lennart Barfod:

I've installed and konfigured SOGo with LDAP authentication.
Sending invitation mails from the calendar my sender mailadress is the
one in my LDAP (attribute mail). (using SOGo in my webbroser)

Now I configured my calendar in Thunderbird lightning (using cal-dav).
So creating a new date in thunderbird and sending invitations, my sender
mailadress is not the LDAP Mailadress! Why not? It seems that SOGo built
the adress: uid/bindfield@SOGoMailDomain. Is it possible to
configure the sender adress while sending from Thunderbird, maybe taking
the ldap mail attribute or building the sender adress with ldap
attributes like sn@SOGoMailDomain?


You can set
SOGoHideSystemEMail YES

With that you will get one of the email addresses set in LDAP.
But be aware, that you will get the last one set there.

Lightning should use the one set in the calendar configuration instead.


Kind regards,
Christian Mack




--
___

Message Mobile GmbH
Stresemannstr. 6, D-21335 Lüneburg
bar...@message-mobile.de
tel.: +49 (0)4131 2-234, fax: +49 (0)4131 2-200
www.message-mobile.de
GF: Dr. Martin Hecker, AG Lüneburg, HRB: 2414
___

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


[SOGo] SOGo LDAP configuration

2013-05-14 Thread Lennart Barfod

Hello,

I'm really new with SOGo.

I've just installed sogo on a CentOS 6 server using the SOGo repository 
(yum install sogo).

The apache config seems to work, i can acces the web login page.

Now I want to use LDAP authentication, my config looks like this:

SOGoUserSources = (
{
  type = ldap;
  CNFieldName = uid;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN = ou=staff,dc=domain,dc=de;
 /*   bindDN = uid=sogo,ou=users,dc=acme,dc=com;  bindPassword = 
qwerty; */

  canAuthenticate = YES;
  displayName = Shared Addresses;
  hostname = ldap://ldap1.domain.de:389;
  id = public;
  isAddressBook = YES;
}
  );

In my LDAP all Users are configured like this:
cn=givenname name,ou=staff,dc=domain,dc=de
The login name should be the uid of an LDAP Entry (uid=givenname).

SOGo just put the username and the baseDN together and performe an 
static ldap request? So no ldapsearch is provided?


May 14 14:15:59 sogod [2073]: 0x0x7f2efad7fe58[LDAPSource] 
NSException: 0x7f2efae0ebe8 NAME:LDAPException REASON:operation bind 
failed: Invalid credentials (0x31) INFO:{login = 
uid=lennart,ou=staff,dc=domain,dc=de; }


Is it possible that SOGo does a real LDAP search for the uid? I cant't 
rename every LDAP entry!


Any suggestions?

Best regards,
Lennart
--
users@sogo.nu
https://inverse.ca/sogo/lists