doncicuto / glim

Glim is a simple identity access management system that speaks some LDAP and has a REST API to manage users and groups
Other
21 stars 0 forks source link

Glim should be able to load users, descriptions, passwords from a text file #31

Closed doncicuto closed 2 years ago

doncicuto commented 2 years ago

Probably a CSV file with the following information:

username, last name, first name, email, password, ssh public key, manager, readonly, locked state

doncicuto commented 2 years ago

I'll also add the option to delete users included in a CSV file. An update option could be added in the future but a discussion is needed about what fields should be updated, for example passwords could be fine to reset passwords but what about the rest of fields if we don't want to update them, using a "" means an empty string for that field or don't change that field?