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. |