We are identifying the groups with their distinguishedName in one LDAP active directory. So, we have an error saying that the id for the groups is too long.
Can't you just use the rdn? Or maybe even just the cn of the group? The reason I ask this is that it is hard to define how big it should become then… 70? 100? 128? But you can always increase this yourself in the database and maybe the ibatis mapping file.
thanks for your quick reply. You´re all right but the cn could be repeated, so we can´t use it like identifier. I think that 255 for the id could be good, like the column name. what do you think?