2004-10-01 [長年日記]

LDAP

まずは主なRFC。

  • RFC2251 Lightweight Directory Access Protocol (v3) [the specification of the LDAP on-the-wire protocol]
  • RFC2252 Lightweight Directory Access Protocol (v3): Attribute Syntax Definitions
  • RFC2253 Lightweight Directory Access Protocol (v3): UTF-8 String Representation of Distinguished Names
  • RFC2254 The String Representation of LDAP Search Filters
  • RFC2255 The LDAP URL Format
  • RFC2256 A Summary of the X.500(96) User Schema for use with LDAPv3
  • RFC2829 Authentication Methods for LDAP
  • RFC2830 Lightweight Directory Access Protocol (v3): Extension for Transport Layer Security
  • RFC3377 Lightweight Directory Access Protocol (v3): Technical Specification

日本語訳はこのあたり

サーバ周りはこのあたり。

なぜLDAPを調べてみたかというとアドレス帳にLDAPを取り込むというのもあるのですが、どちらかというとプロファイルをLDAPサーバ上に置けないかなと思ったからなのです。昔のNetscapeにはローミングアクセスという機能があったらしいのですが、そんな感じのものが作れないかなと。しかし、前もってサーバ上で属性を記述しなくてはいけないなど簡単に使うという感じでもないですね。

Jolt

Jolt is a system programming language intended to be used anywhere one would use C++. It is as willing to get dirty in the name of performance. It is not willing to compromise in the name of compatibility with legacy languages. It is a language in which everything is an object, inheriting from Object, including the “primitive” types, and yet is capable of implementing many of these same types in itself. It includes features traditionally seen in dynamically-typed object-oriented languages such as Ruby, and even has some LISP features, yet does so in a way that preserves strong static typing and the performance benefits thereof.

トップ «前の日記(2004-09-30) 最新 次の日記(2004-10-02)»