Search found 2 matches

by MichaelKnudsernIW
27 Nov 2018, 00:12
Forum: Bug Report version 2.3
Topic: User access groups ldap filters cut off at 64chars
Replies: 3
Views: 3146

Re: User access groups ldap filters cut off at 64chars

255 would be fine for us as we lay around 100-110 in length.

However i do not know the max length of a LDAP dn in AD, but it is surly a lot longer, so maybe also give a warning that the dn was truncated when someone enters a dn longer that 255.
by MichaelKnudsernIW
21 Nov 2018, 11:31
Forum: Bug Report version 2.3
Topic: User access groups ldap filters cut off at 64chars
Replies: 3
Views: 3146

User access groups ldap filters cut off at 64chars

We have a very deep OU structure in our AD, so our ldap filters for user access groups easily ends up being 100+ chars, but are cutoff. As far as i can tell this is due to the varchar(64) data type on the ldap_filter collum, in the app_access_groups table. For now we are working around the limit, by...