- On top of these modules a CGI-script has been written.
+Internationalization
+
+FIXME
+Since version 1.0 LiCoM is using UTF-8 for everything, so non-ASCII characters
+may be used everywhere. Entering these characters may be a problem, though,
+especially if you have an US american keyboard layout as I do. But entering a
+german umlaut is still hard if you have a french keyboard layout, so the
+problem is just shifted there.
+If your browser supports JavaScript LiCoM lets you enter such `foreign names'
+in a very elegant way: You simply type the HTML escape sequence and the
+JavaScript will convert it to the right character for youà So if you want to
+enter `MÃller' (a very common german surname)
+
+
The big picture:
[dc=org]
|
`->[dc=verplant]
|
- `->[ou=addresses]
+ `->[ou=LiCoM]
|
- +->[cn=Forster Florian]
- | |
- | +->[cn=Test Person]
- | +->[cn=Someone Else]
- | : ...
+ +->[ou=Person]
+ | |
+ | +->[cn=Test Person]
+ | +->[cn=Someone Else]
+ | : ...
| `->[cn=Last Person]
- |
- +->[cn=Another User]
- | |
- | +->[cn=Still More Entries]
- : :
+ |
+ `->[ou=Group]
+ |
+ +->[cn=Some Group]
+ | member=cn=Test Person,ou=Person,ou=LiCoM,dc=verplant,dc=org
+ | member=cn=Last Person,ou=Person,ou=LiCoM,dc=verplant,dc=org
+ | member=...
+ +->[cn=Another Group]
+ : member=cn=Someone Else,ou=Person,ou=LiCoM,dc=verplant,dc=org
+ member=cn=Last Person,ou=Person,ou=LiCoM,dc=verplant,dc=org
+ member=...
+