-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sudorule2ad script gibt jetzt das workfile nicht mehr aus.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
||
|
@@ -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 |