On 2014-01-20 15:12, michel.del-piero(a)isc-ejpd.admin.ch wrote:
Are there any limitations of the "sudoCommand" values? e.g.
length <=
64
Assuming you mean the one shown by 'man sudoers.ldap' on
Linux: No length limit imposed by the schema. It does
limit the contents in another way: The syntax is IA5
String, i.e. ASCII. So you can't use 8-bit characters.
--
Hallvard