Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
update remove keytab, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jolly-jump committed Nov 16, 2019
1 parent 7d72874 commit c073811
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
linuxmuster-client-adsso (0.8-0ubuntu5) bionic; urgency=medium
linuxmuster-client-adsso (0.8-0ubuntu6) bionic; urgency=medium

* fix #15 remove remnant line
* fix #13 over long lines
* fix #11 using a turnkey script
* fix #13 over long lines
* fix #11 using a turnkey script: remove keytab file

-- Tobias Küchel <devel@zukuul.de> Sat, 16 Nov 2019 21:43:39 +0100

linuxmuster-client-adsso (0.8-0ubuntu4) bionic; urgency=medium
Expand Down
4 changes: 4 additions & 0 deletions sbin/linuxmuster-client-adsso-setup
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ for f in os.listdir(tpldir):
print(' Failed!')
sys.exit(1)

# deleting krb5.keytab file, if existent
printr('\nDeleting krb5.keytab if it exists ... ')
if os.path.exists("/etc/krb5.keytab"):
os.unlink("/etc/krb5.keytab")

# set permissions on sssd.conf
printr('\nSetting sssd.conf permissions ... ')
Expand Down

0 comments on commit c073811

Please sign in to comment.