JSPWiki plugin for visualize LDAP content#

D.Yacenko plugins#




This plugin intended for convenient display LDAP records.

Parameters.#

  • url - url to LDAP server
  • name - tree branch of database, by default ou=People - for users group on linux servers
  • filter - ldap filter, by default (objectClass=posixAccount)

Body.#

If body content is empty then result of plugin work will number of records getted from ldap server. Else if body is'nt empty then plugin displayed table with getted records.

Install.#

  1. copy files ldapplugin.jar(info) to directory WEB-INF/lib
  2. append org.itx.jspwiki.plugin.ldap into file WEB-INF/jspwiki.properties in parameter jspwiki.plugin.searchPath
  3. restart JSPWiki

Example.#

Table with 7 columns with records from LDAP
[{UserList url='ldap://192.168.1.254:389/dc=Dolphin,dc=ru'

displayName,givenName,sn,uid,suseMailAcceptAddress,mobile,description
}]  
Or by example - for only record number
[{UserList url='ldap://192.168.1.254:389/dc=Dolphin,dc=ru'}]

Screenshot.#

On the screenshot shows the use of LDAPplugin for viewing users from corporate LDAP server. screenshot.png
[{UserList url='ldap://192.168.1.254:389/dc=Dolphin,dc=ru'

displayName,givenName,sn,uid,suseMailAcceptAddress,mobile,description
}]  

Additional.#

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
jar
ldapplugin.jar 4.5 kB 1 19-Sep-2009 20:35 86.110.183.146 plugin with source
png
screenshot.png 35.8 kB 1 19-Sep-2009 20:30 86.110.183.146 user list from corporate ldap server
« This page (revision-5) was last changed on 19-Sep-2009 20:34 by 86.110.183.146