<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Printing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431370#M3170</link>
    <description>I want to allow the operators to manage the spooler, lpsched, lpfence, lpmove, etc, without giving root access.  If I assign the operators a login with the sam gid as lp or create a user account with the same uid as lp will this allow them manipulate the print spooler?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Tue, 18 Jul 2000 15:03:01 GMT</pubDate>
    <dc:creator>carl_46</dc:creator>
    <dc:date>2000-07-18T15:03:01Z</dc:date>
    <item>
      <title>Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431370#M3170</link>
      <description>I want to allow the operators to manage the spooler, lpsched, lpfence, lpmove, etc, without giving root access.  If I assign the operators a login with the sam gid as lp or create a user account with the same uid as lp will this allow them manipulate the print spooler?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 18 Jul 2000 15:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431370#M3170</guid>
      <dc:creator>carl_46</dc:creator>
      <dc:date>2000-07-18T15:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431371#M3171</link>
      <description>You can try that or just add the operators login to a secondary group, lp. See newgrp command. Do not forget to check permission for group in the lp command and files, directories and also, create the link to logingroup file under /etc. (ln -s /etc/group /etc/logingroups)</description>
      <pubDate>Tue, 18 Jul 2000 15:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431371#M3171</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-07-18T15:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431372#M3172</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would certainly not create users with the same uid as lp. This is very bad practice.&lt;BR /&gt;&lt;BR /&gt;What I would suggest you to  do is check out the 'sudo' command. This can be configured to authorize specified users to execute specified commands.&lt;BR /&gt;&lt;BR /&gt;Check out '&lt;A href="http://eigen.ee.ualberta.ca/hppd/hpux/Sysadmin/sudo-1.6.2b1/'" target="_blank"&gt;http://eigen.ee.ualberta.ca/hppd/hpux/Sysadmin/sudo-1.6.2b1/'&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Rik.</description>
      <pubDate>Tue, 18 Jul 2000 15:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431372#M3172</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2000-07-18T15:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431373#M3173</link>
      <description>Check out sudo. This will not only allow specific users access to the lp files, but can also be made to allow a different set of users access to some other area that requires root access. This will prevent the root login from passed around. sudo has good logging facilities as well.&lt;BR /&gt;&lt;BR /&gt;Don't use the UID of lp for users. NOT GOOD.</description>
      <pubDate>Tue, 18 Jul 2000 16:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431373#M3173</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-07-18T16:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431374#M3174</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The URL in my previous reply is correct, but when you click it, nothing happens. This is because of the trailing '&lt;BR /&gt;&lt;BR /&gt;I'm sorry for that.&lt;BR /&gt;&lt;BR /&gt;Rik.</description>
      <pubDate>Tue, 18 Jul 2000 16:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431374#M3174</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2000-07-18T16:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431375#M3175</link>
      <description>I hear you saying you don't want to give root access but take a look at giving root access for a specific function (that's basically what your doing) use sam -r as root and you can assign root privlidges for just the spooler to whatever user(s) you decide.&lt;BR /&gt;&lt;BR /&gt;S.</description>
      <pubDate>Tue, 18 Jul 2000 16:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/2431375#M3175</guid>
      <dc:creator>Stacey Rippetoe</dc:creator>
      <dc:date>2000-07-18T16:49:19Z</dc:date>
    </item>
  </channel>
</rss>

