Hi all,

I have an issue about Greenbone, and i'd like to know if this list is
the correct one to deal with it.

If don't, could you please help me to find the correct communication
channel with gsad developers?

If this is the right place, allow me to describe the problem:

- When i try to create an user with login that exceeds 10 characters,
gsad gives me an error message, as follows.

Operation:      Create User
Status message:         Invalid parameter
At least one entered value contains invalid characters or exceeds a
size limit. You may use the Back button of your browser to adjust the
entered values. If in doubt, the online help of the respective section
will lead you to the appropriate help page.

The configure users help describes the max login size with 80 characters.

I found this validator for login field, hard coded at gsad.c:

openvas_validator_add (validator, "login",      "^[[:alnum:]]{1,10}$");

So, i believe that this code line shoud be:

openvas_validator_add (validator, "login",      "^[[:alnum:]]{1,80}$");

I don't want to compile gsad, i'd like to keep using the binaries to
avoid broken compilations.

Thanks,

Daniel Melo
_______________________________________________
Openvas-devel mailing list
Openvas-devel@wald.intevation.org
http://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-devel

Reply via email to