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

SQL Anywhere 10.0.1 » MobiLink - Client Administration » MobiLink Users » Custom user authentication » Authenticating to external servers

Authenticating to external servers Next Page

External authenticator properties


MobiLink provides reasonable defaults wherever possible, especially in the LDAP case. The properties that can be set vary, but following are the basic ones.

POP3 authenticator
mail.pop3.hostthe hostname of the server
mail.pop3.portthe port number (can be omitted if default 110 is used)

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

IMAP authenticator
mail.imap.hostthe hostname of the server
mail.imap.portthe port number (can be omitted if default 143 is used)

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

LDAP authenticator
java.naming.provider.url

the URL of the LDAP server, such as ldap://ops-yourLocation/dn=sybase,dn=com

For more information, see the JNDI documentation.