WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/network/ldap-server;1

This component implements the following interfaces:

Properties

AUTF8String nsILDAPServer.binddn

The bind DN (Distinguished Name).

PRUnichar* nsILDAPServer.key

Unique identifier for this server, used (typically) to identify a particular server object in a list of servers. This key can be any "string", but in our case it will most likely be the same identifier as used in a Mozilla preferences files.

AUTF8String nsILDAPServer.password

The password string used to bind to this server. An empty string here implies binding as anonymous.

PRUint32 nsILDAPServer.protocolVersion

Protocol version to be used (see nsILDAPConnection.idl for constants) Defaults to 3.

PRUint32 nsILDAPServer.sizelimit

Maximum number of hits we want to accept from an LDAP search operation.

nsILDAPURL nsILDAPServer.url

The URL for this server.

AUTF8String nsILDAPServer.username

The user name to authenticate as. An empty string here would imply binding as anonymous.

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com