To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Directory Services Markup Language

From Wikipedia, the free encyclopedia

Directory Services Markup Language (DSML) is a representation of directory service information in an XML syntax.

The DSML version 1 effort was announced on July 12, 1999 by creator Bowstreet (subsequently acquired by IBM in 2005). Initiative supporters include AOL-Netscape, Sun Microsystems, Oracle, Novell, Microsoft, and IBM. It resulted in a Document Type Definition for a file containing the XML representation of entries in the LDAP data model, similar in spirit to LDIF. The DSML version 2 effort was promulgated in OASIS in 2001. It resulted in an XML schema for the representation of directory access operations based on that of LDAP, that could be carried in SOAP.

The Service Provisioning Markup Language (SPML) also from OASIS is based on the concepts of DSMLv2, but does not have such a tight coupling to the LDAP information model.

DSML is often pronounced "dismal".

YouTube Encyclopedic

  • 1/3
    Views:
    33 426
    42 993
    162 348
  • Claims explained
  • Federation Services Terminology
  • Web Programming with Flask - Intro to Computer Science - Harvard's CS50 (2018)

Transcription

Example of DSML result from requesting an LDAP directory

<?xml version="1.0" encoding="UTF-8"?>
<batchResponse xmlns="urn:oasis:names:tc:DSML:2:0:core">
  <searchResponse>
      <searchResultEntry dn="uid=misterX,ou=People,dc=dsml,dc=sample">
      <attr name="objectClass">
        <value>person</value>
        <value>organizationalPerson</value>
        <value>inetOrgPerson</value>
        <value>top</value>
      </attr>
      <attr name="givenName">        <value>X</value></attr>
      <attr name="title">            <value>Mr</value></attr>
      <attr name="uid">              <value>misterX</value></attr>
      <attr name="cn">               <value>X</value></attr>
      <attr name="sn">               <value>Mister</value></attr>
      <attr name="mail">             <value>misterx@...</value></attr>
      <attr name="ou">               <value>People</value></attr>
    </searchResultEntry>
    <searchResultDone>
      <resultCode code="0"/>
    </searchResultDone>
  </searchResponse>
</batchResponse>

External links

  • DSML v2.0 Specification
  • DSML v2.0 Specification errata
  • DSML v2.0 Schema
  • DSML V2 FAQ
  • Coverpages on DSML
  • Poe, Lanette; Ball, Michael (November 1, 2000). "DSML gives you the power to access your LDAP information as XML". JavaWorld. Retrieved 2020-07-18.
  • O'Neill, Mark (December 3, 2001). "XML and Security". XML-Journal. Archived from the original on 2012-05-08.


This page was last edited on 17 June 2021, at 21:46
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.