Hi AllHow 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
Slapadd is used to add entries specified in LDAP Directory Interchange Format (LDIF) to a slapd(8) database. It opens the given database determined by the database number or suffix and adds entries corresponding to the provided LDIF to the database. The LDIF input is read from standard input or the specified file.