Re: [SOGo] sogosync and html email

2013-03-04 Thread Sven Auhagen
Hi Michael,

sogosync hasn't been updated in 4 month so the support for HTML emails is not 
integrated.
It was released with zpush 2.0.6 I think.
You either have to merge a new version of zpush with sogoync, basically just 
copy the files from the latest zpush release into sogosync and save the files 
config.php and backend/combined/config.php
before you do it. After the merge copy them back into place.
Another good alternative which is more up to date is 
https://github.com/dupondje/PHP-Push-2 .
It shares the same code but is still maintained.

Best,
Sven

On Mar 4, 2013, at 8:57 AM, Michael mich...@los-pollos.co wrote:

 Hi All, just wondering if anyone can help me with this problem I am having 
 with sogosync and html emails.
 
 I have sogo 2.0.4 and sogosync(latest) up and running and email, contacts and 
 calendar are all downloading. Except HTML emails, the images dont get 
 displayed and the HTML does not get rendered.
 
 I have tried on different devices and the same issue. I also get errors on 
 the iphone - 'The connection to the server failed' even though email is 
 downloaded - I suspect it may be related to the HTML not able to download 
 properly?
 
 I have configured sogosync as per instructions which was very straight 
 forward. I am thinking it may be an apache issue?
 
 here is my apache virtualhost config for sogosync:
 
 NameVirtualHost *:443
 
 VirtualHost *:443
  ServerName autodiscover.example.com
  ServerAdmin webmas...@example.com
 
  SSLEngine on
  SSLCertificateFile /etc/ssl/certs/ssl.example.com.crt
  SSLCertificateKeyFile /etc/ssl/private/ssl.example.com.key
 
 
  # Force all requests to lowercase. Different MUAs, mobile devices etc
  # request the Autodiscover URL in different cases.
  RewriteEngine On
  RewriteMap lc int:tolower
  RewriteCond %{REQUEST_URI} [A-Z]
  RewriteRule (.*) ${lc:$1} [R=301,L]
 
  DocumentRoot /var/www/autodiscover/
  Directory /
   Options +FollowSymLinks -Indexes
   AllowOverride Options Indexes Limit FileInfo AuthConfig
  /Directory
 
  Alias /autodiscover/autodiscover.xml 
 /var/www/autodiscover/autodiscover/autodiscover.php
 
  ErrorLog /var/www/autodiscover/logs/error.log
  CustomLog /var/www/autodiscover/logs/access.log combined
 /VirtualHost
 
 
 Any help is very much appreciated!
 
 -- 
 Regards Michael.
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

Re: [SOGo] Auth. Capitalizing Login

2013-03-04 Thread Christian Mack
Hello Kevin Smith


Am 2013-03-01 18:44, schrieb Kevin Smith:
 Is there a way to force SOGo to accept what was typed in the login box, and
 not use the LDAP uid?
 

Not that I know of.
As you can set which attribute is used as login, SOGo has to query that
login before connecting to the IMAP server.
So I don't think this is possible at all.

 This causes a problem when, the uid is or is not capitalized, but dovecot
 won't accept the case.
 

I don't use dovecot, but that seems strange to me.
I never saw a system which had case sensitive user names.


 If SOGo could be forced to pass the login, as typed, instead of passing the
 uid, it would eliminate this issue.
 

See above.


Kind regards,
Christian Mack

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


Re: [SOGo] sogosync and html email

2013-03-04 Thread Michael

Hi Sven, thanks so much for this. I will look into php-push

Regards, Michael.

On 4/03/2013 7:18 PM, Sven Auhagen wrote:

Hi Michael,

sogosync hasn't been updated in 4 month so the support for HTML emails is not 
integrated.
It was released with zpush 2.0.6 I think.
You either have to merge a new version of zpush with sogoync, basically just 
copy the files from the latest zpush release into sogosync and save the files 
config.php and backend/combined/config.php
before you do it. After the merge copy them back into place.
Another good alternative which is more up to date is 
https://github.com/dupondje/PHP-Push-2 .
It shares the same code but is still maintained.

Best,
Sven

On Mar 4, 2013, at 8:57 AM, Michael mich...@los-pollos.co wrote:


Hi All, just wondering if anyone can help me with this problem I am having with 
sogosync and html emails.

I have sogo 2.0.4 and sogosync(latest) up and running and email, contacts and 
calendar are all downloading. Except HTML emails, the images dont get displayed 
and the HTML does not get rendered.

I have tried on different devices and the same issue. I also get errors on the 
iphone - 'The connection to the server failed' even though email is downloaded 
- I suspect it may be related to the HTML not able to download properly?

I have configured sogosync as per instructions which was very straight forward. 
I am thinking it may be an apache issue?

here is my apache virtualhost config for sogosync:

NameVirtualHost *:443

VirtualHost *:443
  ServerName autodiscover.example.com
  ServerAdmin webmas...@example.com

  SSLEngine on
  SSLCertificateFile /etc/ssl/certs/ssl.example.com.crt
  SSLCertificateKeyFile /etc/ssl/private/ssl.example.com.key


  # Force all requests to lowercase. Different MUAs, mobile devices etc
  # request the Autodiscover URL in different cases.
  RewriteEngine On
  RewriteMap lc int:tolower
  RewriteCond %{REQUEST_URI} [A-Z]
  RewriteRule (.*) ${lc:$1} [R=301,L]

  DocumentRoot /var/www/autodiscover/
  Directory /
   Options +FollowSymLinks -Indexes
   AllowOverride Options Indexes Limit FileInfo AuthConfig
  /Directory

  Alias /autodiscover/autodiscover.xml 
/var/www/autodiscover/autodiscover/autodiscover.php

  ErrorLog /var/www/autodiscover/logs/error.log
  CustomLog /var/www/autodiscover/logs/access.log combined
/VirtualHost


Any help is very much appreciated!

--
Regards Michael.

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


--
Regards Michael.

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


[SOGo] Use custom way to bind on LDAP

2013-03-04 Thread Olivier Bitsch
Hello all,

I made several tries without success, but I would like to know if it's
possible to bind by taking care of the following points :


   - Active Directory users can authenticate with
   cn=login,cn=Users,dc=domain, but it's also possible to bind with
   login@domain, is it possible to give this information to SOGo? (not only
   for the Administrator).
   - Actually, when a user authenticate, SOGo uses the Administrator
   account to search in LDAP then check the login exist, but I don't like to
   have clear password in my files, is it possible to bind directly with the
   user account then use the same login to get the other user information
   useful for SOGo (with the format login@domain explain before).
   - If both are not possible, is it possible to make a custom search to
   find user in LDAP with filter? I've not make some tries for the moment as I
   prefer to use the way with login@domain.

Thanks in advance.

Best regards.

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

Re: [SOGo] SQL errors on funambol sync, what am i doing wrong?

2013-03-04 Thread Sean M. Pappalardo

Hello again.

I just had a look at the source code for the Funambol connector and it 
looks like it just assumes that contacts are stored in the database; it 
has no provision for contacts stored in LDAP that I can see (and it 
doesn't even at least throw an exception when the Contacts record 
isn't found.) So it ends up leaving the contacts table name empty and 
the rest of the code doesn't check for a null value there, causing the 
multiple errors we see.


John, do you also have contacts stored in LDAP? Your original message 
didn't say.


Ludovic, would you please confirm if I'm correct or have just missed 
where LDAP sync happens? I'd be happy to help with code to get this working.


Sincerely,
Sean M. Pappalardo
Sr. Networks Engineer
Renegade Technologies
spappala...@renegadetech.com
Office: (630) 631-6188
http://www.renegadetech.com



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] sogosync and html email

2013-03-04 Thread Sven Auhagen
Hi Michael,

sure. Let me know if you have more questions, I also had the same problems than 
you :)

Best,
Sven

On Mar 4, 2013, at 10:08 AM, Michael mich...@los-pollos.co wrote:

 Hi Sven, thanks so much for this. I will look into php-push
 
 Regards, Michael.
 
 On 4/03/2013 7:18 PM, Sven Auhagen wrote:
 Hi Michael,
 
 sogosync hasn't been updated in 4 month so the support for HTML emails is 
 not integrated.
 It was released with zpush 2.0.6 I think.
 You either have to merge a new version of zpush with sogoync, basically just 
 copy the files from the latest zpush release into sogosync and save the 
 files config.php and backend/combined/config.php
 before you do it. After the merge copy them back into place.
 Another good alternative which is more up to date is 
 https://github.com/dupondje/PHP-Push-2 .
 It shares the same code but is still maintained.
 
 Best,
 Sven
 
 On Mar 4, 2013, at 8:57 AM, Michael mich...@los-pollos.co wrote:
 
 Hi All, just wondering if anyone can help me with this problem I am having 
 with sogosync and html emails.
 
 I have sogo 2.0.4 and sogosync(latest) up and running and email, contacts 
 and calendar are all downloading. Except HTML emails, the images dont get 
 displayed and the HTML does not get rendered.
 
 I have tried on different devices and the same issue. I also get errors on 
 the iphone - 'The connection to the server failed' even though email is 
 downloaded - I suspect it may be related to the HTML not able to download 
 properly?
 
 I have configured sogosync as per instructions which was very straight 
 forward. I am thinking it may be an apache issue?
 
 here is my apache virtualhost config for sogosync:
 
 NameVirtualHost *:443
 
 VirtualHost *:443
  ServerName autodiscover.example.com
  ServerAdmin webmas...@example.com
 
  SSLEngine on
  SSLCertificateFile /etc/ssl/certs/ssl.example.com.crt
  SSLCertificateKeyFile /etc/ssl/private/ssl.example.com.key
 
 
  # Force all requests to lowercase. Different MUAs, mobile devices 
 etc
  # request the Autodiscover URL in different cases.
  RewriteEngine On
  RewriteMap lc int:tolower
  RewriteCond %{REQUEST_URI} [A-Z]
  RewriteRule (.*) ${lc:$1} [R=301,L]
 
  DocumentRoot /var/www/autodiscover/
  Directory /
   Options +FollowSymLinks -Indexes
   AllowOverride Options Indexes Limit FileInfo AuthConfig
  /Directory
 
  Alias /autodiscover/autodiscover.xml 
 /var/www/autodiscover/autodiscover/autodiscover.php
 
  ErrorLog /var/www/autodiscover/logs/error.log
  CustomLog /var/www/autodiscover/logs/access.log combined
 /VirtualHost
 
 
 Any help is very much appreciated!
 
 -- 
 Regards Michael.
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
 
 -- 
 Regards Michael.
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

Re: [SOGo] Thunderbird 17/SoGo Connector 17.0.3

2013-03-04 Thread Steve Ankeny

Does it make any difference whether it's Lightning 1.9 or Lightning 1.9.1?

On 03/04/2013 12:31 AM, peshko...@gmail.com wrote:

I have been playing with the frontend for Thunderbird with the intent to
connect to iCloud contacts. So far no success. Regardless of what I put I get
'Not Authorized'. it seems it is expecting Username and Password.

Mon Mar 04 2013 00:24:36 GMT-0500 (Eastern Standard Time):

**
REQUEST (Mon Mar 04 2013 00:24:36 GMT-0500 (Eastern Standard Time))
**
PROPFINDhttps://p01-contacts.icloud.com/xx/carddavhome/card/  HTTP/1.1
Host: p01-contacts.icloud.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215
Thunderbird/17.0.3 Lightning/1.9


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


Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial

2013-03-04 Thread Netwodist
That's one of the reasons I don't like this solution install from 
packages. Tricks like that are no good for long term maintenance on 
production systems.


I have my stuff working from sources, no tricks, plain stuff the way it 
should be and I do not break my packaging system by forcing some 
packages on top of others etc.


Kind regards,

Netwodist

On 04/03/13 04:16, Tim Sutinen wrote:


Thanks! That worked.

On Mar 3, 2013 11:54 AM, Olivier Bitsch olivier.bit...@gmail.com 
mailto:olivier.bit...@gmail.com wrote:


Ok I see, it's not very clean, but try the process Impossible to
access in Samba4 shares. at address
http://iabsis.com/EN/article/35-9/Problemes-connus-et-rencontres

This will overwrite some not installed files and give you the
smbclient of samba4 version.

Olivier.


2013/3/3 Tim Sutinen t...@sutinen.com mailto:t...@sutinen.com

smbclient -UAdministrator '//localhost/netlogon'
Unknown parameter encountered: server role
Ignoring unknown parameter server role
Unknown parameter encountered: dns forwarder
Ignoring unknown parameter dns forwarder
Enter Administrator's password:
Connection to localhost failed (Error
NT_STATUS_CONNECTION_REFUSED)



Tim Sutinen
t...@sutinen.com mailto:t...@sutinen.com
www.sutinen.com http://www.sutinen.com
Sutinen Consulting, Inc.
360-578-9144 x305 tel:360-578-9144%20x305
360-442-4879 tel:360-442-4879 direct
360-270-5670 tel:360-270-5670 cell


On Sun, Mar 3, 2013 at 11:03 AM, Olivier Bitsch
olivier.bit...@gmail.com mailto:olivier.bit...@gmail.com
wrote:

All seems right,

try now opening an other terminal, then try the smbclient
-UAdministrator '//localhost/netlogon' and give me the new
output log files.

Olivier.


2013/3/3 Tim Sutinen t...@sutinen.com
mailto:t...@sutinen.com

Thanks Olivier. Here is the output:
root@sogo:~# samba -i -d 3
samba: /usr/lib/x86_64-linux-gnu/libwbclient.so.0: no
version information available (required by
/usr/lib/x86_64-linux-gnu/samba/libauth4.so)
lpcfg_load: refreshing parameters from /etc/samba/smb.conf
params.c:pm_process() - Processing configuration file
/etc/samba/smb.conf
samba version 4.0.1 started.
Copyright Andrew Tridgell and the Samba Team 1992-2012
GENSEC backend 'gssapi_spnego' registered
GENSEC backend 'gssapi_krb5' registered
GENSEC backend 'gssapi_krb5_sasl' registered
GENSEC backend 'schannel' registered
GENSEC backend 'spnego' registered
GENSEC backend 'ntlmssp' registered
GENSEC backend 'krb5' registered
GENSEC backend 'fake_gssapi_krb5' registered
NTPTR backend 'simple_ldb'
NTVFS backend 'default' for type 1 registered
NTVFS backend 'posix' for type 1 registered
NTVFS backend 'unixuid' for type 1 registered
NTVFS backend 'unixuid' for type 3 registered
NTVFS backend 'unixuid' for type 2 registered
NTVFS backend 'cifs' for type 1 registered
NTVFS backend 'smb2' for type 1 registered
NTVFS backend 'simple' for type 1 registered
NTVFS backend 'cifsposix' for type 1 registered
NTVFS backend 'default' for type 3 registered
NTVFS backend 'default' for type 2 registered
NTVFS backend 'nbench' for type 1 registered
PROCESS_MODEL 'single' registered
PROCESS_MODEL 'prefork' registered
PROCESS_MODEL 'onefork' registered
PROCESS_MODEL 'standard' registered
AUTH backend 'sam' registered
AUTH backend 'sam_ignoredomain' registered
AUTH backend 'anonymous' registered
AUTH backend 'winbind' registered
AUTH backend 'winbind_wbclient' registered
AUTH backend 'name_to_ntstatus' registered
AUTH backend 'unix' registered
SHARE backend [classic] registered.
ldb_wrap open of privilege.ldb
samba: using 'standard' process model
DCERPC endpoint server 'rpcecho' registered
DCERPC endpoint server 'epmapper' registered
DCERPC endpoint server 'remote' registered
DCERPC endpoint server 'srvsvc' registered
DCERPC endpoint server 'wkssvc' registered
DCERPC endpoint server 'unixinfo' registered
DCERPC endpoint server 'samr' registered
DCERPC endpoint server 

Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial

2013-03-04 Thread Olivier Bitsch
I suppose there is some good reasons to install or not install from package
your server. That I tried to provide is a way to have a working server
without to install a huge of developer package necessary to compile the
system and have a fast way to install and deploy in case you have several
server to install (samba4 take a little bit time to compile).

I understand that the actual packages provided by Inverse for Samab4 are a
little bit buggy (it seems there are some missing librairies), but it's
already a good start in the wait that distro includes them natively in
their distributions.

Best regards.

Olivier.


2013/3/4 Netwodist netwod...@gmail.com

  That's one of the reasons I don't like this solution install from
 packages. Tricks like that are no good for long term maintenance on
 production systems.

 I have my stuff working from sources, no tricks, plain stuff the way it
 should be and I do not break my packaging system by forcing some packages
 on top of others etc.

 Kind regards,

 Netwodist


 On 04/03/13 04:16, Tim Sutinen wrote:

 Thanks! That worked.
 On Mar 3, 2013 11:54 AM, Olivier Bitsch olivier.bit...@gmail.com
 wrote:

 Ok I see, it's not very clean, but try the process Impossible to access
 in Samba4 shares. at address
 http://iabsis.com/EN/article/35-9/Problemes-connus-et-rencontres

  This will overwrite some not installed files and give you the smbclient
 of samba4 version.

  Olivier.


  2013/3/3 Tim Sutinen t...@sutinen.com

  smbclient -UAdministrator '//localhost/netlogon'
 Unknown parameter encountered: server role
  Ignoring unknown parameter server role
  Unknown parameter encountered: dns forwarder
  Ignoring unknown parameter dns forwarder
  Enter Administrator's password:
 Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)



Tim Sutinen
  t...@sutinen.com
  www.sutinen.com
  Sutinen Consulting, Inc.
  360-578-9144 x305 360-578-9144%20x305
  360-442-4879 direct
  360-270-5670 cell


   On Sun, Mar 3, 2013 at 11:03 AM, Olivier Bitsch 
 olivier.bit...@gmail.com wrote:

 All seems right,

  try now opening an other terminal, then try the smbclient
 -UAdministrator '//localhost/netlogon' and give me the new output log 
 files.

  Olivier.


 2013/3/3 Tim Sutinen t...@sutinen.com

 Thanks Olivier. Here is the output:
 root@sogo:~# samba -i -d 3
 samba: /usr/lib/x86_64-linux-gnu/libwbclient.so.0: no version
 information available (required by
 /usr/lib/x86_64-linux-gnu/samba/libauth4.so)
 lpcfg_load: refreshing parameters from /etc/samba/smb.conf
 params.c:pm_process() - Processing configuration file
 /etc/samba/smb.conf
 samba version 4.0.1 started.
 Copyright Andrew Tridgell and the Samba Team 1992-2012
 GENSEC backend 'gssapi_spnego' registered
 GENSEC backend 'gssapi_krb5' registered
 GENSEC backend 'gssapi_krb5_sasl' registered
 GENSEC backend 'schannel' registered
 GENSEC backend 'spnego' registered
 GENSEC backend 'ntlmssp' registered
 GENSEC backend 'krb5' registered
 GENSEC backend 'fake_gssapi_krb5' registered
 NTPTR backend 'simple_ldb'
 NTVFS backend 'default' for type 1 registered
 NTVFS backend 'posix' for type 1 registered
 NTVFS backend 'unixuid' for type 1 registered
 NTVFS backend 'unixuid' for type 3 registered
 NTVFS backend 'unixuid' for type 2 registered
 NTVFS backend 'cifs' for type 1 registered
 NTVFS backend 'smb2' for type 1 registered
 NTVFS backend 'simple' for type 1 registered
 NTVFS backend 'cifsposix' for type 1 registered
 NTVFS backend 'default' for type 3 registered
 NTVFS backend 'default' for type 2 registered
 NTVFS backend 'nbench' for type 1 registered
 PROCESS_MODEL 'single' registered
 PROCESS_MODEL 'prefork' registered
 PROCESS_MODEL 'onefork' registered
 PROCESS_MODEL 'standard' registered
 AUTH backend 'sam' registered
 AUTH backend 'sam_ignoredomain' registered
 AUTH backend 'anonymous' registered
  AUTH backend 'winbind' registered
 AUTH backend 'winbind_wbclient' registered
 AUTH backend 'name_to_ntstatus' registered
 AUTH backend 'unix' registered
  SHARE backend [classic] registered.
 ldb_wrap open of privilege.ldb
 samba: using 'standard' process model
 DCERPC endpoint server 'rpcecho' registered
 DCERPC endpoint server 'epmapper' registered
 DCERPC endpoint server 'remote' registered
 DCERPC endpoint server 'srvsvc' registered
 DCERPC endpoint server 'wkssvc' registered
 DCERPC endpoint server 'unixinfo' registered
 DCERPC endpoint server 'samr' registered
 DCERPC endpoint server 'winreg' registered
 DCERPC endpoint server 'netlogon' registered
 DCERPC endpoint server 'dssetup' registered
 DCERPC endpoint server 'lsarpc' registered
 DCERPC endpoint server 'backupkey' registered
 DCERPC endpoint server 'spoolss' registered
 DCERPC endpoint server 'drsuapi' registered
 DCERPC endpoint server 'browser' registered
 DCERPC endpoint server 'eventlog6' registered
 DCERPC endpoint server 'dnsserver' registered
 /usr/sbin/smbd: smbd version 3.6.3 started.
 /usr/sbin/smbd: Copyright Andrew Tridgell and the Samba 

Re: [SOGo] - Ldap Filter don't work

2013-03-04 Thread Dario Carbone

  
  
Il 01/03/2013 13:39, Achim Gottinger ha
  scritto:


  
  

  

  
keyfilter/key

 string

(memberOf='cn=AddressBook,ou=Groups,dc=primeur,dc=com')/string


I've created a group on OpenLDAP and addess some users,
but on the slapd

log i've undefined filter. see the log :


ldapserver:/var/log # cat messages | grep conn=2843622

Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 fd=65
ACCEPT from

IP=192.168.20.115:43613 (IP=0.0.0.0:389)

Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=0
BIND dn=""

method=128t

Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=0
RESULT tag=97

err=0 text=

Feb 26 10:23:31 atlante slapd[10022]: *conn=2843622 op=1
SRCH

base="dc=primeur,dc=com" scope=2 deref=0
filter="((cn=*)(?=undefined))"*

Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=1
SRCH attr=*

Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=1
SEARCH RESULT

tag=101 err=0 nentries=0 text=

Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=2
UNBIND

Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 fd=65
closed


  

  

  
  Have you tried to remove the linebreak.
  
  
string(memberOf='cn=AddressBook,ou=Groups,dc=primeur,dc=com')/string
  
  
  Or use something like
  
  
  string(objectClass=person)/string
  
  
  for testing if it's an problem with parsing the filter value or
  applying it?
  
  
  achim~
  
  
  

I've tried a lots of combinations, but no lucky.

I think the problem is the parsing part.


-- 
  
  
  

  
 


 Carbone Dario
  | Primeur Sales 
Marketing
  IT Service Department
  Mobile:3488960584
  | Email |  linkedin | skype 
  
  
  

  

  



Re: [SOGo] - Ldap Filter don't work

2013-03-04 Thread Dario Carbone

  
  
Yes, without the filter , all work, but
  a lots of unwanted users appers.
  
  Il 01/03/2013 20:32, Mark Madere ha scritto:


  have you tried it without a filter?

 Original Message  
Subject: Re: [SOGo] - Ldap Filter don't work 
Date: Friday, March 1, 2013 06:39 AM CST 
From: Achim Gottinger ac...@ag-web.biz 
Reply-To: users@sogo.nu
To: users@sogo.nu 
References: 512c7fe4.5030...@primeur.com 512cbfb4.7080...@uni-konstanz.de 512cd2e8.5020...@primeur.com 512dda69.6090...@uni-konstanz.de 5120.4060...@primeur.com 513077d0.2000...@primeur.com
 
 
 

  



  

  

   keyfilter/key
 string
(memberOf='cn=AddressBook,ou=Groups,dc=primeur,dc=com')/string

I've created a group on OpenLDAP and addess some users, but on the slapd
log i've undefined filter. see the log :

ldapserver:/var/log # cat messages | grep conn=2843622
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 fd=65 ACCEPT from
IP=192.168.20.115:43613 (IP=0.0.0.0:389)
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=0 BIND dn=""
method=128t
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=0 RESULT tag=97
err=0 text=
Feb 26 10:23:31 atlante slapd[10022]: *conn=2843622 op=1 SRCH
base="dc=primeur,dc=com" scope=2 deref=0 filter="((cn=*)(?=undefined))"*
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=1 SRCH attr=*
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=1 SEARCH RESULT
tag=101 err=0 nentries=0 text=
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=2 UNBIND
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 fd=65 closed



  

  

Have you tried to remove the linebreak.

string(memberOf='cn=AddressBook,ou=Groups,dc=primeur,dc=com')/string

Or use something like

string(objectClass=person)/string

for testing if it's an problem with parsing the filter value or applying it?

achim~


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

  
   
 
 
 





-- 
  
  
  

  
 


 Carbone Dario
  | Primeur Sales 
Marketing
  IT Service Department
  Mobile:3488960584
  | Email |  linkedin | skype 
  
  
  

  

  



[SOGo] Thunderbird 10 to 17 ( upgrade )

2013-03-04 Thread Louis-Philippe Gauthier
Hi,

We plan to move to Thunderbird 17 with Lightning 1.9 and SOGo extensions.

I saw this bug on Lightning :

https://bugzilla.mozilla.org/show_bug.cgi?id=827078

Without the release of Lightning 1.9.1, we can't use Lightning with SOGo ?

Do you know when this version will be release? There is a roadmap somewhere
?


( I don't want to use patches in a production environment).


Regards,

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

[SOGo] sogo-integrator-17.0.3 lightning-1.9-sm+tb-windowss freezing

2013-03-04 Thread Allen Chen
Hi, there

I did some test on SOGo 2.0.4, and the web interface works fine.
But TB 17.0.3esr is freezing.
Plugins used:
lightning-1.9-sm+tb-windows.xpi
sogo-connector-17.0.3.xpi
sogo-integrator-17.0.3-sogo204-test.xpi(I modified the URL to point to the new 
SOGo server)

I tested TB on XP machine:
1. to make it clean, first delete TB profile
2. start TB and create a profile. email works fine
3. install three plugins, and restart TB
4. Enter password(twice) to login and wait for 10-20 seconds to let it finish 
the initialization(the hard disk is flashing fast)
5. I can modify events and SOGo calendar is working.
6. exit TB and start TB again, then TB is freezing forever(No Responding), 
but web interface is still working fine.

I can repeat the above steps.


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


Re: [SOGo] Thunderbird 10 to 17 ( upgrade )

2013-03-04 Thread Steve Ankeny

Are you saying you won't use the nightlies?

https://inverse.ca/sogo/lists/arc/users/2013-02/msg00159.html

I do not know why Mozilla has not published the nightly as the 
official extension.


However, it's worked great for our environment, and I can always update 
later if a better candidate comes along.  Simply place it in 
'/var/www/plugins' and make sure 'updates.php' properly calls it.


On 03/04/2013 11:00 AM, Louis-Philippe Gauthier wrote:

Hi,

We plan to move to Thunderbird 17 with Lightning 1.9 and SOGo extensions.

I saw this bug on Lightning :

https://bugzilla.mozilla.org/show_bug.cgi?id=827078

Without the release of Lightning 1.9.1, we can't use Lightning with 
SOGo ?


Do you know when this version will be release? There is a roadmap 
somewhere ?



( I don't want to use patches in a production environment).


Regards,

--
Louis-Philippe Gauthier


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


Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial

2013-03-04 Thread Davor Vusir
Olivier,

thank you for your hard work putting this tutorial together! And iGestis looks 
really promising. Keep up the good work! I will for certain keep an eye open 
for your product.

Regarding Tims error; I ran in to the same errors. And I think it is a product 
of installing both Samba3 and Samba4. As Ubuntu has chosen to start Samba3 with 
Upstart and so has Inverse, both packages seem to collide and Samba3 gets 
precedence. I think the errors originates from Samba3 not recognising certain 
Samba4 parameters. During my installation I skipped installing Samba3-packages 
and went for Samba4. No errors.

The vfs acl_attr.so error during domain provision is not present after 
following your instructions regarding Impossible to access in Samba4 shares. 
Thank you!

And the correction of /etc/init.d/sogo works like a charm. Thank you.

In your tutorial, I think you can skip the part about Samba3 and replace it 
with: apt-get install samba4 winbind4 krb5-user. And stress the fact to 
reprovision the Samba4 AD.

My steps:
1. Install acl and attr: apt-get install acl attr
2. Edit /etc/fstab: add acl,user_xattr to root mountpoint. Reboot.
3. Install samba4 according to your known issues.
4. Stop Samba4.
5. Delete /etc/samba/smb.conf, rm -R /var/lib/samba/private/*, rm -R 
/var/lib/samba/sysvol/*
6. Provision a new AD: samba-tool domain provision --domain=EXAMPLE 
--adminpass=Pa$$w0rd --dns-backend=SAMBA_INTERNAL --server-role=dc 
--function-level=2008_R2 --use-xattr=yes --use-rfc2307 --realm=EXAMPLE.COM
7. Stop Samba4 and install Samba4 from Inverse: apt-get install samba4 winbind4 
krb5-user
8. Start Samba4.

Regards
Davor Vusir


From: Olivier Bitsch 
Sent: Sunday, March 03, 2013 8:54 PM
To: users@sogo.nu 
Subject: Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial


Ok I see, it's not very clean, but try the process Impossible to access in 
Samba4 shares. at address 
http://iabsis.com/EN/article/35-9/Problemes-connus-et-rencontres



This will overwrite some not installed files and give you the smbclient of 
samba4 version.


Olivier.



2013/3/3 Tim Sutinen t...@sutinen.com

  smbclient -UAdministrator '//localhost/netlogon'
  Unknown parameter encountered: server role
  Ignoring unknown parameter server role
  Unknown parameter encountered: dns forwarder
  Ignoring unknown parameter dns forwarder
  Enter Administrator's password: 
  Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)






  Tim Sutinen

  t...@sutinen.com

  www.sutinen.com

  Sutinen Consulting, Inc.

  360-578-9144 x305

  360-442-4879 direct

  360-270-5670 cell




  On Sun, Mar 3, 2013 at 11:03 AM, Olivier Bitsch olivier.bit...@gmail.com 
wrote:

All seems right, 


try now opening an other terminal, then try the smbclient -UAdministrator 
'//localhost/netlogon' and give me the new output log files.


Olivier.



2013/3/3 Tim Sutinen t...@sutinen.com

  Thanks Olivier. Here is the output: 
  root@sogo:~# samba -i -d 3
  samba: /usr/lib/x86_64-linux-gnu/libwbclient.so.0: no version information 
available (required by /usr/lib/x86_64-linux-gnu/samba/libauth4.so)
  lpcfg_load: refreshing parameters from /etc/samba/smb.conf
  params.c:pm_process() - Processing configuration file 
/etc/samba/smb.conf
  samba version 4.0.1 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2012
  GENSEC backend 'gssapi_spnego' registered
  GENSEC backend 'gssapi_krb5' registered
  GENSEC backend 'gssapi_krb5_sasl' registered
  GENSEC backend 'schannel' registered
  GENSEC backend 'spnego' registered
  GENSEC backend 'ntlmssp' registered
  GENSEC backend 'krb5' registered
  GENSEC backend 'fake_gssapi_krb5' registered
  NTPTR backend 'simple_ldb'
  NTVFS backend 'default' for type 1 registered
  NTVFS backend 'posix' for type 1 registered
  NTVFS backend 'unixuid' for type 1 registered
  NTVFS backend 'unixuid' for type 3 registered
  NTVFS backend 'unixuid' for type 2 registered
  NTVFS backend 'cifs' for type 1 registered
  NTVFS backend 'smb2' for type 1 registered
  NTVFS backend 'simple' for type 1 registered
  NTVFS backend 'cifsposix' for type 1 registered
  NTVFS backend 'default' for type 3 registered
  NTVFS backend 'default' for type 2 registered
  NTVFS backend 'nbench' for type 1 registered
  PROCESS_MODEL 'single' registered
  PROCESS_MODEL 'prefork' registered
  PROCESS_MODEL 'onefork' registered
  PROCESS_MODEL 'standard' registered
  AUTH backend 'sam' registered
  AUTH backend 'sam_ignoredomain' registered
  AUTH backend 'anonymous' registered
  AUTH backend 'winbind' registered
  AUTH backend 'winbind_wbclient' registered
  AUTH backend 'name_to_ntstatus' registered
  AUTH backend 'unix' registered
  SHARE backend [classic] registered.
  ldb_wrap open of privilege.ldb
  samba: using 'standard' process model
  DCERPC endpoint 

Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial

2013-03-04 Thread Davor Vusir
Number 2 is of course: edit /etc/fstab. Add acl, user_xattr to root mountpoint. 


From: Davor Vusir 
Sent: Monday, March 04, 2013 7:32 PM
To: users@sogo.nu 
Subject: Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial


Olivier,

thank you for your hard work putting this tutorial together! And iGestis looks 
really promising. Keep up the good work! I will for certain keep an eye open 
for your product.

Regarding Tims error; I ran in to the same errors. And I think it is a product 
of installing both Samba3 and Samba4. As Ubuntu has chosen to start Samba3 with 
Upstart and so has Inverse, both packages seem to collide and Samba3 gets 
precedence. I think the errors originates from Samba3 not recognising certain 
Samba4 parameters. During my installation I skipped installing Samba3-packages 
and went for Samba4. No errors.

The vfs acl_attr.so error during domain provision is not present after 
following your instructions regarding Impossible to access in Samba4 shares. 
Thank you!

And the correction of /etc/init.d/sogo works like a charm. Thank you.

In your tutorial, I think you can skip the part about Samba3 and replace it 
with: apt-get install samba4 winbind4 krb5-user. And stress the fact to 
reprovision the Samba4 AD.

My steps:
1. Install acl and attr: apt-get install acl attr
2. Edit /etc/fstab: add acl,user_xattr to root mountpoint. Reboot.
3. Install samba4 according to your known issues.
4. Stop Samba4.
5. Delete /etc/samba/smb.conf, rm -R /var/lib/samba/private/*, rm -R 
/var/lib/samba/sysvol/*
6. Provision a new AD: samba-tool domain provision --domain=EXAMPLE 
--adminpass=Pa$$w0rd --dns-backend=SAMBA_INTERNAL --server-role=dc 
--function-level=2008_R2 --use-xattr=yes --use-rfc2307 --realm=EXAMPLE.COM
7. Stop Samba4 and install Samba4 from Inverse: apt-get install samba4 winbind4 
krb5-user
8. Start Samba4.

Regards
Davor Vusir


From: Olivier Bitsch 
Sent: Sunday, March 03, 2013 8:54 PM
To: users@sogo.nu 
Subject: Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial


Ok I see, it's not very clean, but try the process Impossible to access in 
Samba4 shares. at address 
http://iabsis.com/EN/article/35-9/Problemes-connus-et-rencontres



This will overwrite some not installed files and give you the smbclient of 
samba4 version.


Olivier.



2013/3/3 Tim Sutinen t...@sutinen.com

  smbclient -UAdministrator '//localhost/netlogon'
  Unknown parameter encountered: server role
  Ignoring unknown parameter server role
  Unknown parameter encountered: dns forwarder
  Ignoring unknown parameter dns forwarder
  Enter Administrator's password: 
  Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)






  Tim Sutinen

  t...@sutinen.com

  www.sutinen.com

  Sutinen Consulting, Inc.

  360-578-9144 x305

  360-442-4879 direct

  360-270-5670 cell




  On Sun, Mar 3, 2013 at 11:03 AM, Olivier Bitsch olivier.bit...@gmail.com 
wrote:

All seems right, 


try now opening an other terminal, then try the smbclient -UAdministrator 
'//localhost/netlogon' and give me the new output log files.


Olivier.



2013/3/3 Tim Sutinen t...@sutinen.com

  Thanks Olivier. Here is the output: 
  root@sogo:~# samba -i -d 3
  samba: /usr/lib/x86_64-linux-gnu/libwbclient.so.0: no version information 
available (required by /usr/lib/x86_64-linux-gnu/samba/libauth4.so)
  lpcfg_load: refreshing parameters from /etc/samba/smb.conf
  params.c:pm_process() - Processing configuration file 
/etc/samba/smb.conf
  samba version 4.0.1 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2012
  GENSEC backend 'gssapi_spnego' registered
  GENSEC backend 'gssapi_krb5' registered
  GENSEC backend 'gssapi_krb5_sasl' registered
  GENSEC backend 'schannel' registered
  GENSEC backend 'spnego' registered
  GENSEC backend 'ntlmssp' registered
  GENSEC backend 'krb5' registered
  GENSEC backend 'fake_gssapi_krb5' registered
  NTPTR backend 'simple_ldb'
  NTVFS backend 'default' for type 1 registered
  NTVFS backend 'posix' for type 1 registered
  NTVFS backend 'unixuid' for type 1 registered
  NTVFS backend 'unixuid' for type 3 registered
  NTVFS backend 'unixuid' for type 2 registered
  NTVFS backend 'cifs' for type 1 registered
  NTVFS backend 'smb2' for type 1 registered
  NTVFS backend 'simple' for type 1 registered
  NTVFS backend 'cifsposix' for type 1 registered
  NTVFS backend 'default' for type 3 registered
  NTVFS backend 'default' for type 2 registered
  NTVFS backend 'nbench' for type 1 registered
  PROCESS_MODEL 'single' registered
  PROCESS_MODEL 'prefork' registered
  PROCESS_MODEL 'onefork' registered
  PROCESS_MODEL 'standard' registered
  AUTH backend 'sam' registered
  AUTH backend 'sam_ignoredomain' registered
  AUTH backend 'anonymous' registered
  AUTH backend 'winbind' registered
  AUTH backend 'winbind_wbclient' registered
  AUTH 

Re: [SOGo] Thunderbird 17/SoGo Connector 17.0.3

2013-03-04 Thread Peshko
Cannot see 1.9.1, Do you have the link?

Thanks!

On 3/4/2013 6:48 AM, Steve Ankeny wrote:
 Does it make any difference whether it's Lightning 1.9 or Lightning 1.9.1?

 On 03/04/2013 12:31 AM, peshko...@gmail.com wrote:
 I have been playing with the frontend for Thunderbird with the intent to
 connect to iCloud contacts. So far no success. Regardless of what I put I get
 'Not Authorized'. it seems it is expecting Username and Password.

 Mon Mar 04 2013 00:24:36 GMT-0500 (Eastern Standard Time):

 **
 REQUEST (Mon Mar 04 2013 00:24:36 GMT-0500 (Eastern Standard Time))
 **
 PROPFINDhttps://p01-contacts.icloud.com/xx/carddavhome/card/  
 HTTP/1.1
 Host: p01-contacts.icloud.com
 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215
 Thunderbird/17.0.3 Lightning/1.9


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

Re: [SOGo] Thunderbird 17/SoGo Connector 17.0.3

2013-03-04 Thread Gémes Géza

2013.03.04. 21:19 keltezéssel, Peshko írta:

Cannot see 1.9.1, Do you have the link?

Thanks!

On 3/4/2013 6:48 AM, Steve Ankeny wrote:
Does it make any difference whether it's Lightning 1.9 or Lightning 
1.9.1?


On 03/04/2013 12:31 AM, peshko...@gmail.com wrote:
I have been playing with the frontend for Thunderbird with the 
intent to
connect to iCloud contacts. So far no success. Regardless of what I 
put I get

'Not Authorized'. it seems it is expecting Username and Password.

Mon Mar 04 2013 00:24:36 GMT-0500 (Eastern Standard Time):

** 


REQUEST (Mon Mar 04 2013 00:24:36 GMT-0500 (Eastern Standard Time))
** 

PROPFINDhttps://p01-contacts.icloud.com/xx/carddavhome/card/ 
HTTP/1.1

Host: p01-contacts.icloud.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215
Thunderbird/17.0.3 Lightning/1.9





Hi,

IMHO you should look at http://www.sogo.nu/files/downloads/tmp/

Regards

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

Re: [SOGo] Thunderbird Edits Rejected

2013-03-04 Thread Patrick Ben Koetter
* Sean Deschamps users@sogo.nu:
 No, just 1.9 found here -
 https://addons.mozilla.org/en-US/thunderbird/addon/lightning/versions/?page=1#version-1.9
 Should I install 1.9.1 found here?
 http://ftp.mozilla.org/pub/mozilla.org/calendar/lightning/nightly/1.9.1-candidates/build1/unsigned/win32/
 
 I suppose I risk bugs using a nightly version but perhaps it's worth it if
 it will fix the problem.  I haven't heard that this version actually
 addresses it but I suppose we'll see...

Updating to 1.9.1 fixed my problem too.

p@rick

-- 
[*] sys4 AG
 
http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München
 
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Joerg Heidrich
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17/SoGo Connector 17.0.3

2013-03-04 Thread Steve Ankeny
I don't understand why neither Mozilla nor Inverse have updated their 
official links.


IF you go to the trouble to petition for a patch, and receive it, why 
not publish it as the official frontend on the SOGo downloads page?  Why 
would Mozilla not publish it as the official Lightning extension?


I see there are other versions available, and perhaps Mozilla is waiting 
for Lightning 2.0


On 03/04/2013 03:57 PM, Gémes Géza wrote:

Hi,

IMHO you should look at http://www.sogo.nu/files/downloads/tmp/

Regards

Geza Gemes


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


Re: [SOGo] Thunderbird Edits Rejected

2013-03-04 Thread Steve Ankeny
Good!  Glad to hear it.  The problem you described sounded like the 
previous bug.


On 03/04/2013 04:07 PM, Patrick Ben Koetter wrote:

* Sean Deschamps users@sogo.nu:

No, just 1.9 found here -
https://addons.mozilla.org/en-US/thunderbird/addon/lightning/versions/?page=1#version-1.9
Should I install 1.9.1 found here?
http://ftp.mozilla.org/pub/mozilla.org/calendar/lightning/nightly/1.9.1-candidates/build1/unsigned/win32/

I suppose I risk bugs using a nightly version but perhaps it's worth it if
it will fix the problem.  I haven't heard that this version actually
addresses it but I suppose we'll see...

Updating to 1.9.1 fixed my problem too.

p@rick



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


Re: [SOGo] Thunderbird 17/SoGo Connector 17.0.3

2013-03-04 Thread Ludovic Marcotte

On 04/03/13 16:13, Steve Ankeny wrote:
I don't understand why neither Mozilla nor Inverse have updated their 
official links.


IF you go to the trouble to petition for a patch, and receive it, why 
not publish it as the official frontend on the SOGo downloads page?
Because we no longer distribute patched versions of Lightning. We 
stopped doing that after TB 10 ESR was released.


The builds you found in /tmp are stuff we did for testing purposes.
Why would Mozilla not publish it as the official Lightning extension? 

Ask them.

--
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] Thunderbird 17/SoGo Connector 17.0.3

2013-03-04 Thread Steve Ankeny

Glad you responded!

I was not aware that you stopped publishing patched extensions and being 
rhetorical about Mozilla.


Sorry to have disturbed the waters.  Maybe a short disclaimer on the 
downloads page would help (and maybe it exists and I missed it) Most of 
us look to Inverse for leadership.


On 03/04/2013 04:17 PM, Ludovic Marcotte wrote:

On 04/03/13 16:13, Steve Ankeny wrote:
I don't understand why neither Mozilla nor Inverse have updated their 
official links.


IF you go to the trouble to petition for a patch, and receive it, why 
not publish it as the official frontend on the SOGo downloads page?
Because we no longer distribute patched versions of Lightning. We 
stopped doing that after TB 10 ESR was released.


The builds you found in /tmp are stuff we did for testing purposes.
Why would Mozilla not publish it as the official Lightning extension? 

Ask them.



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


Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial

2013-03-04 Thread Olivier Bitsch
Thanks for your feedback and suggestions Davor,

I will add the acl, user_xattr has this is very useful for fine tuning the
folder rights from Samba4.

I think that this way is not the cleaner way to install Samba4, but package
version doesn't provide the smbd and some missing librairies. That why I
used Samba3 (it seems this is the official way), but as mentioned, it's not
working all time.

I will thing about the next step, may be provide fixed packages with
missing files.

Thanks again and good luck for the next.

Olivier.


2013/3/4 Davor Vusir davor.vu...@live.se

 **
 Number 2 is of course: edit /etc/fstab. Add acl, user_xattr to root
 mountpoint. [image: Smile emoticon]

  *From:* Davor Vusir davor.vu...@live.se
 *Sent:* Monday, March 04, 2013 7:32 PM
 *To:* users@sogo.nu
 *Subject:* Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial

 Olivier,

 thank you for your hard work putting this tutorial together! And iGestis
 looks really promising. Keep up the good work! I will for certain keep an
 eye open for your product.

 Regarding Tims error; I ran in to the same errors. And I think it is a
 product of installing both Samba3 and Samba4. As Ubuntu has chosen to start
 Samba3 with Upstart and so has Inverse, both packages seem to collide and
 Samba3 gets precedence. I think the errors originates from Samba3 not
 recognising certain Samba4 parameters. During my installation I skipped
 installing Samba3-packages and went for Samba4. No errors.

 The vfs acl_attr.so error during domain provision is not present after
 following your instructions regarding Impossible to access in Samba4
 shares. Thank you!

 And the correction of /etc/init.d/sogo works like a charm. Thank you.

 In your tutorial, I think you can skip the part about Samba3 and replace
 it with: apt-get install samba4 winbind4 krb5-user. And stress the fact to
 reprovision the Samba4 AD.

 My steps:
 1. Install acl and attr: apt-get install acl attr
 2. Edit /etc/fstab: add acl,user_xattr to root mountpoint. Reboot.
 3. Install samba4 according to your known issues.
 4. Stop Samba4.
 5. Delete /etc/samba/smb.conf, rm -R /var/lib/samba/private/*, rm -R
 /var/lib/samba/sysvol/*
 6. Provision a new AD: samba-tool domain provision --domain=EXAMPLE
 --adminpass=Pa$$w0rd --dns-backend=SAMBA_INTERNAL --server-role=dc
 --function-level=2008_R2 --use-xattr=yes --use-rfc2307 --realm=EXAMPLE.COM
 7. Stop Samba4 and install Samba4 from Inverse: apt-get install samba4
 winbind4 krb5-user
 8. Start Samba4.

 Regards
 Davor Vusir

  *From:* Olivier Bitsch olivier.bit...@gmail.com
 *Sent:* Sunday, March 03, 2013 8:54 PM
 *To:* users@sogo.nu
 *Subject:* Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial

 Ok I see, it's not very clean, but try the process Impossible to access
 in Samba4 shares. at address
 http://iabsis.com/EN/article/35-9/Problemes-connus-et-rencontres

 This will overwrite some not installed files and give you the smbclient of
 samba4 version.

 Olivier.


 2013/3/3 Tim Sutinen t...@sutinen.com

  smbclient -UAdministrator '//localhost/netlogon'
 Unknown parameter encountered: server role
  Ignoring unknown parameter server role
 Unknown parameter encountered: dns forwarder
  Ignoring unknown parameter dns forwarder
 Enter Administrator's password:
 Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)



Tim Sutinen
 t...@sutinen.com
 www.sutinen.com
 Sutinen Consulting, Inc.
 360-578-9144 x305
 360-442-4879 direct
 360-270-5670 cell


  On Sun, Mar 3, 2013 at 11:03 AM, Olivier Bitsch 
 olivier.bit...@gmail.com wrote:

 All seems right,

 try now opening an other terminal, then try the smbclient
 -UAdministrator '//localhost/netlogon' and give me the new output log files.

 Olivier.


 2013/3/3 Tim Sutinen t...@sutinen.com

 Thanks Olivier. Here is the output:
 root@sogo:~# samba -i -d 3
 samba: /usr/lib/x86_64-linux-gnu/libwbclient.so.0: no version
 information available (required by
 /usr/lib/x86_64-linux-gnu/samba/libauth4.so)
 lpcfg_load: refreshing parameters from /etc/samba/smb.conf
 params.c:pm_process() - Processing configuration file
 /etc/samba/smb.conf
 samba version 4.0.1 started.
 Copyright Andrew Tridgell and the Samba Team 1992-2012
 GENSEC backend 'gssapi_spnego' registered
 GENSEC backend 'gssapi_krb5' registered
 GENSEC backend 'gssapi_krb5_sasl' registered
 GENSEC backend 'schannel' registered
 GENSEC backend 'spnego' registered
 GENSEC backend 'ntlmssp' registered
 GENSEC backend 'krb5' registered
 GENSEC backend 'fake_gssapi_krb5' registered
 NTPTR backend 'simple_ldb'
 NTVFS backend 'default' for type 1 registered
 NTVFS backend 'posix' for type 1 registered
 NTVFS backend 'unixuid' for type 1 registered
 NTVFS backend 'unixuid' for type 3 registered
 NTVFS backend 'unixuid' for type 2 registered
 NTVFS backend 'cifs' for type 1 registered
 NTVFS backend 'smb2' for type 1 registered
 NTVFS backend 'simple' for type 1 registered
 NTVFS backend 'cifsposix' for type 1 registered
 NTVFS backend 

[SOGo] BTS activities for Monday, March 04 2013

2013-03-04 Thread SOGo reporter
Title: BTS activities for Monday, March 04 2013





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2260
	2013-03-04 06:48:56
	updated (open)
	Backend General
	SQL errors on funambol sync
	
	  
	
  
  




Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial

2013-03-04 Thread Tim Sutinen
When I do:  openchange_newuser --create USERNAME
my system doesn't create a home directory for the user, however, it does extend 
the schema in the Samba4 AD.  What might be the problem?
Thanks!
Tim

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

Re: [SOGo] Re: New Samba4/OpenChange/Sogo tutorial

2013-03-04 Thread Olivier Bitsch
You have to use su - username to create the home directory.

Olivier
Le 5 mars 2013 06:56, Tim Sutinen t...@sutinen.com a écrit :

 When I do:  openchange_newuser --create USERNAME
 my system doesn't create a home directory for the user, however, it does
 extend the schema in the Samba4 AD.  What might be the problem?
 Thanks!
 Tim


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