View Single Post

   
  #1 (permalink)  
Old 01-04-2008, 10:28 PM
Mario Pranjic
 
Posts: n/a
Default Running bind as non-root user

Hi!

Anybody managed to configure bind on AIX to run as non-root user?

Since bind is started via /etc/rc.tcpip as:
start /usr/sbin/named "$src_running"

I tried to put:
start /usr/sbin/named -u named -g named "$src_running"

but it didn't do the trick.

Thanks!

Mario.
Reply With Quote