README.ldap revision 82794
1LDAP support for am-utils was originally done by Leif Johansson
2<leifj@it.su.se>.  He no longer maintains it.
3
4The current LDAP support for am-utils is for LDAPv2 only.  Reportedly,
5small changes are needed to support LDAPv3.  Volunteers and patches are
6welcome.
7
8There are two files in this directory that relate to LDAP:
9
10ldap-id.txt:
11
12	This is an experimental schema for amd mount maps in LDAP.  Since
13	LDAP isn't maintained now, this code may not match with either the
14	current ldap_info.c code or with Amd mount maps in general.
15
16	The schema is written in the form of an internet-draft but it has
17	not been published as such.  We need volunteers who know and use
18	LDAP to clean it up and further its process of submission.
19
20ldap-id.ms:
21
22	This is the NROFF source of the draft.  To generate the text from
23	it, run "nroff -ms ldap-id.ms > ldap-id.txt"
24
25Erez.
26