On Dec 6, 2012, at 12:01 PM, Chuck Lever <[email protected]> wrote:
> I'm clearing out some patches this week before posting a long > series that will introduce NSDB client support LDAP referrals. > > First two patches in this series provide help for configuring an > NSDB using either an OpenLDAP server or a 389-ds server. This is > work we discussed a few weeks ago on this list, starting here: > > https://oss.oracle.com/pipermail/fedfs-utils-devel/2012-August/000241.html > > But these are still not simple enough, IMO. Maybe for the next > fedfs-utils release (0.10) we might do a packaged turn-key NSDB > instead, where "yum install fedfs-utils-nsdb" and running a > Perl configuration script is all that is needed. > > Review period expires on Thursday, December 13, 2012 at midnight ET. These have been committed without changes to: http://git.linux-nfs.org/?p=cel/fedfs-utils.git;a=summary > --- > > Chuck Lever (3): > nfsref: "nfsref SUBCOMMAND -?" should display useful information > contrib: Add tools to help configure LDAP servers as NSDBs > nsdbc: Introduce a tool for creating a simple NSDB. > > > .gitignore | 1 > configure.ac | 1 > contrib/Makefile.am | 2 > contrib/ldap/Makefile.am | 31 ++++ > contrib/ldap/add-database-olc | 64 ++++++++ > contrib/ldap/add-fedfs-entry | 50 ++++++ > contrib/ldap/add-referral-olc | 55 +++++++ > contrib/ldap/add-schema-389 | 346 +++++++++++++++++++++++++++++++++++++++++ > contrib/ldap/add-schema-olc | 287 ++++++++++++++++++++++++++++++++++ > doc/man/Makefile.am | 2 > doc/man/nsdb-simple-nce.8 | 292 +++++++++++++++++++++++++++++++++++ > src/include/nsdb.h | 6 + > src/libnsdb/administrator.c | 182 ++++++++++++++++++++++ > src/nfsref/add.c | 34 ++++ > src/nfsref/lookup.c | 26 +++ > src/nfsref/nfsref.c | 27 ++- > src/nfsref/nfsref.h | 4 > src/nfsref/remove.c | 23 +++ > src/nsdbc/Makefile.am | 2 > src/nsdbc/nsdb-simple-nce.c | 249 ++++++++++++++++++++++++++++++ > 20 files changed, 1674 insertions(+), 10 deletions(-) > create mode 100644 contrib/ldap/Makefile.am > create mode 100755 contrib/ldap/add-database-olc > create mode 100755 contrib/ldap/add-fedfs-entry > create mode 100755 contrib/ldap/add-referral-olc > create mode 100755 contrib/ldap/add-schema-389 > create mode 100755 contrib/ldap/add-schema-olc > create mode 100644 doc/man/nsdb-simple-nce.8 > create mode 100644 src/nsdbc/nsdb-simple-nce.c > > -- > Chuck Lever > > _______________________________________________ > fedfs-utils-devel mailing list > [email protected] > https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel -- Chuck Lever chuck[dot]lever[at]oracle[dot]com _______________________________________________ fedfs-utils-devel mailing list [email protected] https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel
