Skip to content

Commit

Permalink
sudorule2ad script gibt jetzt das workfile nicht mehr aus.
Browse files Browse the repository at this point in the history
  • Loading branch information
flacco committed Sep 15, 2017
1 parent d0c4990 commit 1b272e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/bin/sudorule2ad
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Kategorie: administration
# Script zur Erstaktivierung des dehydrated Letsencrypt Clients
# Script zum Hinzufügen von Sudo-Regeln ins AD.
# Version 0.1
# (c) 2017 Stefan Schäfer / invis-server.org / [email protected]

Expand Down Expand Up @@ -214,6 +214,6 @@ fi
echo "add: description" >> $workfile
echo "description: $description" >> $workfile

cat $workfile
#cat $workfile

ldbmodify -v -H /var/lib/samba/private/sam.ldb $workfile

0 comments on commit 1b272e5

Please sign in to comment.