old-www/HOWTO/NetMeeting-HOWTO/a410.html

401 lines
5.2 KiB
HTML

<HTML
><HEAD
><TITLE
>LDAP attributes used by NetMeeting</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.63
"><LINK
REL="HOME"
TITLE="Linux NETMEETING HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Debugging"
HREF="debugging.html"><LINK
REL="NEXT"
TITLE="NetMeeting LDAP protocol violations"
HREF="a490.html"></HEAD
><BODY
CLASS="APPENDIX"
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"
>Linux NETMEETING HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="debugging.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="a490.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="APPENDIX"
><H1
CLASS="APPENDIX"
><A
NAME="AEN410"
>A. LDAP attributes used by NetMeeting</A
></H1
><P
> Distinguished Names (DNs) used by NetMeeting must always
end in "objectclass=rtperson".
The following LDAP attributes are used by NetMeeting:
</P
><DIV
CLASS="TABLE"
><A
NAME="AEN413"
></A
><P
><B
>Table A-1. NetMeeting LDAP attributes</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><TBODY
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>objectClass</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>must be "RTPerson"</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>cn</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>alias used for directory lookups; must be present</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sappid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>must be "ms-netmeeting"</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sprotid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>must be "h323"</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sprotmimetype</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>typically "text/h323"; unused</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>smimetype</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>typically "text/iuls"; unused</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sflags</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>must be 1</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sappguid</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>unknown</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>smodop</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>unknown</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sipaddress</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>decimal IP address</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sport</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>TCP port number; unused</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ssecurity</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>unknown</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>sttl</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>entry timeout value in minutes</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>c</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>two digit country code</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>rfc822mailbox</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>email address</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>givenname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>optional</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>surname</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>optional</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>comment</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>optional</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>location</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>optional</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ilsa39321630</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>1 = personal; 2 = business; 4 = adult</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ilsa32833566</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>0 = not audio capable; 1 = audio capable</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ilsa32964638</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>0 = not video capable; 1 = video capable</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ilsa26214430</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>0 = not in a call; 1 = currently in a call</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
>ilsa26279966</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
>unknown</TD
></TR
></TBODY
></TABLE
></DIV
><P
> NetMeeting uses a non-standard means of refreshing dynamic entries.
The Microsoft server maintains an "sttl" attribute, which is a
time to live for the entry in minutes. A search request for
attribute "sttl" resets the timer. If the timer goes to zero,
the entry is supposed to disappear from the database. Of course,
the sttl attribute doesn't actually exist in the database, and
the client doesn't bother to give us the whole DN it wants updated,
only supplying the "cn" component in the search request.
</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="debugging.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="a490.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Debugging</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>NetMeeting LDAP protocol violations</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>