[glue-wg] Progress on LDAP schema

stephen.burke at stfc.ac.uk stephen.burke at stfc.ac.uk
Tue Jun 17 12:17:20 EDT 2014


Maria Alandes Pradillo [mailto:Maria.Alandes.Pradillo at cern.ch] said:
> I don´t know what else I could test. Any ideas?

You could check that no object types or attribute names have vanished - something like

grep objectClass | sort | uniq

grep ^GLUE2 | cut -d: -f1 | sort | uniq

(I haven't tested those so the syntax may not be quite right). Also I assume you checked for errors in the log? The only specific change is for Boolean attributes, so you could look for those and check they're the same. You could also perhaps try injecting the correct value, e.g. "true" rather than "TRUE".

Stephen



More information about the glue-wg mailing list