Command line parametersYou may pass connection related parameters to LDAPAdmin on the command line in order to directly connect to the specified URL. Moreover, LDAPAdmin can register itself as the default browser for the ldap URL type. This way, you can create shortcuts on the desktop which can be used to connect to server with the simple doubleclick.URL SyntaxSyntax of the LDAP URL is similar to that of the URL's used for the connection to ftp servers:<protocol>://<user>:<password>@<host>:<port>/<base>
ExamplesAn anonymous connection to a server with a DNS name ldapadmin.sf.net and a base dc=ldapadmin,dc=sf,dc=net:ldap://ldapadmin.sf.net/dc=ldapadmin,dc=sf,dc=net Connection to the same server but as the user cn=a_sokoloff,dc=sf,dc=net. The password will be requested at connection time: ldap://cn=a_sokoloff,dc=sf,dc=net@ldapadmin.sf.net/dc=ldapadmin,dc=sf,dc=net The same as above but both password and the port are specified in the URL: ldap://cn=a_sokoloff,dc=sf,dc=net:passwd@ldapadmin.sf.net:389/dc=ldapadmin,dc=sf,dc=net |
| Copyright (C) 2005 Tihomir Karlovic & ldapadmin.sourceforge.net. All rights reserved. Design by Alexander Sokoloff. |
|
|