ResearchComputing / RCAMP

Research Computing Account Management Portal
MIT License
0 stars 0 forks source link

Extend syncldapusers command to selectively ignore accounts during deletion #274

Open zebulasampedro opened 6 years ago

zebulasampedro commented 6 years ago

When the --delete flag is specified, any account that does not exist in LDAP will be removed from RCAMP. This conflicts with the service accounts we are now using for the REST API.

The AuthUser model should be extended to label service accounts explicitly, and the syncldapusers command should be modified to ignore them.