Menu

Tree [9b8379] master /
 History

HTTPS access


File Date Author Commit
 debian 2007-02-21 Loren Bandiera Loren Bandiera [a95b78] Updating debian changelog
 desktop 2007-03-07 Loren Bandiera Loren Bandiera [af7601] Forgot semi-colon
 gnome-keyring-glue 2012-01-09 Jeroen Asselman Jeroen Asselman [461025] Update project references with new monodevelop ...
 help 2012-01-15 Jeroen Asselman Jeroen Asselman [237a15] Updated project web urls
 lat 2012-11-18 Jeroen Asselman Jeroen Asselman [9b8379] Verify input arguments
 network-manager 2009-11-17 Jeroen Asselman Jeroen Asselman [fbe5ac] Build with available assembly version instead o...
 po 2006-10-25 Loren Bandiera Loren Bandiera [6ac347] Minor translation fixes
 resources 2012-04-10 Jeroen Asselman Jeroen Asselman [1ccbb7] Fixed some more common crashes
 .gitignore 2012-01-09 Jeroen Asselman Jeroen Asselman [24d5ed] Added .gitignore file
 AUTHORS 2005-03-31 Loren Bandiera Loren Bandiera [0d07d8] Changing layout
 COPYING 2005-03-31 Loren Bandiera Loren Bandiera [0d07d8] Changing layout
 COPYING-DOCS 2006-03-23 Loren Bandiera Loren Bandiera [cd8745] Adding COPYING-DOCS
 ChangeLog 2007-07-31 Loren Bandiera Loren Bandiera [805b72] BUGFIX [#90] Fix bug with samba SID being strip...
 INSTALL 2005-03-31 Loren Bandiera Loren Bandiera [0d07d8] Changing layout
 Makefile.am 2006-09-26 Loren Bandiera Loren Bandiera [fb72b6] Build fixes to make sure avahi/nm are optional
 NEWS 2005-03-31 Loren Bandiera Loren Bandiera [0d07d8] Changing layout
 README 2012-01-15 Jeroen Asselman Jeroen Asselman [b0a029] Fixed casing for lat in issue url
 TODO 2006-08-28 Loren Bandiera Loren Bandiera [58f802] Bump version to 1.1.6
 autogen.sh 2006-06-09 Loren Bandiera Loren Bandiera [fb9255] Fixing issues with autogen; include m4 files in...
 configure.ac 2012-01-15 Jeroen Asselman Jeroen Asselman [5bc033] Updated project sourcecode git clone
 lat.spec.in 2012-01-15 Jeroen Asselman Jeroen Asselman [237a15] Updated project web urls

Read Me

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://ldap-at.sourceforge.net/

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

lat requires the following other packages:

	* Mono v1.1.13 (or greater)
	* Gtk# 2.12.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 
github and sourceforge.

	$ git clone git://github.com/MrJoe/lat.git
	$ cd lat
	$ ./autogen.sh
	$ ./configure
	$ make

Bugs / Patches
==================
Bugs/patches can be reported/submitted to https://github.com/MrJoe/lat/issues

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.