Displaying 1 result from an estimated 1 matches for "printer_driver_deployment".
Did you mean:
rinter_driver_deployment
2016 Nov 21
2
point n print driver deployment for canon ip7250
....
But try the following.
Make sure you use the usermapping.
username map = /etc/samba/samba_usermapping
containing:
!root = NTDOM\Administrator NTDOM\administrator Administrator administrator
And according to the wiki. (https://wiki.samba.org/index.php/Configuring_Point%27n%27Print_automatic_printer_driver_deployment)
For POSIX ACLs:
# chgrp -R "SAMDOM\Domain Admins" /srv/samba/Printer_drivers/
# chmod -R 2755 /srv/samba/Printer_drivers/
Is wrong in my opinion.
# chmod -R 2775 /srv/samba/Printer_drivers/
Looks better to me.
How else are "members of domain admins" allowed to write in th...