29 Aug 18:25
changing a bunch of ldap entries at once?
From: Adam Williams <awilliam@...>
Subject: changing a bunch of ldap entries at once?
Newsgroups: gmane.comp.ldap.umich
Date: 2008-08-29 16:28:05 GMT
Subject: changing a bunch of ldap entries at once?
Newsgroups: gmane.comp.ldap.umich
Date: 2008-08-29 16:28:05 GMT
I have a bunch of users that have a mail entry I want to delete. As an example: dn: uid=jdoe$,ou=Computers,dc=mdah,dc=mdah,dc=state,dc=ms,dc=us mail: jdoe$@mdah.state.ms.us I know I can delete them one at a time with the following ldif for each user and run it manually dn: uid=jdoe$,ou=Computers,dc=mdah,dc=state,dc=ms,dc=us changetype: modify delete: mail mail: jdoe$@mdah.state.ms.us but is there a way to automate the process or globally drop mail: from every uid in the ou=Computers?
RSS Feed