--On Monday, October 02, 2017 10:59 AM -0700 rammohan ganapavarapu
<rammohanganap(a)gmail.com> wrote:
>
> Quanah,
>
>
> Where can i get a minimal slapd.conf/cn=config for mdb? also all
> supported properties for mdb?
The man page for slapd-mdb notes what its configuration options are:
<http://www.openldap.org/software/man.cgi?query=slapd-mdb&apropos=0&sektion=…>
If you want a minimal slapd.conf for mdb, it's pretty basic:
database mdb
directory </path/to/database>
index <indices>
maxsize 85899345920
<db specific ACLs>
You could use slaptest to convert that trivially to cn=config
representation.
--Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
Quanah,
Where can i get a minimal slapd.conf/cn=config for mdb? also all supported
properties for mdb?
Thanks,
Ram
On Fri, Sep 29, 2017 at 2:32 PM, Quanah Gibson-Mount <quanah(a)symas.com>
wrote:
> --On Friday, September 29, 2017 2:50 PM -0700 rammohan ganapavarapu <
> rammohanganap(a)gmail.com> wrote:
>
>
>> Quanah,
>>
>>
>> Yes that is the plan but till i moved to latest version with mdb, i have
>> to live with it. Regarding upgrading to latest with mdb, how can i
>> migrate from hdb to mdb with out downtime? can i add latest openldap with
>> mdb as replica to existing older/hdb instance?
>>
>
> Yes, you can have an mdb-based server that is a replica from an existing
> back-hdb server.
>
>
> --Quanah
>
>
> --
>
> Quanah Gibson-Mount
> Product Architect
> Symas Corporation
> Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
> <http://www.symas.com>
>
>
Hello list,
Just a newbie question: I try to create a simple addressbook in LDAP and
I just wondered why there is no country attribute in the standard
structure:
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
Just an "st" attribute, but this should not be used for a country AFAIK.
Is there an easy way to add the country or friendlyCountryName as a MAY
attribute without having to create my own objectClass?
R.
--
richard lucassen
http://contact.xaq.nl/
What is the current OLC way to replace the nis schema with the
rfc2307bis schema?
There are hacks published, but I couldn't find a document that takes
advantage of OLC, removes the nis schema, and installs the rfc2307bis
schema. It feels like something that I would do often enough that I
would want to be able to do it one ldapmodify operation.
There is a problem. There wasn't delete support in OLC 2.4 2012 in http
://www.openldap.org/lists/openldap-technical/201204/msg00245.html.
OLC does support delete in 2.5 as of 2013 https://www.slideshare.net/ld
apcon/whats-new-in-openldap.
Since that has been established, what is the least hacky way to replace
the nis schema with the rfc2307bis schema in 2.4?