Re: Importing schema file



Coukld you explain how to export it from an OpenLDAP server?

Thanks.

Michael Ströder wrote:
Juan wrote:
The start of teh input file is:

-------------------------------------------------------
## Attributetypes and ObjectClasses needed for Asterisk

attributetype ( 1.3.6.1.4.1.23935.5.2.1.1.1 NAME 'astUsername'
DESC ''
SUP name )

attributetype ( 1.3.6.1.4.1.23935.5.2.1.1.2 NAME 'astSecret'
DESC ''
SUP name )

attributetype ( 1.3.6.1.4.1.23935.5.2.1.1.3 NAME 'astMailbox'
DESC ''
SUP name )

attributetype ( 1.3.6.1.4.1.23935.5.2.1.1.4 NAME 'astTemplate'
DESC ''
SUP name )

[........]
-------------------------------------------------------

Thats the result of the command:

C:\Documents and Settings\Administrador\Escritorio>ldifde -i -v -f
asterisk.schema

That's obviously not an LDIF file. It looks like a schema file suitable
for OpenLDAP's slapd.conf.

It's not a big deal converting this to LDIF manually. If you have an
OpenLDAP server at hand with this schema installed you could also
extract it from a LDIF dump of the subschema subentry.

Ciao, Michael.

.



Relevant Pages

  • Re: Importing schema file
    ... ## Attributetypes and ObjectClasses needed for Asterisk ... SUP name) ... It's not a big deal converting this to LDIF manually. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Importing schema file
    ... or finding a standard LDIF ... Joe Richards Microsoft MVP Windows Server Directory Services ... SUP name) ...
    (microsoft.public.windows.server.active_directory)

Loading