Re: Wu-ftpd and uid / gid allow
Stephane <[email protected]> Mon, 27 Sep 2004 18:26:38 +0200
| Newsgroups | gmane.network.ftp.wuftpd.user |
|---|---|
| Message-ID | <[email protected]> |
put % symbol every where you put numbers and before a range : try << allow-uid %%1234-%4321 >> or perhaps : << allow-uid %1234-%4321 >> this solve your problem ? hth simon dray (BITS) wrote: > Dear all > I am having a difficulty in configuring wu to use the > deny-uid/gid and allow-uid/gid. I wish to block all uid/gid except a > range of numbers, I have tried the following > > deny-uid %-65595 > deny-gid %-65595 > > allow-uid %1234-4321 > allow-gid %1234-4321 > > This block access from all with message "FTP LOGIN REFUSED (username > in denied-uid) " > > Can someone please enlighten me as to the correct method of entry > > > TIA Simon >