ldapscripts does not work

Bug #803441 reported by Peter Matulis
18
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/ldapscripts/runtime.debian

and add pointers to the backend programs:

LDAPSEARCHBIN=`which ldapsearch`
LDAPADDBIN=`which ldapadd`
LDAPDELETEBIN=`which ldapdelete`
LDAPMODIFYBIN=`which ldapmodify`
LDAPMODRDNBIN=`which ldapmodrdn`
LDAPPASSWDBIN=`which ldappasswd`
GETENTPWCMD="getent passwd"
GETENTGRCMD="getent group"

Revision history for this message
Peter Matulis (petermatulis) wrote :

This problem is not seen in Ubuntu 11.04

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in ldapscripts (Ubuntu):
status: New → Confirmed
Revision history for this message
Alexey Vazhnov (vazhnov) wrote :

Ubuntu 12.04.2 — the problem persists.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.