aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Handle empty password change timestamp LDAP attributeMichael Weiser2019-02-28
| | | | | | | | | | | | | | | If the password change timestamp LDAP attribute is unset, e.g. because the host has been freshly added, the search will return an empty value which will cause an error message from datetime.py: Traceback (most recent call last): File "src/usr/share/laps/dependencies/datetime.py", line 47, in <module> print action(float(timestamp)) ValueError: could not convert string to float: With this change we initialise ts_epoch to zero and leave it at that if the attribute is not set to avoid the error and cause an immediate password change.
* Merge branch 'master' into 'master'B Stack2019-01-31
|\ | | | | | | | | Add Ubuntu support See merge request bgstack15/laps!3
| * Add ubuntu supportPavel Druyan2019-01-21
|/
* Update laps.conf.example for bgscripts-core-1.4.0 directory changeB Stack2019-01-10
|
* Merge branch 'dev' into 'master'B Stack2018-10-24
|\ | | | | | | | | fix debuglevoutput to actually send to stderr See merge request bgstack15/laps!2
| * fix debuglevoutput to actually send to stderrB Stack2018-10-24
| |
* | Merge branch 'dev' into 'master'B Stack2018-10-24
|\| | | | | | | | | | | | | version 0.0.2 Closes #4, #3, and #2 See merge request bgstack15/laps!1
| * fix version.txt and the way build script learns versionB Stack2018-10-24
| |
| * release 0.0.2B Stack2018-10-24
| | | | | | | | | | | | | | | | 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 rpm: actually complete builds with rpkg on copr
| * rpm spec %install uses %{name}*/ dirB Stack2018-10-24
|/
* initial commit and release of v0.0.1B Stack2018-10-23
bgstack15