Re: [SOGo] LDAP filter question

2013-04-25 Thread Arnaud LE NORCY
Le 23/04/2013 23:50, Paul van der Vlis a écrit : On 23-04-13 16:42, Jean Raby wrote: On 13-04-23 10:15 AM, Paul van der Vlis wrote: Hello, I use LDAP authentication on a server, but there are some users in LDAP who I don't want to give access to Sogo. They should be easy to filter, because

[SOGo] LDAP filter question

2013-04-23 Thread Paul van der Vlis
Hello, I use LDAP authentication on a server, but there are some users in LDAP who I don't want to give access to Sogo. They should be easy to filter, because they don't have an e-mail address. Do you have an idea how to filter this? This does not work: filter = (!(mail='')); filter =

Re: [SOGo] LDAP filter question

2013-04-23 Thread Ludovic Marcotte
On 23/04/13 10:15, Paul van der Vlis wrote: This does not work: filter = (!(mail='')); filter = (!(mail=)); filter = (!(mail='*@*')); filter = (!(mail=*@*)); Try: filter = (!(mail=*)) -- Ludovic Marcotte +1.514.755.3630 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and

Re: [SOGo] LDAP filter question

2013-04-23 Thread Jean Raby
On 13-04-23 10:15 AM, Paul van der Vlis wrote: Hello, I use LDAP authentication on a server, but there are some users in LDAP who I don't want to give access to Sogo. They should be easy to filter, because they don't have an e-mail address. Do you have an idea how to filter this? This does

Re: [SOGo] LDAP filter question

2013-04-23 Thread Paul van der Vlis
On 23-04-13 16:35, Ludovic Marcotte wrote: filter = (!(mail=*)) This gives an error: object not found: mailtest. Where mailtest is the user. Sogo version 1.3.16 from Debian 7. With regards, Paul van der Vlis. -- Paul van der Vlis Linux systeembeheer, Groningen http://www.vandervlis.nl/ --

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

2013-03-06 Thread Achim Gottinger
Am 27.02.2013 11:20, schrieb Dario Carbone: Il 27/02/2013 11:05, Christian Mack ha scritto: Hello Dario Carbone Am 2013-02-26 16:21, schrieb Dario Carbone: Il 26/02/2013 14:59, Christian Mack ha scritto:

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

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

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

2013-03-01 Thread Dario Carbone
Il 27/02/2013 11:20, Dario Carbone ha scritto: Il 27/02/2013 11:05, Christian Mack ha scritto: Hello Dario Carbone Am 2013-02-26 16:21, schrieb Dario Carbone: Il 26/02/2013 14:59, Christian Mack ha scritto:

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

2013-03-01 Thread Achim Gottinger
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

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

2013-03-01 Thread Mark Madere
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

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

2013-02-27 Thread Christian Mack
Hello Dario Carbone Am 2013-02-26 16:21, schrieb Dario Carbone: Il 26/02/2013 14:59, Christian Mack ha scritto: Am 2013-02-26 10:27, schrieb Dario Carbone: Here my .GNUstepDefaults : dict keyCNFieldName/key stringcn/string

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

2013-02-27 Thread Dario Carbone
Il 27/02/2013 11:05, Christian Mack ha scritto: Hello Dario Carbone Am 2013-02-26 16:21, schrieb Dario Carbone: Il 26/02/2013 14:59, Christian Mack ha scritto: Am 2013-02-26 10:27, schrieb Dario Carbone:

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

2013-02-26 Thread Christian Mack
Hello Dario Carbone Am 2013-02-26 10:27, schrieb Dario Carbone: Here my .GNUstepDefaults : dict keyCNFieldName/key stringcn/string keyIDFieldName/key stringuid/string keyMailFieldNames/key

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

2013-02-26 Thread Dario Carbone
Il 26/02/2013 14:59, Christian Mack ha scritto: Hello Dario Carbone Am 2013-02-26 10:27, schrieb Dario Carbone: Here my .GNUstepDefaults : dict keyCNFieldName/key stringcn/string keyIDFieldName/key

[SOGo] ldap filter with *

2012-12-17 Thread Martin Krpata
Hello, ldap filter written to settings with command defaults write sogod ... and regex * (for example *filter = mail='*'*) does not work. It will delete comma and result in error in logs and not working ldap search filter... Example: when i use under sogo user: 1) defaults write sogod

Re: [SOGo] ldap filter with *

2012-12-17 Thread Simon Walter
On 12/17/2012 10:03 PM, Martin Krpata wrote: Hello, ldap filter written to settings with command defaults write sogod ... and regex * (for example *filter = mail='*'*) does not work. It will delete comma and result in error in logs and not working ldap search filter... Example: when i use

Re: [SOGo] ldap filter

2012-06-09 Thread Николай Клименко
filter looks like this keyfilter/key string( (mail='*@domain.ru' AND objectClass='person' AND userAccountControl:1.2.840.113556.1.4.803:!='2') OR (mail='*@domain.ru' AND objectClass='group') )/string 07.06.12 20:37, Николай Клименко пишет: hi all Tell me please how to write a ldap filter

[SOGo] ldap filter

2012-06-07 Thread Николай Клименко
hi all Tell me please how to write a ldap filter for sogo like this ldap query (|((mail=*@domain.ru)(objectClass=user)(!userAccountControl:1.2.840.113556.1.4.803:=2))((mail=*@domain.ru)(objectClass=group))) -- thx -- users@sogo.nu https://inverse.ca/sogo/lists

Re: [SOGo] LDAP filter for group decomposing

2012-03-06 Thread Bruno Lingner (Hugo)
hi is there anyone with a solution here? should I file a bug for this? I even tried to massage the ldap suffix, so that ou=personen,ou=intern.. appears as ou=personen,ou=sogo,ou=intern.. and then set the base DN to ou=sogo,ou=intern.. with subbranches users,groups,ressources and locations, but

Re: [SOGo] LDAP-Filter - How to use?

2012-01-04 Thread Martin Rabl
Hi Francis, ok - just tried it, here my report: - The Symbol for NOT '' has to be a lt;gt;, or an ugly error will happen: 2012-01-04 08:55:54.880 sogod[10710] File NSDictionary.m: 628. In -[NSDictionary initWithContentsOfFile:] Contents of file

[SOGo] ldap filter problem (mail=*)

2011-12-13 Thread Ben Luey
I want to filter out which ldap accounts have access to sogo. Under t SogoUserSources in GNUstepDefaults, I have the line filter = (objectClass=uidObject ); and that works great. But I want to filter on the existence of the attribute mail , like: filter = (objectClass=uidObject and mail=*

Re: [SOGo] ldap filter problem (mail=*)

2011-12-13 Thread Ben Luey
attribute mail , like: filter = (objectClass=uidObject and mail=* ); This works great for me: keyfilter/key string(objectClass='PostfixBookMailAccount' AND mailEnabled='TRUE' AND sogoEnabled='TRUE')/string Right, I believe the problem is the '*' wildcard I'm using. If