}

Ldap Index Page 1

Solution to error SvcErr: DSID-03100754

When you try to authenticate using LDAP you get the following error, 000020D6: SvcErr: DSID-0310081B, problem 5012 (DIR_ERROR), data 0. this means that the base DN is not complete, it should be like dc=test,dc=com. Check here for more details

Ldap Index Page 1

How to create ldap users using a python script

In this tutorial, we are going to create a script to create many users on ldap. The input of the script will be a csv file with a list of users. You can later modify the script for your needs, like adding click library to create individual users.