RE: Help tweaking settings so slapd is not writing to disk so much

2012-03-06 Thread Marc
To enable shared memmory I just do this? In DB_CONFIG: set_shm_key 1 And Put the slapd conf: olcDbShmKey to 1 And rebuild the bdb database in /var/lib/ldap/ I have a default (centos6) DB_CONFIG setup. == set_cachesize 0 268435456 1 set_lg_regionmax

RE: Help tweaking settings so slapd is not writing to disk so much

2012-03-06 Thread Marc
The filesystem is already mounted with no atime.(but it is a vmware guest, with ide drive this still needs to be fixed) I read the slapd-bdb man page and I get now that slapd's conf is complementing the DB_CONFIG file. But with setting this olcDbShmKey to 1 (removed it from DB_CONFIG). I am

RE: removed syncrepl getting Server is unwilling to perform (53)

2023-08-30 Thread Marc
> >> > >> I removed the synrepl from a ldap server. Now I am getting errors when > >> deleting entries > >> > >> ldap_modify: Server is unwilling to perform (53) > >> additional info: shadow context; no update referral > >> > >> > >> I also tried adding this, but does not change anything.

RE: removed syncrepl getting Server is unwilling to perform (53)

2023-08-30 Thread Marc
> >> a) Some config changes still require a server restart. > >> > >> b) It sounds like it has no updateRef line configured? If this server > is > >> no longer a write node, why are you sending writes to it? > >> > > > > I was trying to remove the slave, make it standalone and remove some > >

removed syncrepl getting Server is unwilling to perform (53)

2023-08-29 Thread Marc
I removed the synrepl from a ldap server. Now I am getting errors when deleting entries ldap_modify: Server is unwilling to perform (53) additional info: shadow context; no update referral I also tried adding this, but does not change anything. dn: olcDatabase={0}config,cn=config

RE: removed syncrepl getting Server is unwilling to perform (53)

2023-08-29 Thread Marc
> > I removed the synrepl from a ldap server. Now I am getting errors when > deleting entries > > ldap_modify: Server is unwilling to perform (53) > additional info: shadow context; no update referral > > > I also tried adding this, but does not change anything. > > dn:

RE: [EXTERNAL] removed syncrepl getting Server is unwilling to perform (53)

2023-08-29 Thread Marc
/openldap/slapd.d/cn=config/olcDatabase={2}monitor.ldif:olcReadOnly: FALSE /etc/openldap/slapd.d/cn=config.ldif:olcReadOnly: FALSE > OlcReadOnly=FALSE ? > > > Sent from my iPad > > > On Aug 29, 2023, at 3:25 PM, Marc wrote: > > > > > I re

RE: Trying to create master/slave solution with syncrepl

2023-10-13 Thread Marc
> > Ok, thank you. I got some error logging and it said: > > Oct 12 19:24:07 openldap2 slapd[1713088]: slap_client_connect: > URI=ldaps://openldap.plmail.de/ DN="uid=replica,dc=plmail,dc=de" > ldap_sasl_bind_s failed (-1) > Oct 12 19:24:07 openldap2 slapd[1713088]: do_syncrepl: rid=001 rc -1 >

RE: openldap + bind-dyndb-ldap + bind

2023-09-21 Thread Marc
> > > If I enable this module, does it mean that this slapd stops receiving > > updates from the master? > > No, it's perfectly fine to run syncprov on consumers as well. > I guess such messages are related to that my ldap is not allowing updates not? Which I want for this one. "Server is

RE: openldap + bind-dyndb-ldap + bind

2023-09-21 Thread Marc
> > > > > > > > If I enable this module, does it mean that this slapd stops receiving > > > updates from the master? > > > > No, it's perfectly fine to run syncprov on consumers as well. > > > > I guess such messages are related to that my ldap is not allowing updates > not? Which I want for

RE: Unable to ldapadd Kerberos schema in LDIF format

2023-09-26 Thread Marc
> I'm currently experimenting with (MIT) Kerberos and got to the point where > I need to add the Kerberos definitions to > LDAP (krb5-kdc.ldif). (This is on Rocky Linux 9 with symas-openldap- > servers-2.6.6-1.el9.x86_64.) > > First question: is this the correct schema file or should I use the

openldap + bind-dyndb-ldap + bind

2023-09-20 Thread Marc
Anyone experience with openldap and dyndb from bind? I am getting this: critical extension is not recognized: unable to start SyncRepl session: is RFC 4533 supported by LDAP

RE: openldap + bind-dyndb-ldap + bind

2023-09-20 Thread Marc
I just loaded the module, and had a slightly different response error: LDAP error: Critical extension is unavailable: critical control unavailable in context: unable to start SyncRepl session: is RFC 4533 supported by LDAP server? So I added this config dn:

RE: openldap + bind-dyndb-ldap + bind

2023-09-20 Thread Marc
db- > ldap/tree/debian/tests/dyndb-ldap?h=applied/ubuntu/devel > > On Wed, Sep 20, 2023 at 7:02 PM Marc wrote: > > > > Anyone experience with openldap and dyndb from bind? > > > > I am getting this: > > > > critical extension is not recognized: unable to start SyncRepl session: > is RFC 4533 supported by LDAP

RE: Trying to create master/slave solution with syncrepl

2023-10-12 Thread Marc
> I am trying to create an OpenLDAP master/slave solution with syncrepl, > but I have not been successful so far. > > I followed the suggestions of this site, with another sync password: > > https://www.itzgeek.com/how-tos/linux/configure-openldap-master-slave- > replication.html > > One thing

still stuck with allowing access to all attributes except 1 or 2

2023-08-27 Thread Marc
olcAccess: {0} to dn.exact="" by * read olcAccess: {1} to dn.exact="cn=Subschema" by * read olcAccess: {2} to attrs=userPassword,shadowLastChange by ssf=256 self read by ssf=256 anonymous auth by * none break ... olcAccess: {7} to dn.subtree="xx" filter=(objectClass=posixAccount)

RE: still stuck with allowing access to all attributes except 1 or 2

2023-08-27 Thread Marc
> > > > > olcAccess: {0} to dn.exact="" > > by * read > > olcAccess: {1} to dn.exact="cn=Subschema" > > by * read > > > The above 2 acls generally go on the frontend DB. > hmmm, I have everything on {-1}frontend > > > olcAccess: {2} to attrs=userPassword,shadowLastChange > > by ssf=256

RE: still stuck with allowing access to all attributes except 1 or 2

2023-08-27 Thread Marc
> 2 > > On 8/27/23 19:01, Marc wrote: > >>> olcAccess: {2} to attrs=userPassword,shadowLastChange > >>>by ssf=256 self read > >>>by ssf=256 anonymous auth > >>>by * none break > > I think the problem is this rul

restricting acls more by adding a filter

2023-08-01 Thread Marc
I have a ldapsearch that returns this object sendmailMTAClassName: w sendmailMTAClassValue: xxx sendmailMTAClassValue: yyy sendmailMTAClassValue: zzz objectClass: sendmailMTA objectClass: sendmailMTAClass I thought I could strengthen the acl by just appending to with a filter but if I add these

RE: updating from el7 to alpine openldap 2.6

2023-08-01 Thread Marc
> > > I am updating my ldap container and migrate from el7 to alpine. While > > running some test queries I noticed that the new 2.6 alpine has > probably > > different defaults, I am getting "Size limit exceeded (4)". However > this > > does not show in the ldap error log. > > That's not an

excluding attribute in acl

2023-08-03 Thread Marc
Is it possible to specify something like allow access to all attributes - userPassword?

RE: restricting acls more by adding a filter

2023-08-03 Thread Marc
ns if you say "filter=(&(objectClass=*))" > ? > > > Sean. > > > On 1/08/2023 10:34 pm, Marc wrote: > > I have a ldapsearch that returns this object > > sendmailMTAClassName: w > sendmailMTAClassValue: xxx > sendmailM

updating from el7 to alpine openldap 2.6

2023-07-30 Thread Marc
I am updating my ldap container and migrate from el7 to alpine. While running some test queries I noticed that the new 2.6 alpine has probably different defaults, I am getting "Size limit exceeded (4)". However this does not show in the ldap error log. What would be good loglevel config to

RE: requested some clean up / verification of my acls (paid)

2023-08-04 Thread Marc
> > First I apologize for posting a non-technical question / follow up to > this list, however I can speak for the high value add that having > official support for OpenLDAP that the Symas team offers. Like most > folks on this list, we have a great deal of in house expertise on many > software

RE: Help writing a slapd plugin

2023-08-05 Thread Marc
> > Inspired by the proprietary server at ldap.dnssek.info, I'd like to make > a slapd plugin that, when queried for a particular email address, finds > the OpenPGP keys and S/MIME certificates by doing DNS lookups (possibly > aided by DANE), and then serves them back to the requestor. >

requested some clean up / verification of my acls (paid)

2023-08-04 Thread Marc
I have ~11 acl's that could use more attention, limiting access to what is required (to mta, system, cron). They are working, but I would to have an expert look at them. I think someone with experience could tune some things better. Anyone interested?

RE: restricting acls more by adding a filter

2023-08-02 Thread Marc
if you say "filter=(&(objectClass=*))" ? Sean. On 1/08/2023 10:34 pm, Marc wrote: I have a ldapsearch that returns this object sendmailMTAClassName: w sendmailMTAClassValue: xxx sendmailMTAClassValue: yyy sendmailMTAClassValue: zzz objectClass: sendmailMTA obje

RE: restricting acls more by adding a filter

2023-08-02 Thread Marc
> > > I have a ldapsearch that returns this object > > > > sendmailMTAClassName: w > > sendmailMTAClassValue: xxx > > sendmailMTAClassValue: yyy > > sendmailMTAClassValue: zzz > > objectClass: sendmailMTA > > objectClass: sendmailMTAClass > > > > I thought I could strengthen the acl by just

RE: openldap-technical mailing list probe message

2024-01-19 Thread Marc
Any one else getting ~20 messages? > -Original Message- > From: openldap-technical- > bounces+c0b8b5a8faa7db954b532a84b16686b22acfe...@openldap.org technical-bounces+c0b8b5a8faa7db954b532a84b16686b22acfe...@openldap.org> > Sent: Friday, 19 January 2024 04:19 > T

RE: Scaling slapd nodes in Kubernetes with the MDB Backend

2024-01-05 Thread Marc
> There is a long list of considerations/preparation needed when running > OpenLDAP in a container setup (we use Nomad). From memory: > - use the HA proxy protocol, now supported in 2.5/2.6 so you see > client IP's > Is it not enough to just have multiple tasks with

ldclt ldap performance testing

2024-04-17 Thread Marc
I am doing some basic testing with ldap with this command. ldclt \ -a 400 \ -H ldap://x.x.x.x: \ -e bindeach,bindonly,close \ -D "uid=test,dc=me,dc=local" \ -w yy \ -n 1 I was testing this on two container test environments. Both are running with ~500MB, 1 core.

RE: ldclt ldap performance testing

2024-04-18 Thread Marc
> I am doing some basic testing with ldap with this command. > > ldclt \ > -a 400 \ > -H ldap://x.x.x.x: \ > -e bindeach,bindonly,close \ > -D "uid=test,dc=me,dc=local" \ > -w yy \ > -n 1 > > I was testing this on two container test environments. Both are running

RE: cache userPassword with bind

2024-04-24 Thread Marc
> > I am testing a bit with bind's. With consecutive binds with the same > test account I always get 'result not in cache'. How can I get this in > cache? > > > > access_allowed: result not in cache (userPassword) > > > > 6628dba5.0659c27a 0x7ff072843b38 conn=1023 op=0 BIND >

cache userPassword with bind

2024-04-24 Thread Marc
I am testing a bit with bind's. With consecutive binds with the same test account I always get 'result not in cache'. How can I get this in cache? access_allowed: result not in cache (userPassword) 6628dba5.0659c27a 0x7ff072843b38 conn=1023 op=0 BIND dn="uid=test,dc=me,dc=local" method=128

RE: cache userPassword with bind

2024-04-24 Thread Marc
> > > > I am testing a bit with bind's. With consecutive binds with the same > > test account I always get 'result not in cache'. How can I get this in > > cache? > > > > > > access_allowed: result not in cache (userPassword) > > > > > > 6628dba5.0659c27a 0x7ff072843b38 conn=1023 op=0 BIND > >

RE: ldclt ldap performance testing

2024-04-26 Thread Marc
> > > > > > I am doing some basic testing with ldap with this command. > > > > > > ldclt \ > > > -a 400 \ > > > -H ldap://x.x.x.x: \ > > > -e bindeach,bindonly,close \ > > > -D "uid=test,dc=me,dc=local" \ > > > -w yy \ > > > -n 1 > > > > > > I was testing this on

RE: ldclt ldap performance testing

2024-04-26 Thread Marc
> > > I am doing some basic testing with ldap with this command. > > > > ldclt \ > > -a 400 \ > > -H ldap://x.x.x.x: \ > > -e bindeach,bindonly,close \ > > -D "uid=test,dc=me,dc=local" \ > > -w yy \ > > -n 1 > > > > I was testing this on two container test

RE: cache userPassword with bind

2024-04-24 Thread Marc
> > > > > > I am testing a bit with bind's. With consecutive binds with the > same > > > test account I always get 'result not in cache'. How can I get this > in > > > cache? > > > > > > > > access_allowed: result not in cache (userPassword) > > > > > > > > 6628dba5.0659c27a 0x7ff072843b38

RE: cache userPassword with bind

2024-04-25 Thread Marc
> > > Am just testing with an alpine linux container and an ldap db with ~10 > > entries, almost nothing. Yet when I look in top res memory is 700MB. So > I > > assume everything is already cached, but I don't really get then this > > logging. I don't even get why 700MB is being used, my data is

el9 bind ip address

2024-05-19 Thread Marc
Anyone know if this file is still working in el9? Looks like if I put SLAPD_URLS it is not read. /etc/sysconfig/slapd

RE: el9 bind ip address

2024-05-22 Thread Marc
variable. The > file /etc/sysconfig/slapd doesn't exist. > > Am 21.05.2024 um 00:10 schrieb Marc: > >>> Anyone know if this file is still working in el9? Looks like if I put > >> SLAPD_URLS it is not read. > >>> > >>> /etc/sysconfi

RE: el9 bind ip address

2024-05-23 Thread Marc
> > > I don't really get what is wrong with how it was: > > > > "As I mentioned already, use systemd drop-in file (see `man 5 > > systemd.unit` for more details). Or use `systemctl edit --full > > slapd.service`." > > > As previously mentioned, you will need to ask RedHat their reasoning. >

RE: How to setup replication in openldap 2.6.7

2024-05-20 Thread Marc
> > How to setup replication in openldap 2.6.7 > Please let me know :) you have to give the manuals a try. You have to decide also what replication type you choose. I am still having the old one add: olcSyncrepl olcSyncrepl: {0}rid=..

RE: el9 bind ip address

2024-05-20 Thread Marc
> > Anyone know if this file is still working in el9? Looks like if I put > SLAPD_URLS it is not read. > > > > /etc/sysconfig/slapd > > > That's a question for Red Hat. No one on the OpenLDAP Project has > anything to do with that. > Yes I already reported it (I think) don't even know where to

combine/link entries in different ou' s

2010-03-03 Thread Marc Mertes
that seperated. My question is, if I can link or combine some users from ou=people to ou=radar, that I don't have to create the user a 2nd time? regards marc

Re: multiple instances

2010-06-02 Thread Marc Patermann
mj romero schrieb am 01.06.2010 07:56 Uhr: I don't understand what happens. Any help is very useful to me. What about any log data? Marc

Re: OpenLDAP configuration for ldap-group authentication on Apache2.x

2010-06-08 Thread Marc Patermann
://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html AuthLDAPUrl Directive Description:URL specifying the LDAP search parameters Syntax: AuthLDAPUrl url Context:directory, .htaccess So, I think not outside of the directory context. Marc

Re: Simple question about LDAP and web authentication.

2010-06-22 Thread Marc Patermann
. This is ldap bind. Marc

Re: replicate two branches?

2010-08-27 Thread Marc Patermann
a bit more in detail. Marc

Re: replicate two branches?

2010-08-27 Thread Marc Patermann
Isaac, Isaac Hailperin schrieb am 27.08.2010 12:49 Uhr: On 08/27/2010 11:12 AM, Marc Patermann wrote: Isaac Hailperin schrieb am 25.08.2010 17:44 Uhr: I was wondering whether there is a way to replicate more then one branch. I tried to replicate two branches using two syncrepl sections

Re: TLS fails

2010-09-01 Thread Marc Patermann
: openssl rsa -in key.pem -out keyout.pem Marc

Re: cn=config and ACL formatting

2010-09-01 Thread Marc Patermann
built in multiline text editor rather than the default inline editor. this allows for some formatting, making things a bit more readable. Can you please explain a bit more in detail how you did that? Thanks! Marc

Re: cannot bind to ldap other user as root

2010-09-08 Thread Marc Patermann
be the problem? Thanks for the help in advance, You did not provide any details - on how to uses ldapsearch and - about the server and client side config Marc

Re: cn=config and ACL formatting

2010-09-09 Thread Marc Patermann
ben, ben thielsen schrieb am 08.09.2010 23:42 Uhr: On Sep 01, 2010, at 10.14, Marc Patermann wrote: b...@bitrate.net schrieb am 31.08.2010 16:47 Uhr: some ldap clients/browsers support different editors for different types of data. for example, in my case, i use apache directory studio

Re: OpenLDAP session authentication

2010-10-07 Thread Marc Patermann
mech_list: plain in slapd.conf in /usr/local/sasl2 to tell slapd to just offer PLAIN? Marc

Re: memberof overlay 2.4.08

2010-11-26 Thread Marc Patermann
open an ITS requesting this as an enhancement (or a bug fix, it's a matter of taste). Is there any yet or do I have to do it? Marc

memberOF overlay - memberof-memberof-ad

2010-11-26 Thread Marc Patermann
Is there something, I did wrong? Marc

Re: memberof overlay 2.4.08

2010-11-26 Thread Marc Patermann
Hi again, Marc Patermann schrieb am 26.11.2010 11:36 Uhr: Pierangelo Masarati schrieb am 25.03.2008 18:52 Uhr: LALOT Dominique wrote: I'm testing memberof overlay and I'd like to get it working properly for a database migration My tests showed me that's it's working when adding members

synrepl sends wrong rid cookie?

2010-12-01 Thread Marc Patermann
! Is this a configuration error on my side? Provider is 2.4.23, consumer is 2.4.20. Marc

Re: synrepl sends wrong rid cookie?

2010-12-02 Thread Marc Patermann
Hi, Dieter Kluenter schrieb am 01.12.2010 19:27 Uhr: Marc Patermann hans.mo...@ofd-z.niedersachsen.de writes: on the provider server there are 3 databases glued together with one sync provider in the top level database: ... overlay glue overlay syncprov syncprov-checkpoint 100 10 syncprov

slapadd: corrupted double-linked list

2010-12-06 Thread Marc Patermann
fd:0a 795716 /usr/lib64/sasl2/libcrammd5.so.2.0.22 7f3eed3cd000-7f3eed5cd000 ---p 4000 fd:0a 795716 Without the -q switch it is running happily till the end. Marc

Re: slapadd: corrupted double-linked list

2010-12-06 Thread Marc Patermann
Benjamin, Benjamin Griese schrieb am 06.12.2010 16:55 Uhr: just for typo correction, SLES 11 SP1 is using 2.4.20, so no misunderstandings are coming up. Oh, ya, right, it's a typo. Thanks! Marc

Re: slapadd: corrupted double-linked list

2010-12-09 Thread Marc Patermann
Quanah, Quanah Gibson-Mount schrieb am 08.12.2010 18:51 Uhr: --On Wednesday, December 08, 2010 6:36 PM +0100 Marc Patermann hans.mo...@ofd-z.niedersachsen.de wrote: Marc Patermann schrieb am 06.12.2010 16:40 Uhr: what could the following possibly be? When I do a # slapadd -q -v -c -l

Re: slapadd: corrupted double-linked list

2010-12-09 Thread Marc Patermann
Hi, masar...@aero.polimi.it schrieb am 08.12.2010 18:53 Uhr: Marc Patermann schrieb am 06.12.2010 16:40 Uhr: what could the following possibly be? When I do a # slapadd -q -v -c -l dump.ldif to a SLES 11 SP1 (openldap 2.3.20) I get this after a few 1000 entries: I have a fresh install

Re: slapadd: corrupted double-linked list

2010-12-09 Thread Marc Patermann
Howard, Howard Chu schrieb am 08.12.2010 18:55 Uhr: Marc Patermann wrote: Marc Patermann schrieb am 06.12.2010 16:40 Uhr: what could the following possibly be? This looks like something valgrind ought to be able to diagnose. I'll check if there is a package for this, but http

Re: slapadd: corrupted double-linked list

2010-12-09 Thread Marc Patermann
Pierangelo, Pierangelo Masarati schrieb am 09.12.2010 10:19 Uhr: Marc Patermann wrote: masar...@aero.polimi.it schrieb am 08.12.2010 18:53 Uhr: Marc Patermann schrieb am 06.12.2010 16:40 Uhr: what could the following possibly be? When I do a # slapadd -q -v -c -l dump.ldif to a SLES 11 SP1

Re: slapadd: corrupted double-linked list

2010-12-09 Thread Marc Patermann
Howard, Howard Chu schrieb am 08.12.2010 18:55 Uhr: Marc Patermann wrote: Marc Patermann schrieb am 06.12.2010 16:40 Uhr: what could the following possibly be? This looks like something valgrind ought to be able to diagnose. OK, I installed valgrind. Do I just start # valgrind slapadd -q

Re: slapadd: corrupted double-linked list

2010-12-16 Thread Marc Patermann
Ralf, Ralf Haferkamp schrieb am 15.12.2010 13:13 Uhr: Am Freitag 10 Dezember 2010, 09:46:06 schrieb Marc Patermann: Howard Chu schrieb am 09.12.2010 18:21 Uhr: Marc Patermann wrote: Marc Patermann schrieb am 09.12.2010 11:40 Uhr: Howard Chu schrieb am 08.12.2010 18:55 Uhr: Marc Patermann

Re: ldap design

2011-02-16 Thread Marc Patermann
a lot here, if I'm right ... Marc

Re: Syncrepl in openldap 2.3.43

2011-02-18 Thread Marc Patermann
instead? Marc

Re: complex characters in UID attribute

2011-02-23 Thread Marc Patermann
/attribute/uid.html the syntax of uid is Directory String which does not limit you either. Your application using uid may or may not have stricter rules than that... Marc

Re: complex characters in UID attribute

2011-02-23 Thread Marc Patermann
Vinay, Vinay Kalkoti schrieb am 23.02.2011 11:39 Uhr: On Wed, Feb 23, 2011 at 2:37 PM, Marc Patermann hans.mo...@ofd-z.niedersachsen.de wrote: Vinay Kalkoti schrieb am 23.02.2011 09:10 Uhr: I wanted to know what all complex characters can be included for an UID attribute. I have

Re: remote credentials for local branch with authz-regexp

2011-02-23 Thread Marc Patermann
=com rootdn cn=admin,dc=example,dc=com ? Where cn=admin,dc=example,dc=com is a valid object you can bind to. You cannot have rootpw here, because The password can only be set if the rootdn is within the namingContext (suffix) of the database. man slapd.conf Marc

Re: Efficient Searching for Groups its members

2011-03-24 Thread Marc Patermann
. The downside is that activating the overlay has no effect on existing groups, because the memberof overlay has not seen any changes on these groups. Marc

Re: user authentication on attributes

2011-03-30 Thread Marc Patermann
=baseDN. All other do a search for attribute under base and bind in a second step with the found DN value. I don't know about Confluence. Marc

Re: LDAPCon?

2011-04-01 Thread Marc Patermann
Hi, Michael Ströder schrieb am 01.04.2011 08:35 Uhr: Yes, 3rd LDAPcon 2011 is organized by DAASI, October 10 – 11 in Heidelberg, Germany. see http://www.ldapcon.org Great! Marc

Re: Database meta does not have any root node

2011-04-12 Thread Marc Patermann
object. I tried to create another backend above this one (using subordinate keyword) in order to host this root note but slapd always complain about the fact the suffix is defined twice. This will not work. Marc

Re: access control for opattrs (memberof overlay)

2011-04-12 Thread Marc Patermann
try, but is the overlay initialised before the acl or after in your config? Marc

Re: newbie slapd.conf VS slapd.d management ?

2011-04-18 Thread Marc Patermann
Oliver, Olivier schrieb am 18.04.2011 16:50 Uhr: OR SHOULD I EDIT DIRECTLY FILES IN SLAPD.D AND DEFINITIVELY REMOVE THE SLAPD.CONF FILE ? you do _not_ edit files unter slapd.d. You modify the cn=config backend (which in most cases is stored in slapd.d) with ldap. Marc

Re: Alternate target for slapd-meta ?

2011-05-02 Thread Marc Patermann
not respond. In that case, the URI list is internally rearranged, by moving unavailable URIs to the end, so that further connec- tion attempts occur with respect to the last URI that succeeded. Or is this not, what you mean? Marc

Schema modification errors

2011-06-23 Thread Marc Elliott
and Unique Identifier)' SUP top STRUCTURAL MUST ( cn ) MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description $ uniqueMember ) ) Any ideas? I'm new to OpenLDAP and usually try to avoid changing standard schema elements so I may be missing something simple. Thanks! Marc

Schema modification errors

2011-06-23 Thread Marc Elliott
and Unique Identifier)' SUP top STRUCTURAL MUST ( cn ) MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description $ uniqueMember ) ) Any ideas? I'm new to OpenLDAP and usually try to avoid changing standard schema elements so I may be missing something simple. Thanks! Marc

Active Directory OpenLDAP Proxy

2011-07-19 Thread Marc Schöchlin
Hello OpenLDAP Users, i setup da openldap-instance as described at https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html. It seems that the Objectclass olcOverlayConfig is missed - where can i find that objectclass? Is there a complete manual available which describes how to

Re: Active Directory OpenLDAP Proxy

2011-07-22 Thread Marc Schöchlin
for a openldap-to-active-directory-proxy including attribute mapping? Regards Marc Am 16.07.2011 13:16, schrieb Marc Schöchlin: Hello OpenLDAP Users, i setup da openldap-instance as described at https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html. It seems that the Objectclass

Re: list of replics

2011-08-12 Thread Marc Patermann
see the connecting IP is in the log file from long, long ago. But i.e. netstat may be your friend, but it does not see any differences between sync and normal ldap connections. Marc

provider crash on high replication load

2011-08-15 Thread Marc Patermann
is the gbd output. http://pastebin.com/6y83ZjqX I tried to create a core dump, but I could not get it work. I used this howto. The top example works, I get a core file for user ldap. With slapd it is not. Why does slapd crash here? Marc

Re: provider crash on high replication load

2011-08-15 Thread Marc Patermann
Marc Patermann schrieb am 15.08.2011 15:00 Uhr: I tried to create a core dump, but I could not get it work. I used this howto. The top example works, I get a core file for user ldap. With slapd it is not. sorry, I forgot the link: http://www.unix.com/security/55651-how-set-coredump-suse-10

Re: provider crash on high replication load

2011-08-16 Thread Marc Patermann
Howard, Howard Chu schrieb am 15.08.2011 23:20 Uhr: Marc Patermann wrote: Why does slapd crash here? This looks like the same trace as ITS#6892, but that was already patched/fixed in 2.4.26. # rpm -qa openldap2 openldap2-2.4.26-143.1 (the Ralf Haferkamp SLES rpms) Need a bit more info

Re: provider crash on high replication load

2011-08-16 Thread Marc Patermann
Howard, Howard Chu schrieb am 15.08.2011 23:20 Uhr: Marc Patermann wrote: Why does slapd crash here? This looks like the same trace as ITS#6892, but that was already patched/fixed in 2.4.26. Need a bit more info from the crash. E.g. print *ss print *ss-s_op Is this, what you

Re: provider crash on high replication load

2011-08-16 Thread Marc Patermann
Howard Chu schrieb am 15.08.2011 23:20 Uhr: Marc Patermann wrote: Why does slapd crash here? This looks like the same trace as ITS#6892, but that was already patched/fixed in 2.4.26. Need a bit more info from the crash. E.g. print *ss print *ss-s_op (gdb) print *ss No symbol ss

Re: openldap syncrepl Provider with Slave(older version)

2011-08-19 Thread Marc Patermann
, it is considered a continuation of the previous line. No physical line should be over 2000 bytes long. Blank lines and comment lines beginning with a `#' character are ignored. Note: continuation lines are unwrapped before comment pro- cessing is applied. - man slapd.conf Marc

Re: TLS issue with SLES11

2011-08-29 Thread Marc Patermann
will not accept any normal LDAP connections # but just connections over ldaps or ldapi. Setting this to no does only # make sense when either OPENLDAP_START_LDAPS or OPENLDAP_START_LDAPI is set # yes. # OPENLDAP_START_LDAP=yes Marc

Re: Slapd-meta stop at the first unreachable candidate

2011-09-05 Thread Marc Patermann
ldap://server3:389/dc=suffix3,dc=com Marc

Re: Bind with attribute + RDN instead of DN

2011-09-12 Thread Marc Patermann
for the corresponding DN first and bind with this later. Every other application which only uses auth with the rdn (by combining the rd with the given base to an DN) is very poorly designed and should be avoided. (IMHO) Marc

Re: syncrepl provider not working after upgrade to 2.4.26

2011-10-18 Thread Marc Patermann
Nick, Nick Milas schrieb (18.10.2011 08:07 Uhr): # Load dynamic backend modules: modulepath /usr/local/openldap/lib64 could it be that you have to load some modules here? Look at the directory for what is in there. Marc

Re: SyncRepl for subtree

2011-11-03 Thread Marc Patermann
to replicate the subtree and not for the other. I think, this may work. Marc

Re: trigger script on change to db

2011-11-14 Thread Marc Patermann
backend and add a script checking for changes. http://www.openldap.org/doc/admin24/backends.html http://linux.die.net/man/5/slapd-perl Marc

Re: Syncrepl error causes consumers to freeze

2011-11-28 Thread Marc Patermann
be manageable on a low-load box)? you should enable core dumping on your server http://www.openldap.org/lists/openldap-technical/201108/msg00161.html You can then load the core dump on a separate debugging system. Marc

Re: memberof overlay deployment

2011-12-02 Thread Marc Patermann
are not like they /should to/ nearly zero, nice. Marc

Re: ACL question - minimum rights for Apache HTTP Server Bind User

2011-12-15 Thread Marc Patermann
for anonymous access you decided to take a bind user cn=bind,ou=technical,ou=user,dc=2axels-company,dc=de. So all the rights above have to be granted to this user. Marc

  1   2   3   >