Initial import
[mirror/userdir-ldap.git] / doc / ud-xearth.1.yo
1 mailto(admin@db.debian.org)
2 manpage(ud-xearth)(1)(17 Sep 1999)(userdir-ldap)()
3 manpagename(ud-xearth)(Extracts the XEarth marker database)
4
5 manpagesynopsis()
6   ud-xearth [options]
7
8 manpagedescription()
9 ud-xearth simply extracts the lat/long information from the directory and
10 formats it in a form suitable for use by XEarth or XPlanet. The program
11 takes the lat/long coords stored in the directory and converts them to a
12 decimal degrees format and then outputs a file containing the UID of the
13 user and their coordinates as well as their full email address in a comment.
14 The output is place in a file called ./markers.dat
15
16 Since lat/long information is restricted to developers only a valid login is
17 required to extract the information. 
18
19 manpageoptions()
20 startdit()
21 dit(bf(-u))
22 Set the authentication user. This is the user who's authority is used when 
23 accessing the LDAP directory. The default is to use the current system user
24 name.
25 enddit()
26
27 manpagefiles()
28 itemize(
29   it() /etc/userdir-ldap/userdir-ldap.conf
30   Configuration variables to select what server and what base DN to use.
31 )
32         
33 manpageauthor()
34 userdir-ldap was written by Jason Gunthorpe <jgg@debian.org>.