| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
dash honors our trapping of SIGCHLD and will cause the script to exit
after the first external command finishes executing. Strangely enough,
bash seems to ignore the same attempt to catch SIGCHLD.
|
|
|
|
|
|
|
| |
The echo builtin of dash has no -n option. Flatten echoing of the
password to two consecutive standard echos in a group command so output
can be piped to passwd in order to achive the required newlines in the
output.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|