JSPWiki plugin for visualize LDAP content#
Table of Contents
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.#
- copy files ldapplugin.jar
to directory WEB-INF/lib
- append org.itx.jspwiki.plugin.ldap into file WEB-INF/jspwiki.properties in parameter jspwiki.plugin.searchPath
- 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.
[{UserList url='ldap://192.168.1.254:389/dc=Dolphin,dc=ru'
displayName,givenName,sn,uid,suseMailAcceptAddress,mobile,description
}]
Additional.#
Add new attachment
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 |
D.Yacenko plugins#