View Single Post

   
  #2 (permalink)  
Old 01-04-2008, 10:29 PM
mmark7
 
Posts: n/a
Default Re: Running bind as non-root user


you cannot use lower ports for demons startes as non-root...only ports above
1024 are alowed for non-root user...

I experienced it during starting Apache as non-root user.


r, m.

Uzytkownik "Mario Pranjic" <keeper@fly.srk.fer.hr> napisal w wiadomosci
news:ba4h90l4dllvv5852erm2dmr7880rap77b@4ax.com...
> 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