Displaying 1 result from an estimated 1 matches for "drivertdbfil".
Did you mean:
drivertdbfile
2002 Jul 22
1
Printer Migration hackery
...e Monitor' Hold? Does it precede the one file which implements the
monitor? Or all the files? Or what?
Martin Whinnery
Assistant Network Manager
South Birmingham College
-----------snip--------------------------- #!/usr/bin/perl -w
#
$USER = "myuser";
$PASSWD = hispassword";
$DRIVERTDBFILE = "/the/path/to/ntdrivers.tdb";
$PRINTDOLLARPATH = "/the/print$/path";
#Where in LDAP you keep your printers
$LDAPPRINTERBASE = "ou=hosts,dc=example,dc=com";
#Where in LDAP you keep your printer drivers
$LDAPDRIVERBASE = "applicationentity=printerdrivers,o=micros...