From abartlet at samba.org Thu Jun 4 08:43:36 2009 From: abartlet at samba.org (Andrew Bartlett) Date: Thu, 04 Jun 2009 18:43:36 +1000 Subject: [389-devel] Unique indexes in 389? Message-ID: <1244105016.11228.524.camel@naomi.s4.naomi.abartlet.net> Does port389 support unique indexes? Samba4 now relies on it's backing store (LDAP server or LDB) to enforce unique indexes (or a similar constraint mechanism) for things like SIDs and samAccountName. Is there a way to configure this in port389, or should I file a bug (request for enhancement)? Thanks, Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Red Hat Inc. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From michael at stroeder.com Thu Jun 4 08:47:24 2009 From: michael at stroeder.com (=?ISO-8859-1?Q?Michael_Str=F6der?=) Date: Thu, 04 Jun 2009 10:47:24 +0200 Subject: [389-devel] Unique indexes in 389? In-Reply-To: <1244105016.11228.524.camel@naomi.s4.naomi.abartlet.net> References: <1244105016.11228.524.camel@naomi.s4.naomi.abartlet.net> Message-ID: <4A278A1C.4000208@stroeder.com> Andrew Bartlett wrote: > Does port389 support unique indexes? > > Samba4 now relies on it's backing store (LDAP server or LDB) to enforce > unique indexes (or a similar constraint mechanism) for things like SIDs > and samAccountName. You're probably looking for this one: http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Using_the_Attribute_Uniqueness_Plug_in.html Ciao, Michael. From rmeggins at redhat.com Fri Jun 5 22:15:37 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Fri, 05 Jun 2009 16:15:37 -0600 Subject: [389-devel] Please review: Implement SASL I/O as an NSPR I/O layer Message-ID: <4A299909.1030200@redhat.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Implement-SASL-I-O-as-an-NSPR-I-O-layer.patch Type: text/x-patch Size: 32897 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3258 bytes Desc: S/MIME Cryptographic Signature URL: From nkinder at redhat.com Mon Jun 8 22:28:32 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Mon, 08 Jun 2009 15:28:32 -0700 Subject: [389-devel] Please review: Implement SASL I/O as an NSPR I/O layer In-Reply-To: <4A299909.1030200@redhat.com> References: <4A299909.1030200@redhat.com> Message-ID: <4A2D9090.1090808@redhat.com> ack. Nice job. Rich Megginson wrote: > > ------------------------------------------------------------------------ > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel From rmeggins at redhat.com Tue Jun 9 15:10:55 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Tue, 09 Jun 2009 09:10:55 -0600 Subject: [389-devel] Please review: Implement SASL I/O as an NSPR I/O layer In-Reply-To: <4A2D9090.1090808@redhat.com> References: <4A299909.1030200@redhat.com> <4A2D9090.1090808@redhat.com> Message-ID: <4A2E7B7F.8080404@redhat.com> Nathan Kinder wrote: > ack. Nice job. Thanks. pushed to master > > Rich Megginson wrote: >> >> ------------------------------------------------------------------------ >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3258 bytes Desc: S/MIME Cryptographic Signature URL: From rmeggins at redhat.com Tue Jun 9 17:09:36 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Tue, 09 Jun 2009 11:09:36 -0600 Subject: [389-devel] Please review: simplify lber I/O function handling Message-ID: <4A2E9750.9080706@redhat.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-initial-commit-of-io-function-improvements.patch Type: text/x-patch Size: 19935 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3258 bytes Desc: S/MIME Cryptographic Signature URL: From kenneho.ndu at gmail.com Thu Jun 11 15:49:59 2009 From: kenneho.ndu at gmail.com (Kenneth Holter) Date: Thu, 11 Jun 2009 17:49:59 +0200 Subject: [389-devel] Getting started sharing scripts for AD<->RHDS integration Message-ID: Hi. I'm working on a few small scripts aimed at AD<->FDS/RHDS. In my organization we're setting up RHDS as a AD slave, and but do not store any linux user information on the AD side. So from AD we get only some user information, and have to add things such as posix attributes on the RHDS side. In addition, we'd like to use AD group memberships to create NIS netgroups on the RHDS side, and use this info to control which users get access to which servers. I've not yet come across scripts that solves these issues, so I'm working on my own script. I've not a programmer, and this is more or less my first perl scripts, so please keep that in mind. Since I've never been part of a code sharing project before, I could use some info on how to share my code. Is there a how-to on how to get started? Btw, for those who's interested, let me briefly describe the functionality of the scripts: Currently there are three different scripts. - The first one add posix attributes to users synced over from AD. It can be used in a cron job to automatically add posix attributes to new users. - The second one create NIS netgroups based on group information defined on the AD side. An example: If you have a AD-group called "hardware-admin", you can create a corresponding netgroup on the RHDS-side, say "ng-hw-admin". The script makes sure that changes made to the AD-group is reflected on the RHDS-side. - The third script is more of a admin script: It let you create new netgroups, define which netgroup should correspond (i.e. "match") with which AD-group, and stuff like that Regards, Kenneth Holter -------------- next part -------------- An HTML attachment was scrubbed... URL: From Claudio.Bisegni at lnf.infn.it Tue Jun 16 10:44:07 2009 From: Claudio.Bisegni at lnf.infn.it (Claudio Bisegni) Date: Tue, 16 Jun 2009 12:44:07 +0200 Subject: [389-devel] develop Java applicaiton with FDS Message-ID: <3ED10C90-F5ED-4E41-8382-E3048DB20E08@lnf.infn.it> Hi, i need to use java with FDS, there s a library like "netscape ldap sdk" but newer than this for developing a java application that talk with fds? thanks in advanced ----------------------------------------------------------------------------------------------- Claudio Bisegni phone: (+39)-06-9403.2345 e-mail: Claudio.Bisegni at lnf.infn.it www: http://www.lnf.infn.it/~bisegni Computing Service fax: (+39)-06-9403.2649 LNF-INFN Via Enrico Fermi, 40 I-00044 Frascati, Italy -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 1758 bytes Desc: not available URL: From beyonddc.storage at gmail.com Tue Jun 16 14:40:39 2009 From: beyonddc.storage at gmail.com (Chun Tat David Chu) Date: Tue, 16 Jun 2009 10:40:39 -0400 Subject: [389-devel] develop Java applicaiton with FDS In-Reply-To: <3ED10C90-F5ED-4E41-8382-E3048DB20E08@lnf.infn.it> References: <3ED10C90-F5ED-4E41-8382-E3048DB20E08@lnf.infn.it> Message-ID: <20e4c38c0906160740m2fd67cb5ld1fcb66396db042e@mail.gmail.com> Hi, I never use Netscape LDAP SDK before. I have been using Java JNDI (Java Naming Directory Interface) for communicating with LDAP Directory (Fedora DS) with no problem. http://java.sun.com/products/jndi/ JNDI is bundled as part of Java SE. - David On Tue, Jun 16, 2009 at 6:44 AM, Claudio Bisegni < Claudio.Bisegni at lnf.infn.it> wrote: > Hi, > i need to use java with FDS, there s a library like "netscape ldap sdk" > but newer than this for developing a java application that talk with fds? > > thanks in advanced > > ----------------------------------------------------------------------------------------------- > Claudio Bisegni phone: (+39)-06-9403.2345 > e-mail: > Claudio.Bisegni at lnf.infn.it > www: > http://www.lnf.infn.it/~bisegni > Computing Service fax: (+39)-06-9403.2649 > LNF-INFN Via Enrico Fermi, > 40 > I-00044 > Frascati, Italy > > > > > > > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From emliberman at ra.rockwell.com Tue Jun 16 15:03:16 2009 From: emliberman at ra.rockwell.com (Eugene M Liberman) Date: Tue, 16 Jun 2009 11:03:16 -0400 Subject: [389-devel] XSD, XML to LDAP In-Reply-To: <20e4c38c0906160740m2fd67cb5ld1fcb66396db042e@mail.gmail.com> Message-ID: I have a library of XSD schema files that I would like to port to LDAP. Are there any recommendations about converting XSD schemas to LDAP schemas? Thanks in advance, Gene Liberman -------------- next part -------------- An HTML attachment was scrubbed... URL: From nkinder at redhat.com Tue Jun 16 16:31:58 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Tue, 16 Jun 2009 09:31:58 -0700 Subject: [389-devel] develop Java applicaiton with FDS In-Reply-To: <20e4c38c0906160740m2fd67cb5ld1fcb66396db042e@mail.gmail.com> References: <3ED10C90-F5ED-4E41-8382-E3048DB20E08@lnf.infn.it> <20e4c38c0906160740m2fd67cb5ld1fcb66396db042e@mail.gmail.com> Message-ID: <4A37C8FE.5040707@redhat.com> Chun Tat David Chu wrote: > Hi, > > I never use Netscape LDAP SDK before. I have been using Java JNDI > (Java Naming Directory Interface) for communicating with LDAP > Directory (Fedora DS) with no problem. > http://java.sun.com/products/jndi/ There is also the Mozilla LDAP Java SDK (ldapjdk package in Fedora). Details are located at http://www.mozilla.org/directory/javasdk.html. > > JNDI is bundled as part of Java SE. > > - David > > On Tue, Jun 16, 2009 at 6:44 AM, Claudio Bisegni > > wrote: > > Hi, > i need to use java with FDS, there s a library like "netscape ldap > sdk" but newer than this for developing a java application that > talk with fds? > > thanks in advanced > ----------------------------------------------------------------------------------------------- > Claudio Bisegni phone: > (+39)-06-9403.2345 > > e-mail: Claudio.Bisegni at lnf.infn.it > > > www: http://www.lnf.infn.it/~bisegni > > Computing Service fax: > (+39)-06-9403.2649 > LNF-INFN Via Enrico > Fermi, 40 > > I-00044 Frascati, Italy > > > > > > > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > > ------------------------------------------------------------------------ > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > From Claudio.Bisegni at lnf.infn.it Tue Jun 16 16:42:59 2009 From: Claudio.Bisegni at lnf.infn.it (Claudio Bisegni) Date: Tue, 16 Jun 2009 18:42:59 +0200 Subject: [389-devel] develop Java applicaiton with FDS In-Reply-To: <4A37C8FE.5040707@redhat.com> References: <3ED10C90-F5ED-4E41-8382-E3048DB20E08@lnf.infn.it> <20e4c38c0906160740m2fd67cb5ld1fcb66396db042e@mail.gmail.com> <4A37C8FE.5040707@redhat.com> Message-ID: thanks for replay, i'll try it On 16/giu/09, at 18:31, Nathan Kinder wrote: > Chun Tat David Chu wrote: >> Hi, >> >> I never use Netscape LDAP SDK before. I have been using Java JNDI >> (Java Naming Directory Interface) for communicating with LDAP >> Directory (Fedora DS) with no problem. >> http://java.sun.com/products/jndi/ > There is also the Mozilla LDAP Java SDK (ldapjdk package in > Fedora). Details are located at http://www.mozilla.org/directory/javasdk.html > . >> >> JNDI is bundled as part of Java SE. >> >> - David >> >> On Tue, Jun 16, 2009 at 6:44 AM, Claudio Bisegni > > wrote: >> >> Hi, >> i need to use java with FDS, there s a library like "netscape ldap >> sdk" but newer than this for developing a java application that >> talk with fds? >> >> thanks in advanced >> >> ----------------------------------------------------------------------------------------------- >> Claudio Bisegni phone: >> (+39)-06-9403.2345 >> e >> -mail: Claudio.Bisegni at lnf.infn.it >> >> www >> : http://www.lnf.infn.it/~bisegni >> >> Computing Service fax: >> (+39)-06-9403.2649 >> LNF-INFN Via Enrico >> Fermi, 40 >> I >> -00044 Frascati, Italy >> >> >> >> >> >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >> >> >> ------------------------------------------------------------------------ >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >> > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 1758 bytes Desc: not available URL: From emliberman at ra.rockwell.com Tue Jun 16 16:42:06 2009 From: emliberman at ra.rockwell.com (Eugene M Liberman) Date: Tue, 16 Jun 2009 12:42:06 -0400 Subject: [389-devel] develop Java applicaiton with FDS In-Reply-To: <4A37C8FE.5040707@redhat.com> Message-ID: There is also the Spring-LDAP library: http://www.springsource.org/ldap Gene Liberman fedora-directory-devel-bounces at redhat.com wrote on 06/16/2009 12:31:58 PM: > Chun Tat David Chu wrote: > > Hi, > > > > I never use Netscape LDAP SDK before. I have been using Java JNDI > > (Java Naming Directory Interface) for communicating with LDAP > > Directory (Fedora DS) with no problem. > > http://java.sun.com/products/jndi/ > There is also the Mozilla LDAP Java SDK (ldapjdk package in Fedora). > Details are located at http://www.mozilla.org/directory/javasdk.html. > > > > JNDI is bundled as part of Java SE. > > > > - David > > > > On Tue, Jun 16, 2009 at 6:44 AM, Claudio Bisegni > > > wrote: > > > > Hi, > > i need to use java with FDS, there s a library like "netscape ldap > > sdk" but newer than this for developing a java application that > > talk with fds? > > > > thanks in advanced > > > ----------------------------------------------------------------------------------------------- > > Claudio Bisegni phone: > > (+39)-06-9403.2345 > > > > e-mail: Claudio.Bisegni at lnf.infn.it > > > > > > www: http://www.lnf.infn.it/~bisegni > > > > Computing Service fax: > > (+39)-06-9403.2649 > > LNF-INFN Via Enrico > > Fermi, 40 > > > > I-00044 Frascati, Italy > > > > > > > > > > > > > > > > -- > > 389-devel mailing list > > 389-devel at redhat.com > > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > > > > > ------------------------------------------------------------------------ > > > > -- > > 389-devel mailing list > > 389-devel at redhat.com > > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: From Claudio.Bisegni at lnf.infn.it Wed Jun 17 07:05:42 2009 From: Claudio.Bisegni at lnf.infn.it (Claudio Bisegni) Date: Wed, 17 Jun 2009 09:05:42 +0200 Subject: [389-devel] develop Java applicaiton with FDS In-Reply-To: References: Message-ID: <2E91EB52-4769-4290-A8A5-2AB3F8F09338@lnf.infn.it> I have found Also a novell library. It support also ldiff file. I must see if it's licence is right for opensorce project Claudio Il giorno 16/giu/2009, alle ore 18.42, Eugene M Liberman ha scritto: > > There is also the Spring-LDAP library: > > http://www.springsource.org/ldap > > Gene Liberman > > fedora-directory-devel-bounces at redhat.com wrote on 06/16/2009 > 12:31:58 PM: > > > Chun Tat David Chu wrote: > > > Hi, > > > > > > I never use Netscape LDAP SDK before. I have been using Java JNDI > > > (Java Naming Directory Interface) for communicating with LDAP > > > Directory (Fedora DS) with no problem. > > > http://java.sun.com/products/jndi/ > > There is also the Mozilla LDAP Java SDK (ldapjdk package in Fedora). > > Details are located at http://www.mozilla.org/directory/ > javasdk.html. > > > > > > JNDI is bundled as part of Java SE. > > > > > > - David > > > > > > On Tue, Jun 16, 2009 at 6:44 AM, Claudio Bisegni > > > > wrote: > > > > > > Hi, > > > i need to use java with FDS, there s a library like > "netscape ldap > > > sdk" but newer than this for developing a java application > that > > > talk with fds? > > > > > > thanks in advanced > > > > > > --- > --- > --- > --- > --- > --- > --- > --- > --- > -------------------------------------------------------------------- > > > Claudio Bisegni phone: > > > (+39)-06-9403.2345 > > > > > > e-mail: Claudio.Bisegni at lnf.infn.it > > > > > > > > > www: http://www.lnf.infn.it/~bisegni > > > > > > Computing Service fax: > > > (+39)-06-9403.2649 > > > LNF-INFN Via > Enrico > > > Fermi, 40 > > > > > > I-00044 Frascati, Italy > > > > > > > > > > > > > > > > > > > > > > > > -- > > > 389-devel mailing list > > > 389-devel at redhat.com > > > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > > > > > > > > > --- > --------------------------------------------------------------------- > > > > > > -- > > > 389-devel mailing list > > > 389-devel at redhat.com > > > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > > > > > > -- > > 389-devel mailing list > > 389-devel at redhat.com > > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmeggins at redhat.com Wed Jun 17 17:15:40 2009 From: rmeggins at redhat.com (Richard Megginson) Date: Wed, 17 Jun 2009 13:15:40 -0400 (EDT) Subject: [389-devel] Please review: simplify lber I/O function handling In-Reply-To: <4A2E9750.9080706@redhat.com> Message-ID: <1264304998.232851245258940053.JavaMail.root@zmail01.collab.prod.int.phx2.redhat.com> Any takers? ----- "Rich Megginson" wrote: > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel From nkinder at redhat.com Wed Jun 17 17:59:00 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Wed, 17 Jun 2009 10:59:00 -0700 Subject: [389-devel] Please review: simplify lber I/O function handling In-Reply-To: <1264304998.232851245258940053.JavaMail.root@zmail01.collab.prod.int.phx2.redhat.com> References: <1264304998.232851245258940053.JavaMail.root@zmail01.collab.prod.int.phx2.redhat.com> Message-ID: <4A392EE4.3050108@redhat.com> Richard Megginson wrote: > Any takers? > Sorry, I missed this review request for some reason. The changes look good. > ----- "Rich Megginson" wrote: > > >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >> > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > From rmeggins at redhat.com Wed Jun 17 19:32:48 2009 From: rmeggins at redhat.com (Richard Megginson) Date: Wed, 17 Jun 2009 15:32:48 -0400 (EDT) Subject: [389-devel] Please review: simplify lber I/O function handling In-Reply-To: <4A392EE4.3050108@redhat.com> Message-ID: <2063376234.249311245267168240.JavaMail.root@zmail01.collab.prod.int.phx2.redhat.com> ----- "Nathan Kinder" wrote: > Richard Megginson wrote: > > Any takers? > > > Sorry, I missed this review request for some reason. The changes look > good. Thanks. Pushed to master. From nhosoi at redhat.com Tue Jun 23 21:29:21 2009 From: nhosoi at redhat.com (Noriko Hosoi) Date: Tue, 23 Jun 2009 14:29:21 -0700 Subject: [389-devel] Please review: [Bug 504383] PCRE breaks SASL Mapping In-Reply-To: <200906232115.n5NLFwx5030530@bz-web2.app.phx.redhat.com> References: <200906232115.n5NLFwx5030530@bz-web2.app.phx.redhat.com> Message-ID: <4A414931.6050204@redhat.com> Summary: PCRE breaks SASL Mapping https://bugzilla.redhat.com/show_bug.cgi?id=504383 Summary: PCRE breaks SASL Mapping Product: 389 Version: 1.2.1 Platform: All OS/Version: Linux Status: NEW Severity: high Priority: high Component: Directory Server AssignedTo: nhosoi at redhat.com ReportedBy: rmeggins at redhat.com QAContact: ckannan at redhat.com CC: nkinder at redhat.com Blocks: 434915,495079 Estimated Hours: 0.0 Classification: Other Target Release: --- [Description of the problem] The old regex code used \( \) to indicate grouping for use with \& and \1, \2, etc. PCRE uses () instead. When you upgrade to a directory server that uses PCRE, the sasl mapping code will look for literal '(' and ')' in the pattern and will fail. I'm not sure what the best way to handle this is. 1) When reading the sasl mapping config, we could just convert \( and \) to ( and ), and write the fixes back out to the config. That is probably the easiest way to handle upgrades. 2) Have setup -u go in and fix all of the configs. 1) is probably simpler, but might cause confusion if someone really did have a ( in a pattern, and really did want to match a literal '(' character. [Fix Description] I chose the first suggestion by Rich 1). When getting a regular expression from the config file for sasl mapping, unescape parenthesis in the regular expression. E.g., ^u:\(.*\) ==> ^u:(.*) This unescape is necessary for the new regex code using PCRE to keep the backward compatibility. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-504383-PCRE-breaks-SASL-Mapping.patch Type: text/x-patch Size: 1897 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3250 bytes Desc: S/MIME Cryptographic Signature URL: From nkinder at redhat.com Thu Jun 25 20:35:24 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Thu, 25 Jun 2009 13:35:24 -0700 Subject: [389-devel] Please Review: Linked Attributes Plug-in Message-ID: <4A43DF8C.8060602@redhat.com> This patch implements a new linked attributes plug-in. See the comments in the patch for a description (or the design page at http://directory.fedoraproject.org/wiki/Linked_Attributes_Design) -NGK -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Add-linked-attributes-plug-in.patch URL: From nkinder at redhat.com Thu Jun 25 21:31:47 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Thu, 25 Jun 2009 14:31:47 -0700 Subject: [389-devel] Please Review: Linked Attributes Plug-in In-Reply-To: <4A43DF8C.8060602@redhat.com> References: <4A43DF8C.8060602@redhat.com> Message-ID: <4A43ECC3.6050309@redhat.com> Noriko pointed out a case that I had overlooked. When an entry with backlinks is deleted, the associated forward links should be removed. I had dealt with this case for MODRDN operations, but missed it for the deletion case during implementation. This new patch deals with this case. Nathan Kinder wrote: > This patch implements a new linked attributes plug-in. See the > comments in the patch for a description (or the design page at > http://directory.fedoraproject.org/wiki/Linked_Attributes_Design) > > -NGK > ------------------------------------------------------------------------ > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Add-linked-attributes-plug-in.patch URL: From nhosoi at redhat.com Thu Jun 25 23:38:01 2009 From: nhosoi at redhat.com (Noriko Hosoi) Date: Thu, 25 Jun 2009 16:38:01 -0700 Subject: [389-devel] Please Review: Linked Attributes Plug-in In-Reply-To: <4A43ECC3.6050309@redhat.com> References: <4A43DF8C.8060602@redhat.com> <4A43ECC3.6050309@redhat.com> Message-ID: <4A440A59.5000208@redhat.com> Your implementation looks good. --noriko Nathan Kinder wrote: > Noriko pointed out a case that I had overlooked. When an entry with > backlinks is deleted, the associated forward links should be removed. > I had dealt with this case for MODRDN operations, but missed it for > the deletion case during implementation. This new patch deals with > this case. > > Nathan Kinder wrote: >> This patch implements a new linked attributes plug-in. See the >> comments in the patch for a description (or the design page at >> http://directory.fedoraproject.org/wiki/Linked_Attributes_Design) >> >> -NGK >> ------------------------------------------------------------------------ >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > ------------------------------------------------------------------------ > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel From rmeggins at redhat.com Fri Jun 26 15:52:25 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Fri, 26 Jun 2009 09:52:25 -0600 Subject: [389-devel] Please Review: Linked Attributes Plug-in In-Reply-To: <4A43ECC3.6050309@redhat.com> References: <4A43DF8C.8060602@redhat.com> <4A43ECC3.6050309@redhat.com> Message-ID: <4A44EEB9.9060400@redhat.com> Nathan Kinder wrote: > Noriko pointed out a case that I had overlooked. When an entry with > backlinks is deleted, the associated forward links should be removed. > I had dealt with this case for MODRDN operations, but missed it for > the deletion case during implementation. This new patch deals with > this case. Looks good. > > Nathan Kinder wrote: >> This patch implements a new linked attributes plug-in. See the >> comments in the patch for a description (or the design page at >> http://directory.fedoraproject.org/wiki/Linked_Attributes_Design) >> >> -NGK >> ------------------------------------------------------------------------ >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > ------------------------------------------------------------------------ > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3258 bytes Desc: S/MIME Cryptographic Signature URL: From nkinder at redhat.com Fri Jun 26 20:50:22 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Fri, 26 Jun 2009 13:50:22 -0700 Subject: [389-devel] Please Review: Linked Attributes Plug-in In-Reply-To: <4A44EEB9.9060400@redhat.com> References: <4A43DF8C.8060602@redhat.com> <4A43ECC3.6050309@redhat.com> <4A44EEB9.9060400@redhat.com> Message-ID: <4A45348E.7050404@redhat.com> Rich Megginson wrote: > Nathan Kinder wrote: >> Noriko pointed out a case that I had overlooked. When an entry with >> backlinks is deleted, the associated forward links should be >> removed. I had dealt with this case for MODRDN operations, but >> missed it for the deletion case during implementation. This new >> patch deals with this case. > Looks good. Pushed to master. Thanks to Rich and Noriko for their reviews! >> >> Nathan Kinder wrote: >>> This patch implements a new linked attributes plug-in. See the >>> comments in the patch for a description (or the design page at >>> http://directory.fedoraproject.org/wiki/Linked_Attributes_Design) >>> >>> -NGK >>> ------------------------------------------------------------------------ >>> >>> >>> -- >>> 389-devel mailing list >>> 389-devel at redhat.com >>> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >> >> ------------------------------------------------------------------------ >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > ------------------------------------------------------------------------ > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel >