Re: [GnomeMeeting-list] question about xdap ldap ils.seconix.com
- From: Will Merkens <willm merkens ca>
- To: gnomemeeting-list gnome org
- Subject: Re: [GnomeMeeting-list] question about xdap ldap ils.seconix.com
- Date: Thu, 31 Oct 2002 07:07:44 -0700
paul wrote:
Attribute: sipaddress
Value: 1234567890
Hmmm. This is hard coded in src/ils.cpp since it came from my original
demo implementation.
: else if (!strcmp ((char *) name,"decip"))
: entval = xmlStrdup (BAD_CAST "1234567890");
This should really set the current IP address of the endpoint as it
used to do pre-xdap.
Therefore, any ILS server except seconix (which "fixes" the IP address
sent by the client) will have an incorrect IP address for you. A painful
workaround is to edit ils_nm_reg.xml and put your current IP address
in instead of &decip; . There would've been a better solution if we
had enabled the "exec" functionality in the xml file. This allows you
to substitute the output of a command within the xml file. This is
currently disabled since it has potentially unexpected security
consequences.
Paul
_______________________________________________
GnomeMeeting-list mailing list
GnomeMeeting-list gnome org
http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
can I add a secound entry block for a secound ils server to the files, noteced
it's rigged for ils.sconix.com?
in file ils_nm_reg.xml
like this
original first block
<ils host="ils.seconix.com">
<!-- No need to create parent objects -->
<!-- Add the record itself, after deleting -->
<delete ignore="noaccess">
<dn>c=&country;,o=&org;,cn=&email;,objectclass=&class;</dn>
</delete>
<add>
<dn>c=&country;,o=&org;,cn=&email;,objectclass=&class;</dn>
<cn>&email;</cn>
<sipaddress>&decip;</sipaddress>
<givenname>&givenname;</givenname>
<surname>&surname;</surname>
<rfc822mailbox>&email;</rfc822mailbox>
<location>&location;</location>
<comment>&comment;</comment>
<ilsa32833566>&audio;</ilsa32833566>
<ilsa32964638>&ilsa32964638;</ilsa32964638>
<ilsa26214430>&ilsa26214430;</ilsa26214430>
<sappid>&sappid;</sappid>
<sflags>1</sflags> <!-- no idea what that's for -->
</add>
<!-- netmeeting does add follow by modify -->
<modify>
<dn>c=&country;,o=&org;,cn=&email;,objectclass=&class;</dn>
<sappid>&sappid;</sappid>
<ilsa26279966>&ilsa26279966;</ilsa26279966>
<sappguid>008aff194794cf118796444553540000</sappguid>
<sprotid>&sproto;</sprotid>
<sprotmimetype>text/h323</sprotmimetype>
<sport>&port;</sport>
</modify>
</ils>
secound block
<ils host="merkens.ca">
<!-- No need to create parent objects -->
<!-- Add the record itself, after deleting -->
<delete ignore="noaccess">
<dn>c=&country;,o=&org;,cn=&email;,objectclass=&class;</dn>
</delete>
<add>
<dn>c=&country;,o=&org;,cn=&email;,objectclass=&class;</dn>
<cn>&email;</cn>
<sipaddress>68.145.105.101;</sipaddress>
<givenname>&givenname;</givenname>
<surname>&surname;</surname>
<rfc822mailbox>&email;</rfc822mailbox>
<location>&location;</location>
<comment>&comment;</comment>
<ilsa32833566>&audio;</ilsa32833566>
<ilsa32964638>&ilsa32964638;</ilsa32964638>
<ilsa26214430>&ilsa26214430;</ilsa26214430>
<sappid>&sappid;</sappid>
<sflags>1</sflags> <!-- no idea what that's for -->
</add>
<!-- netmeeting does add follow by modify -->
<modify>
<dn>c=&country;,o=&org;,cn=&email;,objectclass=&class;</dn>
<sappid>&sappid;</sappid>
<ilsa26279966>&ilsa26279966;</ilsa26279966>
<sappguid>008aff194794cf118796444553540000</sappguid>
<sprotid>&sproto;</sprotid>
<sprotmimetype>text/h323</sprotmimetype>
<sport>&port;</sport>
</modify>
</ils>
will I have to do the same in?
ils_nm_mod.xml and ils_nm_unreg.xml
could <sipaddress>68.145.105.101;</sipaddress> be written also
as <sipaddress>merkens.ca;</sipaddress>
--
Will Merkens
Suite 1103, 505 - 4th Ave S.W.
Calgary, AB.
Canada
Primary E-Mail: willm merkens ca
Backup E-Mail: willm wsm dhs org
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]