Forum général.général PENSE BETE SUR LE RAID
21
avr.
2006
\begin{verbatim} blabla bla bla bla bla bla \end{verbatim}Il faudrait que ça fasse quelque chose du genre :
______________ | bla bla bla | |_____________|En gros :)
userlist_deny
This option is examined if userlist_enable is activated. If you set this setting to NO, then users will be denied login unless they are explicitly listed in the file specified by userlist_file. When login is denied, the denial is issued before the user is asked for a password.
Default: YES
(…)
load averages: 1.54, 1.56, 1.57 17:51:48
90 processes: 86 sleeping, 1 zombie, 3 on cpu
CPU states: 33.6% idle, 28.8% user, 37.6% kernel, 0.0% iowait, 0.0% swap
Memory: 2048M real, 1055M free, 290M swap in use, 3051M swap free
PID USERNAME LWP PRI NICE SIZE RES STATE TIME CPU COMMAND
2597 root 1 20 0 120M 116M cpu/1 176.9H 24.84% squid
9 root 15 59 0 9944K (…)
<Location />
DAV svn
SVNParentPath /var/lib/svn
AuthzSVNAccessFile /etc/apache2/dav_svn.authz
AuthName "Subversion"
AuthLDAPURL "ldap://ldap/ou=ab,o=xyz,c=fr?uid"
AuthLDAPAuthoritative on
AuthLDAPGroupAttribute memberUid
AuthType Basic
Order Deny,Allow
Deny from all
Allow from 127.0.0.1/32
Allow from localhost
Allow from 192.168.1.0/24
Allow from ab.xyz.fr
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location />