Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 客户端管理 » MobiLink 客户端简介 » MobiLink 用户 » 自定义用户验证 » 向外部服务器验证

 

外部验证程序属性

MobiLink 会在任何可能的情况下(特别是 LDAP 情况下)提供合理的缺省值。尽管不同情况可以设置的属性会有所不同,但以下是一些基本的属性。

POP3 验证程序
mail.pop3.host 服务器的主机名
mail.pop3.port 端口号(在使用缺省端口 110 时可省略)

请参见 [external link] http://java.sun.com/products/javamail/javadocs/com/sun/mail/pop3/package-summary.html

IMAP 验证程序
mail.imap.host 服务器的主机名
mail.imap.port 端口号(在使用缺省端口 143 时可省略)

请参见 [external link] http://java.sun.com/products/javamail/javadocs/com/sun/mail/imap/package-summary.html

LDAP 验证程序
java.naming.provider.url LDAP 服务器的 URL,如 ldap://ops-yourLocation/dn=sybase,dn=com

有关详细信息,请参见 JNDI 文档。