File: directoryassistant.1

package info (click to toggle)
directoryassistant 2.0-1.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 204 kB
  • ctags: 227
  • sloc: python: 2,190; makefile: 56
file content (44 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download | duplicates (2)
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
.TH directoryassistant 1 10-12-2005 directoryassistant directoryassistant

.SH NAME
directoryassistant \- user friendly ldap addressbook frontend 

.SH DESCRIPTION

Directory Assistant is a small application for managing a LDAP 
address book. The focus is to create a very easy to use program,
with only the few but necessary features. The target is novice 
users that need to keep their addresses in an LDAP server.

.SH FILES

Configuration is done by config file. Since novice users anyway 
don't know how to configure LDAP access, I decided to remove that 
from the GUI. The config file should be at
.I /etc/directoryassistant
or
.I ~/.directoryassistant
and should have the format:

.nf
.sp
[My Ldap Server]
ldapurl = ldap://your.ldap.server.com/
base_dn = ou=department,ou=People,o=someorg
.fi

extended options are:
.nf
.sp
bind_dn = cn=someaccount,o=someorg
bind_password = yourpassword
add_dn = ou=myunit,ou=department,ou=People,o=someorg
ldapversion = 3
startup_search =

.fi

.SH AUTHOR

Directoryassistant is written by Olivier Sessink