LDAP backend configuration - mccode-dev/McWeb GitHub Wiki
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.