Hi to all,

This is more a notification for the developers of web-cyradmin. Untill now I didn't look about how and what with this free names at domain but I downloaded the CVS version and the stable version, and there is a big difference at this point of view.

First the CVS version does not handle the "free names" always add names like: user.domain.com. I modified this in the newaccount.php where the $username is made only with the condition of $DOMAIN_AS_PREFIX and it doesn't care about the free name check.

Ok, this problem corrected, there is another one:
let's say I have 2 domains: domain1.com(with free names) and domain2.com(without free names).

If I add user [EMAIL PROTECTED] then it creates user user1. Correct.
If I add user [EMAIL PROTECTED] then it creates user user2.domain.com. Correct. If I add user [EMAIL PROTECTED] then in the validate.inc.php the "user check function" brings the error that user1 already exist which is false.

The problem that I noticed is that the usernames are made only with $DOMAIN_AS_PREFIX condition and the domain "free name" check is not took into consideration.

Best regards,
Andy.
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to