File: README

package info (click to toggle)
lat 1.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,000 kB
  • ctags: 1,987
  • sloc: cs: 12,058; sh: 8,616; xml: 469; makefile: 400
file content (54 lines) | stat: -rw-r--r-- 1,327 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
General Information
===================

lat stands for LDAP Administration Tool.  The tool allows you to browse
LDAP-based directories and add/edit/delete entries contained within.  It
can store profiles for quick access to different servers. 

There are also different views available such as Users, Groups and Hosts 
which allow you to easily manage objects without having to deal with the 
intricacies of LDAP.

lat is released under the GNU General Public License (GPL) version 2, 
see the file 'COPYING' for more information.

The official web site is:

	http://dev.mmgsecurity.com/projects/lat/

Installation
============

lat requires the following other packages:

	* Mono v1.1.13 (or greater)
	* Gtk# 2.8.x (or greater)
	* GNOME Keyring 0.4.2 (or greater)

Simple installation procedure:

	# tar zxvf lat-X.Y.Z.tar.gz
	# cd lat-X.Y.Z
	# ./configure
	# make
	# make install

See the file 'INSTALL' for more detailed information.

Hacking
=======

LAT is written in C# using Mono and Gtk#. The source code is available from 
the MMG Security Subversion repository in the module lat.

	$ mkdir lat
	$ cd lat
	$ svn co http://dev.mmgsecurity.com/src/lat/trunk
	$ cd trunk
	$ ./autogen.sh
	$ ./configure
	$ make

Bugs / Patches
==================
Bugs/patches can be reported/submitted to http://dev.mmgsecurity.com/bugs/