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

AW: script for adding users information in ldap database



Hello,
 
Do you need to add complete users or do you need to add specific data to
the existing users?

If you need to add users, I would generate an LDIF and just import that.

Or, you can use Perl Net::LDAP and then either add or modify the
entries.

Without additional information, it is a bit difficult to actually help
you.

Best regards,

Claus

________________________________

Von: openldap-technical-bounces+claus.kick=siemens.com@OpenLDAP.org
[mailto:openldap-technical-bounces+claus.kick=siemens.com@OpenLDAP.org]
Im Auftrag von Aravind Arjunan
Gesendet: Mittwoch, 16. Juli 2008 11:11
An: openldap-technical@openldap.org
Betreff: script for adding users information in ldap database


hi,

i had configured openldap in RHEL 5.
It was in master/slave replication in syncrepl method (refreshOnly)
method.

I had to add users information in the ldap database.
Nearly 15000 users are there so i can able to add all the 15000 users
infromation at a time.

so i need a script or some utility to add all the user infromation at
the same time. Am using LDAP Browser for adding the entries now.

so plz help me how to add all the users information at single time.