Changes

Jump to: navigation, search

stoney backup: prov-backup-rsnapshot

651 bytes added, 15:41, 19 June 2014
/* Test the daemon */
** Load the generated LDIF (you find them under /root/data) step by step into the LDAP and observe what the deamon is doing in the first terminal:
*** <pre>/root/loadOpenLDAPsingleLDIF.sh /root/data/01_add_3724300.ldif</pre>
**** After this step, the account with the given uid should be created and you should be able to login via ssh using the uid and the password "gugus":
***** <pre>ssh <UID>@<Server></pre>
*** <pre>/root/loadOpenLDAPsingleLDIF.sh /root/data/02_modify_3724300.ldif</pre>
**** After this step, the quota should be reduced by 50% (from 1GB to 500MB)
***** To verify use the report_xfs quota command as mentioned in [[stoney_backup:_Server_set-up#Modifying_a_Project_.28Directory.29_Quota | server setup]]
*** <pre>/root/loadOpenLDAPsingleLDIF.sh /root/data/03_delete_3724300.ldif</pre>
**** After this step, the account should be removed, the login via ssh should no longer be possible. The LDAP entry however is still present.
***** <pre>ssh <UID>@<Server></pre>
*** <pre>/root/loadOpenLDAPsingleLDIF.sh /root/data/04_remove_3724300.ldif</pre>
**** After this step, the LDAP entry should be removed
@PAT: What are the expected results of this test, how can one verify if it is working correctly? --[[User:Chrigu|Chrigu]] ([[User talk:Chrigu|talk]]) 10:09, 19 June 2014 (CEST)
486
edits