Re: [SOGo] more than one baseDN for users in LDAP

2010-11-29 Thread Oliver Koller

Hi Robert

ldapsearch works but the key/string combination not.
I have changed the dc=local to dc=ch


Here my config:

SOGo:
-
sogod SOGoMailDomain fust.ch
sogod WONoDetach NO
sogod SOGoLoginModule Contacts
sogod OCSFolderInfoURL mysql://sogo:x...@localhost:3306/sogo/sogo_folder_info
sogod SOGoUserSources '(
{
CNFieldName = cn;
IDFieldName = uid;
IMAPHostFieldName = mailHost;
UIDFieldName = uid;
baseDN = dc=fust,dc=ch;
bindDN = uid=sogo,ou=daemons,ou=informatik,dc=fust,dc=ch;
bindPassword = XXX;
canAuthenticate = YES;
displayName = Adressen;
hostname = localhost;
id = public;
isAddressBook = YES;
port = 389;
scope = sub;
type = ldap;
}
)'
sogod SOGoMemcachedHost localhost
sogod SOGoFoldersSendEMailNotifications NO
sogod SOGoTimeZone Europe/Zurich
sogod SOGoAppointmentSendEMailNotifications NO
sogod SOGoACLsSendEMailNotifications NO
sogod SOGoLanguage German
sogod SOGoProfileURL mysql://sogo:x...@localhost:3306/sogo/sogo_user_profile


LDAP:
--
# extended LDIF
#
# LDAPv3
# base dc=fust,dc=ch with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#

# fust.ch
dn: dc=fust,dc=ch
objectClass: top
objectClass: dcObject
objectClass: organization
o: Dipl. Ing. Fust AG
dc: fust
description: LDAP Fust

# admin, fust.ch
dn: cn=admin,dc=fust,dc=ch
objectClass: organizationalRole
cn: admin
description: LDAP administrator

# informatik, fust.ch
dn: ou=informatik,dc=fust,dc=ch
objectClass: organizationalUnit
description: Informatik
ou: informatik

# auftragsabwicklung, fust.ch
dn: ou=auftragsabwicklung,dc=fust,dc=ch
objectClass: organizationalUnit
description: Auftragsabwicklung
ou: auftragsabwicklung

# okoller, informatik, fust.ch
dn: uid=okoller,ou=informatik,dc=fust,dc=ch
objectClass: inetOrgPerson
description: Mitarbeiter Informatik, Oliver Koller, UNIX/Netzwerk
givenName: Oliver
sn: Koller
cn: Oliver Koller
mail: ... AT fust.ch
uid: okoller
# superuser, fust.ch
dn: cn=superuser,dc=fust,dc=ch
objectClass: top
objectClass: groupOfNames
cn: superuser
member: uid=okoller,ou=informatik,dc=fust,dc=ch
member: uid=gmueller,ou=auftragsabwicklung,dc=fust,dc=ch

# sschmid, informatik, fust.ch
dn: uid=sschmid,ou=informatik,dc=fust,dc=ch
objectClass: inetOrgPerson
description: Mitarbeiter Informatik, Silvan Schmid, Windwos-Server
givenName: Silvan
sn: Schmid
cn: Silvan Schmid
mail: ss AT fust.ch
uid: sschmid

# gmueller, auftragsabwicklung, fust.ch
dn: uid=gmueller,ou=auftragsabwicklung,dc=fust,dc=ch
objectClass: inetOrgPerson
description: Chef Auftragsabwicklung, Guido Mueller
givenName: Guido
sn:: TcO8bGxlcg==
cn:: R3VpZG8gTcO8bGxlcg==
mail: ggg AT fust.ch
uid: gmueller

# anonymous, informatik, fust.ch
dn: uid=anonymous,ou=informatik,dc=fust,dc=ch
objectClass: inetOrgPerson
description: Anonymer User der alles anzeigen Kann
givenName: Anonymous
sn: Anonymous
cn: Anonymous Anonymous
uid: anonymous

# daemons, informatik, fust.ch
dn: ou=daemons,ou=informatik,dc=fust,dc=ch
objectClass: organizationalUnit
ou: daemons

# sogo, daemons, informatik, fust.ch
dn: uid=sogo,ou=daemons,ou=informatik,dc=fust,dc=ch
objectClass: top
objectClass: inetOrgPerson
objectClass: person
objectClass: organizationalPerson
uid: sogo
cn: SOGo Administrator
mail: @fust.ch
sn: Administrator
givenName: SOGo

# people, fust.ch
dn: ou=people,dc=fust,dc=ch
objectClass: organizationalUnit
ou: people

# ncamara, auftragsabwicklung, fust.ch
dn: uid=ncamara,ou=auftragsabwicklung,dc=fust,dc=ch
objectClass: inetOrgPerson
description: Mitarbeiterin Auftragsabwicklung, Nadia Camara, Buero 8
givenName: Nadia
sn: Camara
cn: Nadia Camara
mail: asdfa...@fust.ch
uid: ncamara

# search result
search: 2
result: 0 Success

# numResponses: 14
# numEntries: 13
-
Is that ok or need you the cn=config?

Thank you
Oliver


Am 26.11.2010 20:36, schrieb Robert Weilhammer:

Hi Oliver,

can you query your OpenLDAP,  if you sepicify dc=fust,dc=local as base ?

e.g.
# ldapsearch -x -b dc=Fust,dc=local -h $ldapserver


did you specified a scope for your query ?

you should use sub, if you use dc=fust,dc=local as basedn

keyscope/key
stringsub/key


your ldap-config andn sogo ldap-config would be really helpful to debug more ...


Kind regards,
Robert


Am 26.11.2010 um 17:03 schrieb Oliver Koller:


Hi
I have alredy tried this, does not work.


Am 26.11.2010 16:51, schrieb mrjac...@gmail.com:

Hi,

Are you using Active Directory ?
Try to have this configuration in your config file :

keybaseDN/key
stringDC=fust,DC=local/string

Best regards,

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


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




--
users@sogo.nu

[SOGo] need some help getting sogo to work :)

2010-11-29 Thread freak
Hi,

i installed OpenLDAP, SOGo, MySQL  Apache on Ubuntu 10.04.

I did the ldap installation like mentioned on wiki.ubuntuusers.de.

I set up SOGo with your installation-guide.pdf and
http://sogo.deeproot.in/ubquickinstall

I created the sogo user with this lines:

dn: ou=users,dc=workgroup,dc=local
ou: users
objectClass: organizationalUnit
dn: uid=sogo,ou=users,dc=workgroup,dc=local
objectClass: top
objectClass: inetOrgPerson
objectClass: person
objectClass: organizationalPerson
uid: sogo
cn: SOGo Administrator
mail: m...@mymail.com
sn: Administrator
givenName: SOGo

creating ou=users and SOGo Admin

then i added a user with this:

dn: uid=tom,ou=users,dc=workgroup,dc=local
objectClass: top
objectClass: inetOrgPerson
objectClass: person
objectClass: organizationalPerson
uid: tom
cn: thomas
mail: h...@mymail.com
sn: tom
givenName: tom

I restarted slapd  SOGo, but im not able to login. Login screen all is
there.

Where could one look for errors?

Im not good with this ldap stuff, sorry.

If you need some more info just tell me :)


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


Re: [SOGo] need some help getting sogo to work :)

2010-11-29 Thread Mohit Chawla
Hi,

On Mon, Nov 29, 2010 at 5:54 PM, freak fossy2...@web.de wrote:

 Where could one look for errors?

 Im not good with this ldap stuff, sorry.

 If you need some more info just tell me :)


Can you perform ldapsearch successfully using the sogo user as bindDN ?
Use this command and see if you get a list of entries.

ldapsearch -xD uid=sogo,ou=users,dc=workgroup,dc=local -W -b
ou=users,dc=workgroup,dc=local
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Spam Block

2010-11-29 Thread Ben
Heads up, mail sent from inverse.ca's mail server is being blocked by 
sorbs.net Dynamic User / Host List Database:


http://www.sorbs.net/lookup.shtml?67.205.85.245

See http://www.sorbs.net/faq/dul.shtml for info on delisting. I think 
you have to be admin of the mail server to request a delist.


Ben


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


[SOGo] SOGo-Funambol exception: com.funambol.common.pim.icalendar.TokenMgrError

2010-11-29 Thread Lino Cafezinho

Hi,

I encountered this error when performing a synchronization with my SOGo 
server using funambol (see log below). To fix the issue, I had to modify 
the item in the calendar/tasks list that was causing the issue manually, 
but I think it is a bug that should be fixed in a more properly manner.


Thank you for SOGo
Cafezinho

com.funambol.common.pim.icalendar.TokenMgrError: Lexical error at line 
27, column 1.  Encountered: \r (13), after : \r
at 
com.funambol.common.pim.icalendar.ICalendarSyntaxParserTokenManager.getNextToken(ICalendarSyntaxParserTokenManager.java:2409)
at 
com.funambol.common.pim.icalendar.ICalendarSyntaxParser.jj_ntk(ICalendarSyntaxParser.java:687)
at 
com.funambol.common.pim.icalendar.ICalendarSyntaxParser.PropertyValue(ICalendarSyntaxParser.java:427)
at 
com.funambol.common.pim.icalendar.ICalendarSyntaxParser.Property(ICalendarSyntaxParser.java:335)
at 
com.funambol.common.pim.icalendar.ICalendarSyntaxParser.VToDoItem(ICalendarSyntaxParser.java:145)
at 
com.funambol.common.pim.icalendar.ICalendarSyntaxParser.CalItems(ICalendarSyntaxParser.java:61)
at 
com.funambol.common.pim.icalendar.ICalendarSyntaxParser.ICalendar(ICalendarSyntaxParser.java:28)
at 
com.funambol.common.pim.icalendar.ICalendarSyntaxParser.parse(ICalendarSyntaxParser.java:15)
at 
com.funambol.common.pim.icalendar.ICalendarParser.ICalendar(ICalendarParser.java:57)
at 
ca.inverse.sogo.engine.source.SOGoUtilities.vCalendarV2toV1(SOGoUtilities.java:868)
at 
ca.inverse.sogo.engine.source.SOGoSyncSource.getSyncItemFromId(SOGoSyncSource.java:639)
at 
com.funambol.server.engine.Sync4jEngine.completeItemInfo(Sync4jEngine.java:1912)
at 
com.funambol.server.session.SyncSessionHandler.splitSyncCommand(SyncSessionHandler.java:2674)
at 
com.funambol.server.session.SyncSessionHandler.commandsToSend(SyncSessionHandler.java:2591)
at 
com.funambol.server.session.SyncSessionHandler.processInitSyncMapMessage(SyncSessionHandler.java:1064)
at 
com.funambol.server.session.SyncSessionHandler.processMessage(SyncSessionHandler.java:544)
at 
com.funambol.server.engine.SyncAdapter.processInputMessage(SyncAdapter.java:533)
at 
com.funambol.server.engine.SyncAdapter.processXMLMessage(SyncAdapter.java:254)
at 
com.funambol.transport.http.server.LocalSyncHolder.processXMLMessage(LocalSyncHolder.java:97)
at 
com.funambol.transport.http.server.Sync4jServlet.doPost(Sync4jServlet.java:400)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
com.funambol.transport.http.server.LogContextFilter.doFilter(LogContextFilter.java:137)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
com.funambol.transport.http.server.SyncResponseTimeFilter.doFilter(SyncResponseTimeFilter.java:153)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

at java.lang.Thread.run(Unknown Source)

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


[SOGo] BTS activities for Monday, November 29 2010

2010-11-29 Thread SOGo reporter
Title: BTS activities for Monday, November 29 2010





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, November 29 2010

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1016
	2010-11-29 15:20:53
	new (open)
	Web General
	Custom CAS proxy URL
	
	  
	
633
	2010-11-29 11:44:29
	feedback (open)
	Funambol SOGo Connector
	Alarms aren't synced correctly. Conversion necessary!
	
	  
	
  
  




[SOGo] save preference fails after upgrade to nightly

2010-11-29 Thread Anton Popov
Hi,

After I upgraded to the nightly build yesterday, I can no longer save my
preferences.

Firebug tells me

values.toJSON is not a function
$(contactsCategoriesValue).value = values.toJSON();
UIxPreferences.js (line 933)


so  my users cannot change any preference, including the vacation autoreply.

There is nothing strange in the soog/apache logs.

I upgraded to today's nightly - same result.

Any ideas what might be wrong?

Thanks,

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

[SOGo] General Use of SOGo

2010-11-29 Thread J. Echter (Elektro Mayer Echter GmbH)

Good Morning,

i have SOGo up and running. We have an external IMAP server, so i used 
our login-data for the IMAP account for SOGo too.


I see the mails in the webinterface, good :) What do i need to do in 
Thunderbird to flawlessly integrate with SOGo?

Atm i have installed lightning-sogo-edition and sogo-integrator.

In the Thunderbird clients are the same E-Mail-Adresses as an POP3 account.
Do i have to delete this one and create a new IMAP account?

Also i don't get the SOGo Administrator account. :) I added myself as 
this Admin, but whats the difference between me an the other users?


Greetings

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