Convert a single LDAP Synchronized User to Local User, use below command
run sql update enduser set fkdirectorypluginconfig=NULL where userid= ‘<USER-ID>’
To convert all LDAP Synchronized User to Local User in bulk use below command
run sql update enduser set fkdirectorypluginconfig=NULL where userid like ‘%’