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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user