ldapscripts does not work
Bug #803441 reported by
Peter Matulis
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ldapscripts (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
On Lucid (at least) the scripts do not work OOB:
$ sudo ldapadduser bill example
You must have OpenLDAP client commands installed before running these scripts
So I needed to edit
/usr/share/
and add pointers to the backend programs:
LDAPSEARCHBIN=
LDAPADDBIN=`which ldapadd`
LDAPDELETEBIN=
LDAPMODIFYBIN=
LDAPMODRDNBIN=
LDAPPASSWDBIN=
GETENTPWCMD="getent passwd"
GETENTGRCMD="getent group"
To post a comment you must log in.
This problem is not seen in Ubuntu 11.04