new(*arg)
Class Public methods
Description
Create a new URI::LDAP object from generic URI components as per RFC 2396. No LDAP-specific
syntax checking is performed.
Arguments are scheme, userinfo,
host, port, registry,
path, opaque, query and
fragment, in that order.
Example:
uri = URI::LDAP.new("ldap", nil, "ldap.example.com", nil,
"/dc=example;dc=com", "query", nil, nil, nil, nil)
See also URI::Generic.new