Index: indico/MaKaC/authentication/LDAPAuthentication.py
===================================================================
--- indico/MaKaC/authentication/LDAPAuthentication.py	(revision 0d99d418162f326e3cb95ddf70682f108d2b0c17)
+++ indico/MaKaC/authentication/LDAPAuthentication.py	(revision e0e4d73ccfffe66b9c1778c0e4361b80c418e366)
@@ -127,5 +127,5 @@
                     org = data.get('company', '')
 
-                if org.strip() != '' and org != av.getOrganisation():
+                if org.strip() != '' and org != av.getOrganisation() and av.isFieldSynced('affiliation'):
                     av.setOrganisation(org, reindex=True)
 
