Difference between revisions of "LDAP client"
(Created page with "There are a bunch a different LDAP client available. Here are some of them: =Apache Directory Studio= ==Installation == http://directory.apache.org/studio/ ==Ubuntu ...") |
|||
Line 11: | Line 11: | ||
http://directory.apache.org/studio/ | http://directory.apache.org/studio/ | ||
+ | |||
+ | |||
+ | ==Usage== | ||
+ | |||
+ | File -> New -> LDAP connection | ||
+ | |||
+ | |||
+ | Connection settings: | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Header text !! Header text | ||
+ | |- | ||
+ | | Parameter || Value | ||
+ | |- | ||
+ | | Host || myServer (dev.daxiongmao.eu) | ||
+ | |- | ||
+ | | Port || 389 LDAP or 636 LDAPS | ||
+ | |- | ||
+ | | user || cn=admin,dc=dev,dc=daxiongmao,dc=eu | ||
+ | |- | ||
+ | | password || <secret> | ||
+ | |} | ||
Revision as of 14:02, 25 May 2014
There are a bunch a different LDAP client available.
Here are some of them:
Apache Directory Studio
Installation
http://directory.apache.org/studio/
Usage
File -> New -> LDAP connection
Connection settings:
Header text | Header text |
---|---|
Parameter | Value |
Host | myServer (dev.daxiongmao.eu) |
Port | 389 LDAP or 636 LDAPS |
user | cn=admin,dc=dev,dc=daxiongmao,dc=eu |
password | <secret> |
Ubuntu 14.04 fix
On late Ubuntu versions you might encounter some crashes due to the old embedded Eclipse.
Just do:
apt-get install light-themes
GTK2_RC_FILES=/usr/share/themes/Radiance/gtk-2.0/gtkrc ./ApacheDirectoryStudio