rug-cit-hpc / league-of-robots

Code and configs for deploying (virtual) HPC clusters.
GNU General Public License v3.0
4 stars 13 forks source link

ldap_backup v2 #1089

Closed scimerman closed 2 months ago

scimerman commented 2 months ago
  1. Backup limitations
    • There was a restriction that backups were made only when ldap_create variable has been provided.
    • Since backups are so small, I see no reason not to make backups on any system that is using LDAP.
  2. Backup content
    • So far the backups have specifically collected the subscope of LDAP of only groups and only users.
    • I checked those results against full database backups and there were some ACL's missing.
    • Now I have changed the backups to collect everything and not separating groups and users.
    • This should provide the possibility of recreating the entire LDAP from one backup.