<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[User Manager WebGUI limits group length to strict]]></title><description><![CDATA[<p dir="auto">The name of group in the user manager is also used in the communication with active directory but the group names in our firm are longer than 16 character. When I modify the name in the filesystem configfile and reboot all works fine. So the only problem is that the GUI is to strict, or?</p>
<p dir="auto">Thanks and regards, Alf<br />
<img src="/assets/uploads/files/1776848322742-557b6bf2-6d16-46d9-a7cf-f251e8a9843e-image.png" alt="557b6bf2-6d16-46d9-a7cf-f251e8a9843e-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.netgate.com/topic/200571/user-manager-webgui-limits-group-length-to-strict</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 03:13:14 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/200571.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Apr 2026 09:01:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to User Manager WebGUI limits group length to strict on Wed, 22 Apr 2026 09:57:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alf42">@<bdi>alf42</bdi></a></p>
<p dir="auto">pfSense has a 'GUI'.<br />
That's a complicated word for : it' s a web server, which means the start of the answer to your question is here :</p>
<p dir="auto"><img src="/assets/uploads/files/1776850973900-11ae3a2a-b7ea-49c3-8702-3349e40e8713-image.png" alt="11ae3a2a-b7ea-49c3-8702-3349e40e8713-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a href="https://github.com/pfsense/pfsense/blob/9363ac5b8651a1c7a333180425ce7719070f95f9/src/usr/local/www/system_groupmanager.php#L197" target="_blank" rel="noopener noreferrer nofollow ugc">Here is the file - line 197 and 199</a>.</p>
<p dir="auto">You might think : that's easy, change the two '16' to 'bigger then 16' and you're done. You have a good chance that this is true.<br />
Still, you have to check things : where and <em>how</em> is it saved - what will breal elsewhere as the size in implicit or not; known to be '16 chars max'. ?<br />
The final result will be present, of course, in the config.xml file, so start checking that the new name length really is saved. Check also how it is saved : is something else enforcing the '16' char size for 'some, yet to be determined reason'.<br />
Check also other, related files, you know now where they are, as the name of the group is used on other web pages = php (and other) files. 16 chars wide can be enforced there also.</p>
<p dir="auto">In short : yes, you can change it, but be ware of the side effects, known, or unknown for the moment.</p>
<p dir="auto">Also, when upgrading, the "system_groupmanager.php" will get overwritten with the new official version.<br />
So, instead of editing this file, create your own "patch file" and add it in System &gt; Patches.</p>
<p dir="auto">edit :</p>
<p dir="auto"><img src="/assets/uploads/files/1776851821127-8161dcaa-18b1-4f2c-b647-ca8d237178cc-image.png" alt="8161dcaa-18b1-4f2c-b647-ca8d237178cc-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">all goes well ?</p>
]]></description><link>https://forum.netgate.com/post/1241679</link><guid isPermaLink="true">https://forum.netgate.com/post/1241679</guid><dc:creator><![CDATA[Gertjan]]></dc:creator><pubDate>Wed, 22 Apr 2026 09:57:07 GMT</pubDate></item></channel></rss>