Features: |
|
proc authlib lib=abcde;
modify pw=secret encrypt=aes encryptkey=/new; run; quit;
abc
since
AES encryption is required for the metadata bound library.proc authlib lib=abcde;
modify pw=secret encrypt=aes encryptkey=/new; run; quit;
502 proc authlib lib=abcde; 503 modify 504 pw=XXXXXX 505 encrypt=aes 506 encryptkey=/XXX; 507 run; NOTE: Changing the required encryption key. NOTE: The passwords on ABCDE.DEPTNAME.DATA do not require modification. NOTE: Copying data set ABCDE.DEPTNAME in place to do required encryption with the library's required encryption key and passwords. NOTE: Renaming the data set ABCDE.DEPTNAME to ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: Copying the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__ to ABCDE.DEPTNAME. NOTE: There were 4 observations read from the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: The data set ABCDE.DEPTNAME has 4 observations and 2 variables. NOTE: Deleting the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: The passwords on ABCDE.EMPINFO.DATA do not require modification. NOTE: Copying data set ABCDE.EMPINFO in place to do required encryption with the library's required encryption key and passwords. NOTE: Renaming the data set ABCDE.EMPINFO to ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: Copying the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__ to ABCDE.EMPINFO. NOTE: There were 5 observations read from the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: The data set ABCDE.EMPINFO has 5 observations and 6 variables. NOTE: Deleting the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: The passwords on ABCDE.EMPLOYEE.DATA do not require modification. NOTE: Copying data set ABCDE.EMPLOYEE in place to do required encryption with the library's required encryption key and passwords. NOTE: Renaming the data set ABCDE.EMPLOYEE to ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: Copying the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__ to ABCDE.EMPLOYEE. NOTE: There were 5 observations read from the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: The data set ABCDE.EMPLOYEE has 5 observations and 6 variables. NOTE: Deleting the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: The passwords and/or encryption options for the secured library object with path "/System/Secured Libraries/Department XYZZY/ABCDEEmps" were successfully modified." NOTE: All data sets in library ABCDE are properly protected with the metadata-bound library passwords and encryption options. Replaced Passwords and encryption keys were purged. NOTE: Purged 1 versions of the replaced passwords and encryption keys older than 2015-05-04T15:40:57-05:00. 508 quit; NOTE: Renaming the data set ABCDE.EMPLOYEE to ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: Copying the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__ to ABCDE.EMPLOYEE. NOTE: There were 22 observations read from the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: The data set ABCDE.EMPLOYEE has 22 observations and 11 variables. NOTE: Deleting the data set ABCDE.__TEMP_ENCRYPT_FILE_NAME__. NOTE: The passwords and/or encryption options for the secured library object with path "/System/Secured Libraries/Department XYZZY/ABCDEEmps" were successfully modified.