Difference between revisions of "LDAP client"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Linux]] | ||
+ | |||
There are a bunch a different LDAP client available. | There are a bunch a different LDAP client available. | ||
Line 21: | Line 23: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! | + | ! Parameter !! value |
− | |||
− | |||
|- | |- | ||
| Host || myServer (dev.daxiongmao.eu) | | Host || myServer (dev.daxiongmao.eu) | ||
Line 45: | Line 45: | ||
GTK2_RC_FILES=/usr/share/themes/Radiance/gtk-2.0/gtkrc ./ApacheDirectoryStudio | GTK2_RC_FILES=/usr/share/themes/Radiance/gtk-2.0/gtkrc ./ApacheDirectoryStudio | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | =Windows LdapAdmin= | ||
+ | |||
+ | |||
+ | You can download the latest version on the official website: http://www.ldapadmin.org/ | ||
+ | |||
+ | * Download the latest version - choose the '''EXE''' | ||
+ | * Unzip it into the target directory => that will become your LDAP admin directory | ||
+ | |||
+ | |||
+ | Run ''“LdapAdmin.exe”'' to start the application. |
Latest revision as of 17:04, 10 June 2014
There are a bunch a different LDAP client available.
Here are some of them:
Contents
Apache Directory Studio
Installation
http://directory.apache.org/studio/
Usage
File -> New -> LDAP connection
Connection settings:
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
Windows LdapAdmin
You can download the latest version on the official website: http://www.ldapadmin.org/
- Download the latest version - choose the EXE
- Unzip it into the target directory => that will become your LDAP admin directory
Run “LdapAdmin.exe” to start the application.