Skip to content

LDAP backend configuration

Jakob Garde edited this page Jan 28, 2016 · 2 revisions

Adding users

Now, you can add users to the ldap database by first creating a text file (csv) and putting user data in it. This must have the format of username, password, simgroup1, ... and then a newline. The "..." denotes that you can add the user to multiple simgroups. Now run this command:

$ python ldap_addusers <dn> <pw> <user-file.csv>

They utility will simultaneously add users to the appropriate simulation groups.