[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Deleting users from openldap





--On Wednesday, October 15, 2003 10:01 AM -0400 Philip Juels <pjuels@rics.bwh.harvard.edu> wrote:

Hi all,

How do I remove an entire user entry (not just an attribute) from
openldap?


If you have a program that is doing the deletes, it needs to specify the dn, and then send a changetype:delete directive with no following parts.


To manually simulate this from the command line:

ldapmodify -h <host>
dn: <blah>
changetype:delete

--Quanah

--
Quanah Gibson-Mount
Principal Software Developer
ITSS/TSS/Computing Systems
ITSS/TSS/Infrastructure Operations
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html