1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

Updated examples for new top level module layout.

Fixed some bugs also.
This commit is contained in:
Tim Potter
-
parent b5227f0a64
commit 3e19e3afdb
3 changed files with 25 additions and 8 deletions

View File

@@ -3,7 +3,8 @@
# Get or set the security descriptor on a printer
#
import sys, spoolss, re, string
import sys, re, string
from samba import spoolss
if len(sys.argv) != 3:
print "Usage: psec.py getsec|setsec printername"