RE: [SOGo] Authentication using MySQL

2012-01-13 Thread Brian KREULEN
H Evidently something was missing from the configuration, as I see the 
following message in the logs:

No protocol handler was valid for the URL /SOGo/. If you are using a DSO 
version of mod_proxy, make sure the proxy submodules are included in the 
configuration using LoadModule.

After some googling, it seems that I have to enable some proxy sub modules, 
like proxy_http and proxy_connect. I enabled proxy_ftp, but I think I can get 
rid of that.

Everything seems to be working! Thanks!

Now I just have to connect our application up to Sogo using CalDav. next 
challenge!

Bien cordialement,

Brian KREULEN
E-DEAL



-Message d'origine-
De : Martin Rabl [mailto:martin.r...@rablnet.de] 
Envoyé : jeudi 12 janvier 2012 20:03
À : users@sogo.nu
Objet : Re: [SOGo] Authentication using MySQL

Did you configure the apache proxy as documented?


---
Martin Rabl

Am 12.01.2012 um 19:50 schrieb Brian KREULEN b.kreu...@e-deal.com:

 Thanks for the replies guys (and gals?)
 
 I got things working by adding the table manually (ummm, shouldn't this be 
 documented somewhere?) and adding a user to the database.
 
 Neither 'plain' nor 'plain-text' were accepted by Sogo, so I changed it to 
 'md5', which worked.
 
 The application was REALLY slow in loading in the client browser, and I 
 kept on getting these errors in the server logs:
 
 could not get DNS name of address 192.168.0.81 in domain 
 InternetDomain[0x0x82f8e18]
 
 I fixed it by adding my client computer to the /etc/hosts file. I don't 
 understand why, but this seemed to make Sogo happy.
 
 So now I can log in, but the page is really ugly. I get the impression that 
 the CSS isn't being loaded. The CSS is there however, because if I look at 
 the source of the page and follow the CSS links, I get pages full of CSS.
 
 I'm lost again :-(
 
 Bien cordialement,
 
 Brian KREULEN
 E-DEAL
 
 
 -Message d'origine-
 De : Martin Rabl [mailto:martin.r...@rablnet.de] Envoyé : jeudi 12 
 janvier 2012 16:34 À : users@sogo.nu Objet : Re: [SOGo] Authentication 
 using MySQL
 
 Am 12.01.2012 15:45, schrieb Brian KREULEN:
 How do I do this? Is there something I'm missing? Thanks...
 
 1. Create DB-Table with Auth-Infos like this table (the fields IMHO
 needed):
 
 CREATE TABLE sogo_auth
 (
c_uid  varchar(100) NOT NULL,
mail  varchar(255) NOT NULL,
c_name  varchar(255) NOT NULL,
c_password  varchar(100) NOT NULL,
c_cn  varchar(255) NOT NULL,
c_ou  varchar(255) NOT NULL,
PRIMARY KEY  (c_uid)
 )
 
 
 2. Configure SOGo
 {authtable} == tablename from (1.)
 
 userPasswordAlgorithm = set as you wish, but plain is not good.
 
 keySOGoUserSources/key
 array
dict
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringdatabase_auth/string
keyid/key
stringdatabase/string
keyisAddressBook/key
stringNO/string
keytype/key
stringsql/string
keyuserPasswordAlgorithm/key
stringmd5/string
keyviewURL/key
 
 stringmysql://{username}:{password}@localhost:3306/{database}/{authtable}/string
/dict
 /array
 
 
 Should run ...
 
 --
 Greetings,
 
Martin Rabl
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists
--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] syncevolution CalDAV with sogo

2012-01-13 Thread Martin Ott
Hi,

since Version 1.2 syncevolution supports CalDAV and CardDAV. Has anyone
a working
config running with sogo?

I'm trying to get my N900 to sync with sogo (v1.3.11). The initial sync
is successfull.
After deleting an event on the phone, the following sync aborts with the
error (syncevolution output):

[INFO @sogo] @sogo/calendar: deleting %2f72.ics
[ERROR @sogo] @sogo/calendar: error code from SyncEvolution operation
not allowed (remote, status 405): DELETE: bad HTTP status: status 1.1,
code 405, class 4, Method Not Allowed

which is in the sogo.log on the server:
10.28.8.1 - - [13/Jan/2012:12:26:25 +0100] DELETE /72.ics HTTP/1.1 405
378 - -

With Inverse SOGo Connecter the DELETE Operation is functional. Any hints?

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


[SOGo] Update to 1.3.11 now: An unhandeled error occured

2012-01-13 Thread Simon Veit
Hello,

I recently upgraded to sogo 1.3.11 (in the meantime to the nightlies
as I hoped the error would be gone).
After the upgraded I cannot login anymore. Error message saying: An
unhandeled error occured

How do I set debug in xml? All descriptions I could find are only for
the old GNUStepDefaults.

Log:
Jan 13 13:43:46 sogod [24406]: version 2.0.0 (build
@vizzini.inverse.ca 201201122259) -- starting
Jan 13 13:43:46 sogod [24406]: vmem size check enabled: shutting down
app when vmem  384 MB
Jan 13 13:43:46 sogod [24406]: 0x0x9f264f8[SOGoProductLoader] SOGo
products loaded from '/usr/lib/GNUstep/SOGo':
Jan 13 13:43:46 sogod [24406]: 0x0x9f264f8[SOGoProductLoader]
MailerUI.SOGo, ContactsUI.SOGo, MainUI.SOGo, CommonUI.SOGo,
Contacts.SOGo, Mailer.SOGo, SchedulerUI.SOGo, MailPartViewers.SOGo,
AdministrationUI.SOGo, PreferencesUI.SOGo, Appointments.SOGo
Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] listening on *:2
Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] watchdog
process pid: 24406
Jan 13 13:43:46 sogod [24406]: 0x0xf744ca00[WOWatchDogChild]
watchdog request timeout set to 10 minutes
Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] preparing 1 children
Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] child spawned
with pid 24417
Jan 13 13:43:58 sogod [24417]: 0x0xa0cb500[SOGoCache] Cache cleanup
interval set every 300.00 seconds
Jan 13 13:43:58 sogod [24417]: 0x0xa0cb500[SOGoCache] Using host(s)
'127.0.0.1' as server(s)
2012-01-13 13:43:58.570 sogod[24417] Note(SoObject): SoDebugKeyLookup
is enabled!
2012-01-13 13:43:58.570 sogod[24417] Note(SoObject): SoDebugBaseURL is enabled!
2012-01-13 13:43:58.571 sogod[24417] Note(SoObject): relative base
URLs are enabled.
2012-01-13 13:43:58.589 sogod[24417] ERROR(-[NGBundleManager
bundleWithPath:]): could not create bundle for path:
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle'
2012-01-13 13:43:58.619 sogod[24417] WOxElemBuilder: could not locate
builders: WOxExtElemBuilder,WOxExtElemBuilder
2012-01-13 13:43:58.620 sogod[24417] WOCompoundElement: pool embedding is on.
2012-01-13 13:43:58.621 sogod[24417] WOCompoundElement: id logging is on.
2012-01-13 13:43:58.696 sogod[24417] WARNING(-[NSNull(misc) count]):
called NSNull -count (returns 0) !!!
localhost.localdomain - - [13/Jan/2012:13:43:58 GMT] GET /SOGo/
HTTP/1.1 200 4243/0 0.190 11795 64% 2M
EXCEPTION: NSException: 0xa1c17a0 NAME:NSInvalidArgumentException
REASON:GSCInlineString(instance) does not recognize count INFO:(null)
Jan 13 13:44:07 sogod [24406]: 0x0xa033710[WOWatchDogChild] child 24417 exited
Jan 13 13:44:07 sogod [24406]: 0x0xa033710[WOWatchDogChild]
(terminated due to signal 6)
Jan 13 13:44:07 sogod [24406]: 0x0x9f2af50[WOWatchDog] child spawned
with pid 24423


.GNUstepDefaults:
?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN
http://www.gnustep.org/plist-0_9.xml;
plist version=0.9
dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyOCSEMailAlarmsFolderURL/key
stringmysql://name:pass@localhost:3306/db/sogo_alarms_folder/string
keyOCSFolderInfoURL/key
stringmysql://name:pass@localhost:3306/db/sogo_folder_info/string
keyOCSSessionsFolderURL/key

stringmysql://name:pass@localhost:3306/db/sogo_sessions_folder/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoDraftsFolderName/key
stringINBOX/Drafts/string
keySOGoEnablePublicAccess/key
stringYES/string
keySOGoFirstDayOfWeek/key
string1/string
keySOGoIMAPAclConformsToIMAPExt/key
stringYES/string
keySOGoIMAPServer/key
stringlocalhost/string
keySOGoLanguage/key
stringGerman/string
keySOGoLoginModule/key
stringMail/string
keySOGoMailDomain/key
stringexample.com/string
keySOGoMailMessageForwarding/key
stringattached/string
keySOGoMailingMechanism/key
stringsmtp/string
keySOGoMemcachedHost/key
string127.0.0.1/string
keySOGoProfileURL/key
stringmysql://name:pass@localhost:3306/db/sogo_user_profile/string
keySOGoSMTPServer/key
stringlocalhost/string
keySOGoSentFolderName/key
stringINBOX/Sent/string
keySOGoSharedFolderName/key
stringShared Folders/string
keySOGoSieveScriptsEnabled/key
stringYES/string
keySOGoSieveServer/key
stringsieve://localhost:4190/string
keySOGoSuperUsernames/key
array
stringSuperUser/string
/array
keySOGoTimeZone/key
stringEurope/Berlin/string
keySOGoTrashFolderName/key
stringINBOX/Trash/string
keySOGoUserSources/key
array
dict
keyIMAPLoginFieldName/key
stringmail/string
keyLoginFieldNames/key

Re: [SOGo] Update to 1.3.11 now: An unhandeled error occured

2012-01-13 Thread Francis Lachapelle
Hi Simon

On 2012-01-13, at 8:14 AM, Simon Veit wrote:

 I recently upgraded to sogo 1.3.11 (in the meantime to the nightlies
 as I hoped the error would be gone).
 After the upgraded I cannot login anymore. Error message saying: An
 unhandeled error occured
 
 How do I set debug in xml? All descriptions I could find are only for
 the old GNUStepDefaults.
 
 Log:
 Jan 13 13:43:46 sogod [24406]: version 2.0.0 (build
 @vizzini.inverse.ca 201201122259) -- starting
 Jan 13 13:43:46 sogod [24406]: vmem size check enabled: shutting down
 app when vmem  384 MB
 Jan 13 13:43:46 sogod [24406]: 0x0x9f264f8[SOGoProductLoader] SOGo
 products loaded from '/usr/lib/GNUstep/SOGo':
 Jan 13 13:43:46 sogod [24406]: 0x0x9f264f8[SOGoProductLoader]
 MailerUI.SOGo, ContactsUI.SOGo, MainUI.SOGo, CommonUI.SOGo,
 Contacts.SOGo, Mailer.SOGo, SchedulerUI.SOGo, MailPartViewers.SOGo,
 AdministrationUI.SOGo, PreferencesUI.SOGo, Appointments.SOGo
 Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] listening on *:2
 Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] watchdog
 process pid: 24406
 Jan 13 13:43:46 sogod [24406]: 0x0xf744ca00[WOWatchDogChild]
 watchdog request timeout set to 10 minutes
 Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] preparing 1 children
 Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] child spawned
 with pid 24417
 Jan 13 13:43:58 sogod [24417]: 0x0xa0cb500[SOGoCache] Cache cleanup
 interval set every 300.00 seconds
 Jan 13 13:43:58 sogod [24417]: 0x0xa0cb500[SOGoCache] Using host(s)
 '127.0.0.1' as server(s)
 2012-01-13 13:43:58.570 sogod[24417] Note(SoObject): SoDebugKeyLookup
 is enabled!
 2012-01-13 13:43:58.570 sogod[24417] Note(SoObject): SoDebugBaseURL is 
 enabled!
 2012-01-13 13:43:58.571 sogod[24417] Note(SoObject): relative base
 URLs are enabled.
 2012-01-13 13:43:58.589 sogod[24417] ERROR(-[NGBundleManager
 bundleWithPath:]): could not create bundle for path:
 '/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle'
 2012-01-13 13:43:58.619 sogod[24417] WOxElemBuilder: could not locate
 builders: WOxExtElemBuilder,WOxExtElemBuilder

Make sure to also install the nightly builds of all SOPE packages.


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] Active Directory LDAP user source

2012-01-13 Thread Francis Lachapelle
Hi Bartek

On 2012-01-13, at 5:19 AM, Bartłomiej Kluska wrote:

 I'm trying to add an external user source (MS Active Directory) to the ZEG 2 
 appliance configuration. I can't login using any domain
 account at all. Error code I see on the web interface is:
 
 Login failed due to unhandled error case: -1
 
 Error in the logs:
 
 Jan 13 09:59:52 sogod [17362]: 0x0x22e5d80[NGLdapConnection] bind - 
 ldap_result call result: 97
 Jan 13 09:59:52 sogod [17362]: 0x0x22e5d80[NGLdapConnection] bind - 
 ldap_parse_result - ctrls is NULL
 Jan 13 09:59:52 sogod [17362]: SOGoRootPage Login for user 'kluska' might not 
 have worked - password policy: -1  grace: -1  expire:
 -1  bound: 0
 localhost - - [13/Jan/2012:09:59:52 GMT] POST /SOGo/connect HTTP/1.1 403 
 31/41 0.053 - - 16K
 
 My config file (/home/sogo/GNUstep/Defaults/.GNUstepDefaults):
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN 
 http://www.gnustep.org/plist-0_9.xml;
 plist version=0.9
 dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringcn/string
keyUIDFieldName/key
stringsAMAccountName/string

Set IDFieldName to the same value of UIDFieldName (sAMAccountName).

keybaseDN/key

 stringCN=Person,CN=Schema,CN=Configuration,DC=abc,DC=local/string
keybindDN/key
stringCN=sugar, 
 OU=Verzeichnisdienste,DC=abc,DC=local/string
keybindPassword/key
stringtestpassword/string

Have you double check your credentials? If your bindDN/bindPassword is invalid, 
you'll see something like this in the logs :

Could not bind to the LDAP server smdc005.abc.local (389) ...

keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringActive Directory/string
keyhostname/key
stringsmdc005.abc.local/string

Does this hostname resolve properly?

keyid/key
 stringdirectory/string  
 keyisAddressBook/key
stringYES/string
keypasswordPolicy/key
stringYES/string

This won't probably work with Active Directory. It was developed for the 
OpenLDAP password policy overlay.

keyport/key
string389/string
keyscope/key
stringSUB/string
keytype/key
stringldap/string
/dict
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=people,dc=example,dc=com/string
keybindDN/key
stringcn=admin,dc=example,dc=com/string
keybindPassword/key
stringsogo/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringlocal-ldap/string
keyhostname/key
stringlocalhost/string
keyid/key
stringlocal-ldap/string
keyisAddressBook/key
stringYES/string
keypasswordPolicy/key
stringNO/string
keyport/key
string3389/string
keyscope/key
stringSUB/string
keytype/key
stringldap/string
/dict
/array
keyWOWorkersCount/key
string3/string
/dict
 /dict
 /plist
 
 When I test this new user-source, the result is Success
 
 When I set passwordPolicy to NO, on the web interface I get an error: 
 Wrong username or password.
 and in logs I can see the following:
 
 Jan 13 10:09:29 sogod [18034]: SOGoRootPage Login for user 'kluska' might not 
 have worked - password policy: 65535  grace: -1
 expire: -1  bound: 0
 localhost - - [13/Jan/2012:10:09:29 GMT] POST /SOGo/connect HTTP/1.1 403 
 34/41 0.005 - - 0
 
 
 I tried to search the list but could find any problem like this.
 Anyone has any idea?
 
 thanks
 cheers!
 
 Bartek

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] Event with other people

2012-01-13 Thread Francis Lachapelle
Hi Albert

On 2012-01-12, at 10:54 AM, Albert Shih wrote:

 I've a question about creating a event with other people. 
 
 Suppose Alice create a event and invite Bob to participate, so Bob going to
 sea that invitation in sogo (web interface). Is they are any way Bob can
 accept that event in one of is agenda but not the build-tin agenda ?
 (For example Bob have 3 agendas).


Not with the current version. See :

http://sogo.nu/bugs/view.php?id=1299


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] calendar subscription in gmail

2012-01-13 Thread Christian Mack
On 2012-01-13 10:20, Julian Robbins wrote:
 On 12/01/12 16:21, Khapare Joshi wrote:
 I am trying to subscribe my calendar from sogo to google calendar but
 it does not seem working.
 
 Works for me with 1.3.11 and previously with 1.3.9
 

You have to allow anonymous access first.
Then use the WebDAV one.

Now you can see all entries in google calendar, but not change AFAIK.


Kind regards,
Christian Mack

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


Re: [SOGo] Update to 1.3.11 now: An unhandeled error occured

2012-01-13 Thread Simon Veit
Hello Francis,

thanks for the quick response.

I've installed
one:/# dpkg --get-selections | grep libsope
libsope-appserver4.9install
libsope-core4.9 install
libsope-gdl1-4.9install
libsope-ldap4.9 install
libsope-mime4.9 install
libsope-xml4.9  install

I hope those are the right ones as they were automatically installed by apt-get

On Fri, Jan 13, 2012 at 2:51 PM, Francis Lachapelle
flachape...@inverse.ca wrote:
 Hi Simon

 On 2012-01-13, at 8:14 AM, Simon Veit wrote:

 I recently upgraded to sogo 1.3.11 (in the meantime to the nightlies
 as I hoped the error would be gone).
 After the upgraded I cannot login anymore. Error message saying: An
 unhandeled error occured

 How do I set debug in xml? All descriptions I could find are only for
 the old GNUStepDefaults.

 Log:
 Jan 13 13:43:46 sogod [24406]: version 2.0.0 (build
 @vizzini.inverse.ca 201201122259) -- starting
 Jan 13 13:43:46 sogod [24406]: vmem size check enabled: shutting down
 app when vmem  384 MB
 Jan 13 13:43:46 sogod [24406]: 0x0x9f264f8[SOGoProductLoader] SOGo
 products loaded from '/usr/lib/GNUstep/SOGo':
 Jan 13 13:43:46 sogod [24406]: 0x0x9f264f8[SOGoProductLoader]
 MailerUI.SOGo, ContactsUI.SOGo, MainUI.SOGo, CommonUI.SOGo,
 Contacts.SOGo, Mailer.SOGo, SchedulerUI.SOGo, MailPartViewers.SOGo,
 AdministrationUI.SOGo, PreferencesUI.SOGo, Appointments.SOGo
 Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] listening on *:2
 Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] watchdog
 process pid: 24406
 Jan 13 13:43:46 sogod [24406]: 0x0xf744ca00[WOWatchDogChild]
 watchdog request timeout set to 10 minutes
 Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] preparing 1 children
 Jan 13 13:43:46 sogod [24406]: 0x0x9f2af50[WOWatchDog] child spawned
 with pid 24417
 Jan 13 13:43:58 sogod [24417]: 0x0xa0cb500[SOGoCache] Cache cleanup
 interval set every 300.00 seconds
 Jan 13 13:43:58 sogod [24417]: 0x0xa0cb500[SOGoCache] Using host(s)
 '127.0.0.1' as server(s)
 2012-01-13 13:43:58.570 sogod[24417] Note(SoObject): SoDebugKeyLookup
 is enabled!
 2012-01-13 13:43:58.570 sogod[24417] Note(SoObject): SoDebugBaseURL is 
 enabled!
 2012-01-13 13:43:58.571 sogod[24417] Note(SoObject): relative base
 URLs are enabled.
 2012-01-13 13:43:58.589 sogod[24417] ERROR(-[NGBundleManager
 bundleWithPath:]): could not create bundle for path:
 '/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle'
 2012-01-13 13:43:58.619 sogod[24417] WOxElemBuilder: could not locate
 builders: WOxExtElemBuilder,WOxExtElemBuilder

 Make sure to also install the nightly builds of all SOPE packages.


 Francis

 --
 flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
 Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
 (http://packetfence.org)

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


[SOGo] MS Exchange freebusy support

2012-01-13 Thread Francis Lachapelle
Hello

We just added support MS Exchange freebusy information to trunk. Support is 
limited to the Web interface and works using MS Exchange Web Services.

To try it, install SOGo from source (or from a nightly build) and define an 
LDAP addressbook source corresponding to your MS Exchange users (likely 
pointing to an Active Directory server). Add the attribute MSExchangeHostname 
with the IP or hostname of your MS Exchange server. Your source definition 
should look like this :

{
id = ad;
type = ldap;
displayName = Active Directory;
canAuthenticate = NO;
isAddressBook = YES;
hostname = 192.168.1.113;
port = 389;
CNFieldName = cn;
IDFieldName = sAMAccountName;
UIDFieldName = sAMAccountName;
baseDN = CN=Users,DC=example,DC=com;
bindDN = CN=SOGo,CN=Users,DC=example,DC=com;
bindPassword = qwerty;
MSExchangeHostname = 192.168.1.113;
}

The SOAP query is currently formatted for MS Exchange 2007 only.

The next step will be to add the same support in CalDAV requests.

Testing is more than welcome!

Thanks,

Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

RE: [SOGo] Active Directory LDAP user source

2012-01-13 Thread Bartłomiej Kluska
Hi Francis

 Set IDFieldName to the same value of UIDFieldName (sAMAccountName).
I tried it and it made no difference unfortunately.

 Have you double check your credentials? If your bindDN/bindPassword is 
 invalid, you'll see something like this in the logs :
 Could not bind to the LDAP server smdc005.abc.local (389) ...
 Does this hostname resolve properly?
Bind credentials seems to be fine and hostname resolving also because I don't 
get error which you mentioned, moreover, when I click
test button (in Webmin) next to my new data source a window pops up with the 
message success

 This won't probably work with Active Directory. It was developed for the 
 OpenLDAP password policy overlay.
OK, so I disabled this feature. Nonetheless still cannot login with AD 
credentials and get the same error:
Jan 13 15:21:17 sogod [26193]: SOGoRootPage Login for user 'sugar' might not 
have worked - password policy: 65535  grace: -1
expire: -1  bound: 0


Is this possible that it's somehow related to the domain example.com which is 
fixed in the ZEG appliance? My outlook connects
perfectly with SOGo using users sogo1, sogo2, sogo3. When I created a new user 
in local LDAP, I can login to web interface but
Outlook cannot connect to Exchange with this new username.
Maybe ZEG appliance is not possible to accept any other users than sogo1-3 ?

Regards,
BK



 -Original Message-
 From: Francis Lachapelle [mailto:flachape...@inverse.ca]
 Sent: Friday, January 13, 2012 3:03 PM
 To: bartlomiej.klu...@comarch.com
 Cc: users@sogo.nu
 Subject: Re: [SOGo] Active Directory LDAP user source

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


[SOGo] Mail Folder ACLs

2012-01-13 Thread Mirko Stoffers

Hi guys,

I again need your help. When I create a new mail folder in SOGo, I've got to grant other 
users permission on that folder. However, some of these permissions are not saved. 
Furthermore, it would be great to have an option to also apply permissions on (later 
created) subfolders.


Here is the result of granting all permissions, saving, and reopening the 
window:

[X] Read mails from this folder
[X] Mark mails read and unread
[X] Modify the flags of the mails in this folder
[X] Insert, copy and move mails into this folder
[X] Post mails
[ ] Add subfolders to this folder
[ ] Erase mails from this folder
[ ] Remove this folder
[ ] Expunge this folder
[X] Modify the acl of this folder

Does anybody know how to get rid of this misbehavior? Does anybody know a way to have 
permissions applied on subfolders?


Thanks,

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


[SOGo] BTS activities for Friday, January 13 2012

2012-01-13 Thread SOGo reporter
Title: BTS activities for Friday, January 13 2012





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
62
	2012-01-13 09:27:32
	closed (unable to duplicate)
	Web Calendar
	End date updated to start date when changing start date