Thanks Ravi,
do we need to modify RichMedia.js or any other. i remember you updated the path/file name in old devnet app.
some how i can't see in the new UI.
Thanks,
Shravan
Add this code snippet from line 101 on core.js :
if((userValue.search(/^ldap\\/i)) == -1) { //Ext.Msg.alert('NO', 'LDAP not appended'); userValue = "LDAP\\"+ctx.user.getValue(); } ctx.user.setValue(userValue);
Voila ! And your users will never need to add LDAP\ with the username.
excellent let me try this out.
Sure ! Give it a try and let us know the good news
excellent it worked.
But, only issue i can see that LDAP is automatically added in the user id field and that will be useful.
instead, can we make domain name hard coded back end.
ie. what ever domain the user enters or not enteres, it should be LDAP.
I think, this may be possible,