Today at 1:02pm, Dave Horsfall wrote:
What do people use for bulk updates? Examples would be changing the "gidNumber" for a bunch of users, or shifting users from one OU/suffix into another.
My ldap server is OpenLDAP, I use slapcat, followed by a custom perl script that uses Net::LDAP's ldif abilities to read and write ldif files making any changes I need to, followed by an ldap_diff and then an ldapmodify.
(my ldap_diff is a locally written program, but there are ones available via google that are written in perl, they just never did what I needed, so I wrote my own for my custom needs using the OpenLDAP libldap)
-- Frank Swasey | http://www.uvm.edu/~fcs Sr Systems Administrator | Always remember: You are UNIQUE, University of Vermont | just like everyone else. "I am not young enough to know everything." - Oscar Wilde (1854-1900) --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
