liujiayi771 opened a new pull request #55: URL: https://github.com/apache/directory-kerby/pull/55
Currently, if the admin.keytab file already exists, HAS server will not re-init to generate admin.keytab and send to HAS init tool. When the kadmin principal in the admin.keytab file is wrong, we should regenerate the admin.keytab file. We need to consider the following, 1. When the admin.keytab already exists and the content is correct, we only need to return the file directly. 2. When admin.keytab exists, but the content is wrong, we need to delete it, and then continue the subsequent init process. 3. When admin.keytab does not exist, continue the subsequent init process. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
