diff options
author | B Stack <bgstack15@gmail.com> | 2019-05-29 10:31:36 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-05-29 10:31:36 -0400 |
commit | dad8071af7484847a7a6e7cf8d4ee33b520aa09e (patch) | |
tree | 1b15981d4deef367eea93ed55d03545512e60bdb /src/usr/share/doc | |
parent | fix #7: add LAPS_KINIT_HOST_SCRIPT_OPTS (diff) | |
download | laps-dad8071af7484847a7a6e7cf8d4ee33b520aa09e.tar.gz laps-dad8071af7484847a7a6e7cf8d4ee33b520aa09e.tar.bz2 laps-dad8071af7484847a7a6e7cf8d4ee33b520aa09e.zip |
fix #6: document -i interactive flag, and general documentation
Diffstat (limited to 'src/usr/share/doc')
-rw-r--r-- | src/usr/share/doc/laps/changes | 6 | ||||
-rw-r--r-- | src/usr/share/doc/laps/version.txt | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/share/doc/laps/changes b/src/usr/share/doc/laps/changes index 51a0c15..867a14a 100644 --- a/src/usr/share/doc/laps/changes +++ b/src/usr/share/doc/laps/changes @@ -1,8 +1,12 @@ * Oct 24 2018 B Stack <bgstack15@gmail.com> 0.0.2-1 -- fix $2 read action should provide date of expiration on -d 1 +- fix #2 read action should provide date of expiration on -d 1 - fix #3 add readme.md to front directory - fix #4 laps does not recognize expired kerberos tickets * Mar 1 2019 B Stack <bgstack15@gmail.com> 0.0.3-1 - fix #5 document the recommended use of "-f" for first run - merge !1 handle empty password change timestamp LDAP attribute + +* May 29 2019 B Stack <bgstack15@gmail.com> - 0.0.4-1 +- fix #6 document the -i interactive flag +- fix #7 add LAPS_KINIT_HOST_SCRIPT_OPTS diff --git a/src/usr/share/doc/laps/version.txt b/src/usr/share/doc/laps/version.txt index bcab45a..81340c7 100644 --- a/src/usr/share/doc/laps/version.txt +++ b/src/usr/share/doc/laps/version.txt @@ -1 +1 @@ -0.0.3 +0.0.4 |