After altering the quick-create template for User Account to have "namingAttribute: uid", I found that 'cn' was still being used as the naming attribute. I identified and fixed the problem code in main.html, in quickCreate()
var namingAttribute; var icon_src;
$A(TXML.getElementsByTagName('TEMPLATE')).each( function(templateXML) {
var name = XMLNodeValue(templateXML,'name');.
2007-11-26 20:55:06 UTC in MUCLM - My Uber Cool LDAP Manager