problem server password

Laurent sorcier3 at free.fr
Thu Jul 28 01:02:30 EDT 2005


 Salut Joan,

Pour ces sections, j'ai fais comme ceci :

/* auth {}: allow users to connect to the ircd (OLD I:) */
auth {
 /*
  * user: the user at host allowed to connect.  Multiple IPv4/IPv6 user 
  * lines are permitted per auth block.
  */
 user = "*@*";
 
 /* password: an optional password that is required to use this block */
 password = "Pass";

 /*
  * spoof: fake the users host to this.  This is free-form,
  * just do everyone a favor and don't abuse it. ('=' prefix on /stats I)
  */
 #spoof = "";

 /* class: the class the user is placed in */
 class = "users";

 /*
  * need_password: don't allow users who haven't supplied the correct
         *                password to connect using another auth{} block
         *                ('&' prefix on /stats I if disabled)
  * need_ident:    require the user to have identd to connect ('+' prefix on
/stats I)
         * spoof_notice:  enable spoofing notification to admins
  * exceed_limit:  allow a user to exceed class limits ('>' prefix on /stats
I)
  * kline_exempt:  exempt this user from k/glines ('^' prefix on /stats I)
  * gline_exempt:  exempt this user from glines ('_' prefix on /stats I)
  * resv_exempt:   exempt this user from resvs ('$' prefix on /stats I)
  * no_tilde:      remove ~ from a user with no ident ('-' prefix on /stats
I)
  * can_flood:     allow this user to exceed flood limits ('|' prefix on
/stats I)
  * can_idle:      exempt this use from idle restrictions ('<' prefix on
/stats I)
  */
# flags = 
};


donc aucun spoof ni flag, c'est un serveur pour des usagers classics.

Le problème pourrait venir de la ?


Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ircd-hybrid.org/pipermail/hybrid/attachments/20050728/a2afbb36/attachment.html>


More information about the hybrid mailing list