--- /etc/univention/templates/files/etc/cups/cupsd.conf 2013-07-18 14:11:09.000000000 +0200 +++ cupsd.conf 2015-06-11 15:15:47.641767140 +0200 @@ -746,7 +746,7 @@ print ' Order Allow,Deny' print ' Allow From localhost' print ' Allow From %(hostname)s.%(domainname)s' % configRegistry - print ' AuthType Basic' + print ' AuthType %s' % configRegistry.get('cups/auth-type', 'Basic') print ' Require valid-user' print ' Satisfy any' print '' @@ -793,8 +793,9 @@ # is a member of the system group to do any admin tasks. You can change # the group name using the SystemGroup directive. # - -AuthType Basic +@!@ +print 'AuthType %s' % configRegistry.get('cups/auth-type', 'Basic') +@!@ AuthClass System #AuthType None --- /etc/univention/templates/info/univention-printserver.info 2013-10-30 17:15:36.000000000 +0100 +++ univention-printserver.info 2015-06-11 14:49:13.957659675 +0200 @@ -12,6 +12,7 @@ Variables: cups/restrictedprinters Variables: cups/server/alias Variables: cups/include/local +Variables: cups/auth-type Variables: hostname Variables: domainname