- Get a CSV with the format Firstname,Lastname.
- Run
./ldap_parser_names.sh {filewithnames.csv} >> potential_new_students
. - Run
./ldap_verify_cid.sh potential_new_students >> verified_new_students
. - Run
cargo run
and inputverified_new_students
.
- OpenLDAP
- Rust
- Cargo
This is not 100% guaranteed to get ALL new students, you need a list provided by e.g. NollKIT or Programledningen. This script also completely gives up when it finds several cid:s for a Firstname Lastname combo.