slapcat your users to get a reference user. Then convert the reference user to the new user to add. use ldapadd to add the new user via LDIF. Man useradd also suggests it can do it via LDAP:
SYNOPSIS useradd [-D binddn] [-P path] [-c comment] [-d homedir] [-e expire] [-f inactive] [-G group,...] [-g gid] [-m [-k skeldir]] [-o] [-p password] [-u uid] [-U umask] [-r] [-s shell] [--service service] [--help] [--usage] [-v] [--preferred-uid uid] account
Regards, Ulrich
"Tian Zhiying" tianzy1225@thundersoft.com schrieb am 26.08.2014 um 08:34 in
Nachricht 2014082614345314489032@thundersoft.com:
Hi All
How can I add ldap user from linux shell command line? And how can I batch add ldap user from linux shell command line?
Tian Zhiying