old-www/HOWTO/archived/LDAP-Implementation-HOWTO/schemas.html

1403 lines
18 KiB
HTML

<HTML
><HEAD
><TITLE
>Ldap schema's</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.63
"><LINK
REL="HOME"
TITLE="LDAP Implementation HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="SSL/TLS and SSL/TLS wrappers for LDAP"
HREF="ssl.html"><LINK
REL="NEXT"
TITLE="Example files"
HREF="files.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>LDAP Implementation HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="ssl.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="files.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="SCHEMAS"
>11. Ldap schema's</A
></H1
><P
>Warning: this section is terribly incomplete and outdated. I should be updating it, adding the various rfc's or other authoritive sources of schematic data.</P
><P
>This is a proposition of a schema that can be used to accommodate all the data needed for the previously listed functions. It should under no circumstances be regarded as authoritative. It is an example that should serve it's purpose, but it is likely you have to adapt it to match your specific needs.</P
><P
>Because it has been a lot of work (for me, maybe it's out there but I don't know where?) to find out the specific meaning of each entry, and what information it should contain, I'll try to do this as well. It should be noted, however, that it doesn't fit together seamlessly. The Microsoft Addressbook does not seem to use some of the fields it is presenting. I suspect that for the "Title", "Nickname", "Home City", "Home State/Province", "Home ZIP Code", "Home Country/Region" and "Home Web Page" entries no information is requested. For the "Personal", "Netmeeting" and "Digital IDs" I didn't yet bother to figure out how it should be put in the Ldap database. Any information is welcome. The netscape address book has a similar problem. When a record is copied from an LDap directory to a local address book, some of the fields are lost. As the nature of an company-wide addressbook should discourage users to copy addresses locally, this is not a big problem though. But netscape address book has another little oddity though. In a normal address record, the Ldap attribute associated with "Nickname" is <EM
>xmozillanickname</EM
>. When searching for addresses however, the associated attribute is simple <EM
>nickname</EM
>. That is the reason why the nickname entry shows up twice in the schema.</P
><P
>This schema is known to work with Microsoft Outlook 2000, and Netscape 4.73. If you find I'm wrong about a description, function, or neccessity of an entry, please do let me know!</P
><P
>The schema file that represent this schema can be found in <A
HREF="files.html#FILE-SCHEMA"
>Section 12.1</A
>.</P
><P
><DIV
CLASS="TABLE"
><A
NAME="AEN942"
></A
><P
><B
>Table 1. Ldap attributes and objectclasses - quick description</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><THEAD
><TR
><TH
ALIGN="LEFT"
VALIGN="TOP"
>Function</TH
><TH
ALIGN="LEFT"
VALIGN="TOP"
>Objectclass</TH
><TH
ALIGN="LEFT"
VALIGN="TOP"
>Attributes</TH
><TH
ALIGN="LEFT"
VALIGN="TOP"
>Description</TH
><TH
ALIGN="LEFT"
VALIGN="TOP"
>(Default) value</TH
></TR
></THEAD
><TBODY
><TR
><TD
ROWSPAN="18"
ALIGN="LEFT"
VALIGN="TOP"
>User accounts</TD
><TD
ROWSPAN="2"
ALIGN="LEFT"
VALIGN="TOP"
>top</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>default</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ou</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Organizational Unit</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Users</TD
></TR
><TR
><TD
ROWSPAN="4"
ALIGN="LEFT"
VALIGN="TOP"
>person</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Owner is a person</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>uid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>unix login name</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>foo</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>cn</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Common Name</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Foo Bar</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sn</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Surname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Bar</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>account</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Owner has an account</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ROWSPAN="5"
ALIGN="LEFT"
VALIGN="TOP"
>posixaccount</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Owner has a Unix account</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>uidNumber</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>uid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>513</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>gidNumber</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>gid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>100</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>homedirectory</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Home directory</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>/home/users/foo</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>userpassword</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>unix password</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>S3cr3t</TD
></TR
><TR
><TD
ROWSPAN="6"
ALIGN="LEFT"
VALIGN="TOP"
>sambaaccount</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Owner has a samba account</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ntuid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Unknown</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>uid</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>rid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Unknown</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>uidnumber</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>lmpassword</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Lanman password hash</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Unused</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ntpasswd</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>NT password hash</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Unused</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>loginshell</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Users shell</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>/bin/pleurop</TD
></TR
><TR
><TD
ROWSPAN="7"
ALIGN="LEFT"
VALIGN="TOP"
>Machine accounts</TD
><TD
ROWSPAN="2"
ALIGN="LEFT"
VALIGN="TOP"
>top</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>default</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ou</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Organizational Unit</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Machines</TD
></TR
><TR
><TD
ROWSPAN="5"
ALIGN="LEFT"
VALIGN="TOP"
>posixaccount</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Owner has a unix account</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>uid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>login name</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>speed$</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>uidnumber</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>unix uid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>514</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>gidnumber</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>gid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>100</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>homedirectory</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Home directory</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Unused</TD
></TR
><TR
><TD
ROWSPAN="26"
ALIGN="LEFT"
VALIGN="TOP"
>Microsoft Address Book</TD
><TD
ROWSPAN="2"
ALIGN="LEFT"
VALIGN="TOP"
>top</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>default</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ou</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Organizational Unit</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Addressbook</TD
></TR
><TR
><TD
ROWSPAN="24"
ALIGN="LEFT"
VALIGN="TOP"
>microsoftaddressbook</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Owner has Microsofts Addressbook properties</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>cn</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Name</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>c</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business country</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>department</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business department</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>facsimiletelephonenumber</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business fax number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>givenname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>First name</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>homephone</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Home phone number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>homepostaladdress</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Home postal address</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>info</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Notes</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>initials</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Initials</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>l</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business city</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>mail</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Email address</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>mobile</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Home cellphone number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>organizationname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Company name</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>otherfacsimiletelephonenumber</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Home fax number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>otherpager</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business pager number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>can be "pager" too?</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>physicaldeliveryofficename</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Location of office at work</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>postaladdress</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business postal address</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>postalcode</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business postal code</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sn</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Last Name</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>st</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business state/province</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>telephonenumber</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business phone number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>title</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Job title</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>url</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business web page</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ROWSPAN="26"
ALIGN="LEFT"
VALIGN="TOP"
>Netscape Address Book</TD
><TD
ROWSPAN="2"
ALIGN="LEFT"
VALIGN="TOP"
>top</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>default</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ou</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Organizational Unit</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Addressbook</TD
></TR
><TR
><TD
ROWSPAN="24"
ALIGN="LEFT"
VALIGN="TOP"
>netscapeaddressbook</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Owner has Netscape's properties</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>cn</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Name</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>cellphone</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Cellphone number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>countryname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Country</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>description</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Description</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>facsimiletelephonenumber</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Fax number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>givenname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>First Name</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>homephone</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Home phone number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>homeurl</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Personal web page</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>locality</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Home city</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>mail</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Email address</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>nickname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Nickname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>o</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Company</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ou</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Department</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>pagerphone</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Pager number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>postalcode</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Home postal code</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sn</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Last name</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>st</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>State</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>streetaddress</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Home postal address</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>telephonenumber</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business phone number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>title</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Title</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>xmozillaanyphone</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Business phone number</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>xmozillanickname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Nickname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Same as nickname</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>xmozillausehtmlmail</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Client uses html mail</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>TRUE</TD
></TR
><TR
><TD
ROWSPAN="2"
ALIGN="LEFT"
VALIGN="TOP"
>Netscape roaming access</TD
><TD
ROWSPAN="2"
ALIGN="LEFT"
VALIGN="TOP"
>top</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>default</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ou</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Organizational Unit</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>Roaming</TD
></TR
></TBODY
></TABLE
></DIV
></P
><DIV
CLASS="NOTE"
><BLOCKQUOTE
CLASS="NOTE"
><P
><B
>Note: </B
>Netscape and Microsoft use the addressbook entries in a slightly different way. Netscape stores a postal address in the streetaddress entry in a base64 encoded string, while Microsoft uses the postaladdress entry. However, when a streetaddress entry is present, Microsoft uses this instead of the postaladdress entry, but it's value is stored plaintext, not base64 encoded. So you cannot use them at the same time.</P
></BLOCKQUOTE
></DIV
><P
>More information about Ldap schema's in general can be found on <A
HREF="http://ldap.hklc.com/"
TARGET="_top"
>Linux Center</A
>. I found a document describing Microsoft Addressbook's properties on the <A
HREF="http://msdn.microsoft.com/library/psdk/adsi/gluser_4437.htm"
TARGET="_top"
>Microsoft Developers Network</A
>.</P
><P
>Beware, the description given on the Microsoft page doesn't match the fields where the content shows up in address book. Also, not all fields in address book contain information, but if the listed keys don't work I wouldn't know which keys <EM
>do</EM
> work.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="ssl.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="files.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>SSL/TLS and SSL/TLS wrappers for LDAP</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Example files</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>