Tagging and Data Access: a request for advice and help

2011-02-03 Thread Gervase Markham
[I hope this message is on-topic for this list; if not, please can you tell me where I can get some advice?] I am writing a new bit of Mozilla software called Domesday, which is a community directory: http://wiki.mozilla.org/Domesday We hope to scale it beyond 100,000, perhaps up to 1M users

AccessLog behaviour

2011-02-03 Thread Marco Pizzoli
Hi all, I would like to know the internal behaviour of slapo-accesslog. I would like to have accesslog with a data retention of 10 days. In my ldap usage scenario this retention produce an accesslog db of quite 10GB of data. Things are working quite fine, but when the log db contains data older

Re: ldap_bind: Invalid credentials (49)

2011-02-03 Thread Ondrej Kuznik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/03/2011 08:35 AM, Razvan Deaconescu wrote: On 02/03/2011 12:39 AM, John Espiro wrote: Seems that this might be the solution... http://stackoverflow.com/questions/3057257/ubuntu-10-04-lucid-openldap-invalid-credentials-issue Actually, it

Re: Which backend should I use?

2011-02-03 Thread Clément OUDOT
Le 3 février 2011 09:39, Olivier PAVILLA olivier.pavi...@univ-orleans.fr a écrit : Hi. I need your advice again :) I have LDAP server with ldbm database on a fedora core 5 which is running for more than 3 years without any update nor upgrade neither. So now I've to migate this old LDAP on a

Re: Tagging and Data Access: a request for advice and help

2011-02-03 Thread Gervase Markham
On 02/02/11 17:43, Gervase Markham wrote: [I hope this message is on-topic for this list; if not, please can you tell me where I can get some advice?] Thanks to the moderator for approving my post; however, I have realised that I didn't do enough reading before asking this question, and there

Re: ldap_bind: Invalid credentials (49)

2011-02-03 Thread Buchan Milne
On Wednesday, 2 February 2011 23:49:55 John Espiro wrote: [...] I've got to be missing something obvious, but it's not clear what that is... You didn't read my reply to your previous thread, which was sent 20 minutes before your mail above, all the info you needed was there. Regards, Buchan

Re: Tagging and Data Access: a request for advice and help

2011-02-03 Thread Dieter Kluenter
Am Thu, 03 Feb 2011 10:00:05 + schrieb Gervase Markham g...@mozilla.org: On 02/02/11 17:43, Gervase Markham wrote: [I hope this message is on-topic for this list; if not, please can you tell me where I can get some advice?] Thanks to the moderator for approving my post; however, I

System user login fails if ldap goes down.

2011-02-03 Thread Meghanand Acharekar
Hi, I have configured a mixed authentication systems (LDAP + System Users). On this system some users are configure to login via ldap rest as system users. I observed that if the ldap server goes down, system users also not able to login. Is there any way to prevent this, following my pam

Re: System user login fails if ldap goes down.

2011-02-03 Thread Buchan Milne
On Thursday, 3 February 2011 14:34:21 Meghanand Acharekar wrote: Hi, I have configured a mixed authentication systems (LDAP + System Users). On this system some users are configure to login via ldap rest as system users. I observed that if the ldap server goes down, system users also not

Re: Transparent proxy, (objectClass=user) not being relayed. Schema issue?

2011-02-03 Thread Christopher Cprek
I take it back :-( I was looking at an older config that wasn't in use. If I use the default slapd.conf with a standard bdb backend, it starts just fine. With pcache overlay, slapd will not start. Configured / compiled with this: # LDFLAGS=-L/usr/local/BerkeleyDB.4.8/lib CPPFLAGS=-D_GNU_SOURCE

Re: Transparent proxy, (objectClass=user) not being relayed. Schema issue?

2011-02-03 Thread masarati
I take it back :-( I was looking at an older config that wasn't in use. If I use the default slapd.conf with a standard bdb backend, it starts just fine. With pcache overlay, slapd will not start. Configured / compiled with this: # LDFLAGS=-L/usr/local/BerkeleyDB.4.8/lib

Re: Which backend should I use?

2011-02-03 Thread Quanah Gibson-Mount
On Feb 3, 2011, at 1:11 AM, Clément OUDOT clem.ou...@gmail.com wrote: Le 3 février 2011 09:39, Olivier PAVILLA olivier.pavi...@univ-orleans.fr a écrit : Hi. I need your advice again :) I have LDAP server with ldbm database on a fedora core 5 which is running for more than 3 years without

Re: Which backend should I use?

2011-02-03 Thread Emmanuel Lecharny
On 2/3/11 5:45 PM, Quanah Gibson-Mount wrote: On Feb 3, 2011, at 1:11 AM, Clément OUDOTclem.ou...@gmail.com wrote: Le 3 février 2011 09:39, Olivier PAVILLA olivier.pavi...@univ-orleans.fr a écrit : Hi. I need your advice again :) I have LDAP server with ldbm database on a fedora core 5

Re: AccessLog behaviour

2011-02-03 Thread Howard Chu
Marco Pizzoli wrote: Hi all, I would like to know the internal behaviour of slapo-accesslog. Read the slapo-accesslog(5) manpage. Re-read the logpurge description and don't skip any of it. I would like to have accesslog with a data retention of 10 days. In my ldap usage scenario this

Re: AccessLog behaviour

2011-02-03 Thread Marco Pizzoli
Hi Howard, probably you are addressing me to this part: When using a log database that supports ordered indexing on generalizedTime attributes, specifying an eq index on the* reqStart* attribute will greatly benefit the performance of the purge operation. My accesslog db is back-hdb and I have

Re: Transparent proxy, (objectClass=user) not being relayed. Schema issue?

2011-02-03 Thread Christopher Cprek
Ah, I see now! Yes, after I removed the proxytemplate line, everything is working perfectly. Thanks again! Chris On Thu, Feb 3, 2011 at 11:05 AM, masar...@aero.polimi.it wrote: I take it back :-( I was looking at an older config that wasn't in use. If I use the default slapd.conf with a

How to use LDAP_OPT_CONNECT_ASYNC?

2011-02-03 Thread Ian Puleston
Hi, I'm trying to use the new LDAP_OPT_CONNECT_ASYNC with OpenLDAP 2.4.23 client and I can't see how it can be done. After creating the connection structure via ldap_initialize() I then call ldap_sasl_bind() to do the bind. That calls down to ldap_new_connection() (ldap_sasl_bind -

Re: How to use LDAP_OPT_CONNECT_ASYNC?

2011-02-03 Thread Howard Chu
Ian Puleston wrote: Hi, I'm trying to use the new LDAP_OPT_CONNECT_ASYNC with OpenLDAP 2.4.23 client and I can't see how it can be done. After creating the connection structure via ldap_initialize() I then call ldap_sasl_bind() to do the bind. That calls down to ldap_new_connection()

Re: Which backend should I use?

2011-02-03 Thread Quanah Gibson-Mount
On Feb 3, 2011, at 9:16 AM, Emmanuel Lecharny elecha...@gmail.com wrote: On 2/3/11 5:45 PM, Quanah Gibson-Mount wrote: On Feb 3, 2011, at 1:11 AM, Clément OUDOTclem.ou...@gmail.com wrote: Le 3 février 2011 09:39, Olivier PAVILLA olivier.pavi...@univ-orleans.fr a écrit : Hi. I need

Re: How to use LDAP_OPT_CONNECT_ASYNC?

2011-02-03 Thread masarati
Hi, I'm trying to use the new LDAP_OPT_CONNECT_ASYNC with OpenLDAP 2.4.23 client and I can't see how it can be done. After creating the connection structure via ldap_initialize() I then call ldap_sasl_bind() to do the bind. That calls down to ldap_new_connection() (ldap_sasl_bind -