Hey Rene,
I'm afraid there is no config option...

Here are the validators for the AJAX calls:

$ grep -r ">3<" app/
app/modules/AppKit/validate/DataProvider/UserProvider.xml:
   <ae:parameter name="min">3</ae:parameter>
app/modules/AppKit/validate/Login/AjaxLogin.xml:
 <ae:parameter name="min">3</ae:parameter>

And the JS Forms:
$ grep -r ": 3[,\s]" app/
app/modules/AppKit/lib/js/admin/UserEditForm.js:
 minLength: 3,

Cheers
Markus



2013/4/4 René Koch (ovido) <r.k...@ovido.at>

> Hi list,
>
> I'm using Icinga-Web 1.8.2 and have an issue with the min length of
> usernames. When creating a user in Icinga-Web or use
> <ae:parameter name="auth_create">true</ae:parameter>
> in auth.xml for creating users with the LDAP provider the default
> required length is 3.
>
> But in our Active Directory most users have username with a length of 2
> (first letter first name, first letter last name) which makes our AD
> users unusable for Icinga-Web.
>
> In /etc/icinga-web I can't find a config file where I can change the
> value for min username length. Can you give me some information where I
> can change this value or is it somewhere hardcoded in source code?
>
>
> Thanks a lot!
> René
>
>
>
>
> ------------------------------------------------------------------------------
> Minimize network downtime and maximize team effectiveness.
> Reduce network management and security costs.Learn how to hire
> the most talented Cisco Certified professionals. Visit the
> Employer Resources Portal
> http://www.cisco.com/web/learning/employer_resources/index.html
> _______________________________________________
> icinga-users mailing list
> icinga-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/icinga-users
>



-- 
Markus Frosch
mar...@lazyfrosch.de
http://www.lazyfrosch.de
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to