diff options
author | Andreas Schneider <asn@samba.org> | 2012-06-22 15:38:25 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-07-03 21:56:49 +0200 |
commit | 98ab0740946f8ffff72e96465270efaea01e9459 (patch) | |
tree | 2a03ae212c89f75bac2154c0ce7c734a2ab64de8 /examples | |
parent | c87acebd7e8d0a28064699564088fb558c34c4f2 (diff) | |
download | samba-98ab0740946f8ffff72e96465270efaea01e9459.tar.gz samba-98ab0740946f8ffff72e96465270efaea01e9459.tar.bz2 samba-98ab0740946f8ffff72e96465270efaea01e9459.zip |
s3-printing: Remove deprecated lp_printer_admin().
Diffstat (limited to 'examples')
-rw-r--r-- | examples/scripts/shares/python/smbparm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/scripts/shares/python/smbparm.py b/examples/scripts/shares/python/smbparm.py index 37939921b6..8dca781ffc 100644 --- a/examples/scripts/shares/python/smbparm.py +++ b/examples/scripts/shares/python/smbparm.py @@ -257,7 +257,6 @@ parm_table = { "PARANOIDSERVERSECURITY" : ("paranoid server security", SambaParmBool, P_GLOBAL, "Yes"), "WTMPDIRECTORY" : ("wtmp directory", SambaParmString, P_GLOBAL, ""), "ADDPRINTERCOMMAND" : ("addprinter command", SambaParmString, P_GLOBAL, ""), - "PRINTERADMIN" : ("printer admin", SambaParmString, P_LOCAL, ""), "WINSSERVER" : ("wins server", SambaParmString, P_GLOBAL, ""), "LDAPTIMEOUT" : ("ldap timeout", SambaParmString, P_GLOBAL, "15"), "LOCKDIRECTORY" : ("lock directory", SambaParmString, P_GLOBAL, "/var/lib/samba"), |